rpms/pigment/devel pigment.spec,1.17,1.18

Matthias Saou thias at fedoraproject.org
Sat Feb 7 18:41:53 UTC 2009


Author: thias

Update of /cvs/extras/rpms/pigment/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23087

Modified Files:
	pigment.spec 
Log Message:
Disable autoreconf (F-11 errors) and libtoolize (no longer required).



Index: pigment.spec
===================================================================
RCS file: /cvs/extras/rpms/pigment/devel/pigment.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- pigment.spec	7 Feb 2009 15:39:11 -0000	1.17
+++ pigment.spec	7 Feb 2009 18:41:23 -0000	1.18
@@ -16,8 +16,8 @@
 BuildRequires: mesa-libGLU-devel
 Buildrequires: check
 #BuildRequires: gtk-doc
-# Temporarily required for autoreconf
-BuildRequires: autoconf, automake, libtool
+# Temporarily required for libtoolize
+#BuildRequires: libtool
 
 %description
 Pigment is a toolkit for writing Media Center software.
@@ -45,7 +45,8 @@
 %prep
 %setup -q
 # Required to get 0.3.6 working. Some lib64 problems. Still as of 0.3.13.
-autoreconf
+# No longer required for 0.3.14.
+#libtoolize --copy --force
 
 
 %build
@@ -100,6 +101,7 @@
 %changelog
 * Sat Feb  7 2009 Matthias Saou <http://freshrpms.net/> 0.3.14-1
 - Update to 0.3.14.
+- Disable autoreconf (F-11 errors) and libtoolize (no longer required).
 
 * Tue Jan  6 2009 Matthias Saou <http://freshrpms.net/> 0.3.13-3
 - Re-enable autoreconf since the build is still broken without.




More information about the scm-commits mailing list