rpms/gtk3/devel gtk3.spec,1.12,1.13

Colin Walters walters at fedoraproject.org
Tue Jun 29 21:38:39 UTC 2010


Author: walters

Update of /cvs/pkgs/rpms/gtk3/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv20487

Modified Files:
	gtk3.spec 
Log Message:
* Tue Jun 29 2010 Colin Walters <walters at pocket> - 2.90.4-2
- Changes to support rebuilds from snapshots



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



More information about the scm-commits mailing list