- Changes to support rebuilds from snapshots

This commit is contained in:
Colin Walters 2010-06-29 21:38:39 +00:00
parent c54db8f0c3
commit 636917529d

View File

@ -11,7 +11,7 @@
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
Name: gtk3 Name: gtk3
Version: 2.90.4 Version: 2.90.4
Release: 1%{?dist} Release: 2%{?dist}
License: LGPLv2+ License: LGPLv2+
Group: System Environment/Libraries Group: System Environment/Libraries
URL: http://www.gtk.org URL: http://www.gtk.org
@ -120,10 +120,10 @@ widget toolkit.
%patch3 -p1 -b .window-dragging %patch3 -p1 -b .window-dragging
%build %build
%configure --with-xinput \ (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi;
--disable-gtk-doc \ %configure $CONFIGFLAGS \
--disable-rebuilds \ --with-xinput \
--enable-introspection )
# fight unused direct deps # fight unused direct deps
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
@ -264,6 +264,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache
%doc tmpdocs/examples %doc tmpdocs/examples
%changelog %changelog
* Tue Jun 29 2010 Colin Walters <walters@pocket> - 2.90.4-2
- Changes to support rebuilds from snapshots
* Mon Jun 28 2010 Matthias Clasen <mclasen@redhat.com> 2.90.4-1 * Mon Jun 28 2010 Matthias Clasen <mclasen@redhat.com> 2.90.4-1
- Update to 2.90.4 - Update to 2.90.4