rpms/astromenace/devel astromenace.spec,1.8,1.9

Jon Ciesla limb at fedoraproject.org
Fri May 8 13:40:30 UTC 2009


Author: limb

Update of /cvs/pkgs/rpms/astromenace/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24237

Modified Files:
	astromenace.spec 
Log Message:
cflags, 499745.



Index: astromenace.spec
===================================================================
RCS file: /cvs/pkgs/rpms/astromenace/devel/astromenace.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- astromenace.spec	24 Feb 2009 02:44:38 -0000	1.8
+++ astromenace.spec	8 May 2009 13:40:00 -0000	1.9
@@ -1,6 +1,6 @@
 Name: astromenace
 Version:  1.2
-Release:  10%{?dist}
+Release:  11%{?dist}
 Summary: Hardcore 3D space shooter with spaceship upgrade possibilities  
 
 Group: Amusements/Games 
@@ -42,8 +42,8 @@ chmod -x gpl-3.0.txt
 %patch2 -p0
 
 %build
-cmake .
-make CFLAGS="$RPM_OPT_FLAGS"
+%cmake .
+make %{?_smp_mflags}
 
 %install
 rm -rf %{buildroot}
@@ -85,6 +85,9 @@ rm -rf %{buildroot}
 %{_datadir}/icons/hicolor/64x64/apps/astromenace.png
 
 %changelog
+* Fri May  8 2009 Ville Skyttä <ville.skytta at iki.fi> - 1.2-11
+- Build with $RPM_OPT_FLAGS (use %%cmake macro), parallel make.
+
 * Mon Feb 23 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the scm-commits mailing list