rpms/pigment/F-10 pigment.spec,1.15,1.16

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


Author: thias

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

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-10/pigment.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- pigment.spec	7 Feb 2009 15:39:10 -0000	1.15
+++ pigment.spec	7 Feb 2009 18:42:52 -0000	1.16
@@ -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