rpms/gdeskcal/devel gdeskcal.spec,1.16,1.17

Paul F. Johnson (pfj) fedora-extras-commits at redhat.com
Thu Nov 2 22:04:54 UTC 2006


Author: pfj

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

Modified Files:
	gdeskcal.spec 
Log Message:

Removed smp_mflags as it's annoying the RH buildsys 
 	gdeskcal.spec 



Index: gdeskcal.spec
===================================================================
RCS file: /cvs/extras/rpms/gdeskcal/devel/gdeskcal.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- gdeskcal.spec	2 Nov 2006 21:44:03 -0000	1.16
+++ gdeskcal.spec	2 Nov 2006 22:04:24 -0000	1.17
@@ -1,6 +1,6 @@
 Name:           gdeskcal
 Version:        1.0
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        Eye-candy calendar for your desktop
 Group:          User Interface/Desktops
 License:        GPL
@@ -27,7 +27,8 @@
 
 %build
 %configure
-make %{?_smp_mflags}
+make 
+# no multi build as it's annoying the buildsys
 
 %install
 rm -rf %{buildroot}
@@ -62,6 +63,9 @@
 %{_libdir}/%{name}/
 
 %changelog
+* Thu Nov 02 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.0-8
+- removed the smp_mflags as it was annoying the RH buildsys
+
 * Thu Nov 02 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.0-7
 - added perl(xml::parser)
 




More information about the scm-commits mailing list