rpms/gnomesword/devel gnomesword.spec,1.15,1.16

Deji Akingunola (deji) fedora-extras-commits at redhat.com
Thu Nov 9 06:45:48 UTC 2006


Author: deji

Update of /cvs/extras/rpms/gnomesword/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32095

Modified Files:
	gnomesword.spec 
Log Message:
* Thu Nov 09 2006 Deji Akingunola <dakingun at gmail.com> - 2.1.8-3
- Seems parallel make is causing problems



Index: gnomesword.spec
===================================================================
RCS file: /cvs/extras/rpms/gnomesword/devel/gnomesword.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- gnomesword.spec	9 Nov 2006 06:31:28 -0000	1.15
+++ gnomesword.spec	9 Nov 2006 06:45:18 -0000	1.16
@@ -1,6 +1,6 @@
 Name:           gnomesword           
 Version:        2.1.8
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        GNOME-based Bible research tool
 
 Group:          Applications/Text
@@ -41,8 +41,8 @@
 %build
 export LDFLAGS="${LDFLAGS} -Wl,--export-dynamic"
 %configure
-make %{?_smp_mflags}
-
+#make %{?_smp_mflags} : // Dosn't seem to work on i386
+make
 
 %install
 rm -rf %buildroot
@@ -82,6 +82,9 @@
 
 
 %changelog
+* Thu Nov 09 2006 Deji Akingunola <dakingun at gmail.com> - 2.1.8-3
+- Seems parallel make is causing problems
+
 * Thu Nov 09 2006 Deji Akingunola <dakingun at gmail.com> - 2.1.8-2
 - Fix Build requires
 




More information about the scm-commits mailing list