--- gdk-pixbuf.spec.orig 2005-04-08 16:47:39 +0400 +++ gdk-pixbuf.spec.orig 2005-06-06 15:22:08 +0400 @@ -1,6 +1,6 @@ Name: gdk-pixbuf Version: 0.22.0 -Release: alt9 +Release: alt9.64bit Summary: An image loading and rendering library for Gdk Group: System/Libraries @@ -115,9 +115,14 @@ %build %set_libtool_version 1.4 +%set_automake_version 1.4 +%set_autoconf_version 2.13 %undefine __libtoolize libtoolize -c -f patch -p0 <%PATCH0 +aclocal +automake +autoconf %configure %{subst_enable static} --with-libwrap --disable-gtk-doc make @@ -126,6 +131,7 @@ %install %makeinstall libexecdir=$RPM_BUILD_ROOT%_libdir/%name/loaders install -pm755 %name/pixops/timescale $RPM_BUILD_ROOT%_bindir/ +%__subst 's,/lib$,/%_lib,g' $RPM_BUILD_ROOT%_bindir/*-config %find_lang %name @@ -177,6 +183,9 @@ %endif %changelog +* Mon Jun 06 2005 Anton D. Kachalov 0.22.0-alt9.64bit +- Multilib support + * Fri Apr 08 2005 Dmitry V. Levin 0.22.0-alt9 - Fixed a double free in the bmp loader (RH). - Marked libraries as non-execstack (RH).