rpms/lynx/F-9 lynx.spec,1.52,1.53

Dennis Gilmore (ausil) fedora-extras-commits at redhat.com
Sat May 17 16:02:09 UTC 2008


Author: ausil

Update of /cvs/pkgs/rpms/lynx/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12816

Modified Files:
	lynx.spec 
Log Message:
when _smp_mflags is to high on sparc things are not happy set to -j24 for sparc



Index: lynx.spec
===================================================================
RCS file: /cvs/pkgs/rpms/lynx/F-9/lynx.spec,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- lynx.spec	17 May 2008 05:36:40 -0000	1.52
+++ lynx.spec	17 May 2008 16:01:25 -0000	1.53
@@ -1,7 +1,7 @@
 Summary: A text-based Web browser
 Name: lynx
 Version: 2.8.6
-Release: 14%{?dist}
+Release: 15%{?dist}
 License: GPL
 Group: Applications/Internet
 Source: http://lynx.isc.org/current/lynx%{version}.tar.bz2
@@ -76,6 +76,10 @@
 	--enable-locale-charset \
 	--enable-japanese-utf8 \
 	--with-ssl=%{_libdir}
+#on sparc build fails when  smp_mflags gets too high so for now we will make sure it does not get that high
+%ifarch sparcv9 sparc64
+%define _smp_mflags -j24
+%endif
 make %{?_smp_mflags}
 
 %install
@@ -107,6 +111,10 @@
 %config(noreplace,missingok) %{_sysconfdir}/lynx-site.cfg
 
 %changelog
+* Sat May 17 2008 Dennis Gilmore <dennis at ausil.us> - 2.8.6-15
+- even with the patches it still built wrong in koji.
+- limit  -j to 24 for sparc
+
 * Thu May 08 2008 Dennis Gilmore <dennis at ausil.us> - 2.8.6-14
 - patch from ajax to fix parallel builds
 - additional patch from me for parallel builds




More information about the fedora-extras-commits mailing list