rpms/pigment/F-9 pigment.spec,1.11,1.12

Matthias Saou thias at fedoraproject.org
Sat Feb 7 18:43:23 UTC 2009


Author: thias

Update of /cvs/extras/rpms/pigment/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23463/F-9

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/F-9/pigment.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- pigment.spec	7 Feb 2009 15:39:11 -0000	1.11
+++ pigment.spec	7 Feb 2009 18:42:52 -0000	1.12
@@ -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