rpms/autogen/FC-5 autogen.spec,1.7,1.8

Paul F. Johnson (pfj) fedora-extras-commits at redhat.com
Wed Dec 27 21:33:58 UTC 2006


Author: pfj

Update of /cvs/extras/rpms/autogen/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30409

Modified Files:
	autogen.spec 
Log Message:

Remove smp_mflags 
 	autogen.spec 



Index: autogen.spec
===================================================================
RCS file: /cvs/extras/rpms/autogen/FC-5/autogen.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- autogen.spec	27 Dec 2006 18:52:15 -0000	1.7
+++ autogen.spec	27 Dec 2006 21:33:28 -0000	1.8
@@ -1,7 +1,7 @@
 Summary: Sourcecode autogenerator
 Name: autogen
 Version: 5.8.7
-Release: 5%{?dist}
+Release: 6%{?dist}
 License: GPL
 Group: Development/Tools
 Source: http://kent.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2
@@ -39,7 +39,7 @@
 %build
 %configure
 #find -name Makefile -exec sed -i -e 's/-Werror//' {} \;
-make LIBTOOL=%{_bindir}/libtool %{?_smp_mflags}
+make LIBTOOL=%{_bindir}/libtool
 
 # no smp flags as it falls over during build
 
@@ -126,6 +126,9 @@
 %{_includedir}/autoopts
 
 %changelog
+* Wed Dec 27 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 5.8.7-6
+- remove smp_mflags, makes x86_64 cry
+
 * Wed Dec 27 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 5.8.7-5
 - excludes arch ppc due to build problems
 




More information about the scm-commits mailing list