08/08/14 21:59:03 NCyu7Z32
>>532を実現するパッチ
% diff -c ochusha.spec.orig ochusha.spec
*** ochusha.spec.orig 2008-08-14 21:54:58.000000000 +0900
--- ochusha.spec 2008-08-14 21:55:02.000000000 +0900
***************
*** 49,54 ****
--- 49,58 ----
%build
%configure
+ pushd gtk2
+ sed -e 's/\-DGTK_DISABLE_DEPRECATED//' Makefile | sed -e 's/\-DGDK_DISABLE_DEPRECATED//' | sed -e 's/\-DGDK_PIXBUF_DISABLE_DEPRECATED//' | sed -e 's/\-DG_DISABLE_DEPRECATED//' > a
+ mv a Makefile
+ popd
%{__make} %{?_smp_flags}
%install
Fedora9(x86_64)で確認済み。