rpms/gdk-pixbuf2/devel gdk-pixbuf2.spec,1.4,1.5

Colin Walters walters at fedoraproject.org
Tue Jun 29 21:25:08 UTC 2010


Author: walters

Update of /cvs/pkgs/rpms/gdk-pixbuf2/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv18552

Modified Files:
	gdk-pixbuf2.spec 
Log Message:
* Tue Jun 29 2010 Colin Walters <walters at pocket> - 2.21.5-2
- Changes to support snapshot builds



Index: gdk-pixbuf2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gdk-pixbuf2/devel/gdk-pixbuf2.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- gdk-pixbuf2.spec	29 Jun 2010 03:58:48 -0000	1.4
+++ gdk-pixbuf2.spec	29 Jun 2010 21:25:08 -0000	1.5
@@ -1,6 +1,6 @@
 Name:           gdk-pixbuf2
 Version:        2.21.5
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        An image loading library
 
 Group:          System Environment/Libraries
@@ -16,6 +16,9 @@ BuildRequires:  libtiff-devel
 BuildRequires:  jasper-devel
 BuildRequires:  libX11-devel
 BuildRequires:  gobject-introspection-devel
+# Bootstrap requirements
+BuildRequires: autoconf automake libtool
+BuildRequires: gettext-autopoint
 
 # gdk-pixbuf was included in gtk2 until 2.21.2
 Conflicts: gtk2 <= 2.21.2
@@ -44,12 +47,10 @@ for writing applications that are using 
 
 
 %build
-%configure --enable-introspection       \
-           --disable-gtk-doc            \
-           --disable-rebuilds           \
-           --with-libjasper             \
-           --with-included-loaders=png
-
+(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi;
+ %configure $CONFIGFLAGS \
+	--with-libjasper             \
+	--with-included-loaders=png  \ ) 
 make %{?_smp_mflags}
 
 
@@ -107,6 +108,9 @@ fi
 
 
 %changelog
+* Tue Jun 29 2010 Colin Walters <walters at pocket> - 2.21.5-2
+- Changes to support snapshot builds
+
 * Mon Jun 28 2010 Matthias Clasen <mclasen at redhat.com> 2.21.5-1
 - Update to 2.21.5
 



More information about the scm-commits mailing list