rpms/sword/devel sword.spec,1.6,1.7

Michael A. Peters (mpeters) fedora-extras-commits at redhat.com
Wed Dec 14 23:09:26 UTC 2005


Author: mpeters

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

Modified Files:
	sword.spec 
Log Message:
Needs a rebuild in devel branch



Index: sword.spec
===================================================================
RCS file: /cvs/extras/rpms/sword/devel/sword.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sword.spec	21 Nov 2005 17:47:03 -0000	1.6
+++ sword.spec	14 Dec 2005 23:09:24 -0000	1.7
@@ -1,6 +1,6 @@
 Name:           sword           
 Version:        1.5.8
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Free Bible Software Project
 
 Group:          System Environment/Libraries
@@ -29,7 +29,7 @@
 %package devel
 Summary:  Development files for the sword project
 Group:    Development/Libraries
-Requires: %{name} = %{version}-%{release}
+Requires: %{name} = %{version}
 
 %description devel
 This package contains the development headers and libraries for the
@@ -46,7 +46,8 @@
 
 %build
 %configure --disable-static
-make %{?_smp_mflags}
+make 
+#%%{?_smp_mflags} sometimes causes build failure
 
 
 %install
@@ -86,6 +87,11 @@
 
 
 %changelog
+* Wed Dec 14 2005 Michael A. Peters <mpeters at mac.com> - 1.5.8-6
+- rebuild in devel branch with new compiler suite
+- remove specific release from devel requires of main package
+- do not build with %%{_smp_mflags}
+
 * Mon Nov 21 2005 Michael A. Peters <mpeters at mac.com> - 1.5.8-5
 - disable static library
 




More information about the fedora-extras-commits mailing list