rpms/warzone2100/devel warzone2100.spec,1.11,1.12

Karol Trzcionka (karlik) fedora-extras-commits at redhat.com
Wed Oct 17 19:47:10 UTC 2007


Author: karlik

Update of /cvs/pkgs/rpms/warzone2100/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6560/warzone2100/devel

Modified Files:
	warzone2100.spec 
Log Message:
Fix build on koji ppc (remove smp_flags)



Index: warzone2100.spec
===================================================================
RCS file: /cvs/pkgs/rpms/warzone2100/devel/warzone2100.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- warzone2100.spec	17 Oct 2007 15:24:10 -0000	1.11
+++ warzone2100.spec	17 Oct 2007 19:46:36 -0000	1.12
@@ -1,6 +1,6 @@
 Name:           warzone2100
 Version:        2.0.7
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Innovative 3D real-time strategy
 
 Group:          Amusements/Games
@@ -9,7 +9,7 @@
 Source0:        http://download.gna.org/warzone/releases/2.0/%{name}-%{version}.tar.bz2
 Patch0:         warzone2100-2.0.7_hotfix1.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-ExclusiveArch:  i386 ppc
+ExcludeArch:    x86_64 ppc64 sparc64 alpha
 
 BuildRequires: physfs-devel SDL_net-devel openal-devel bison flex zip
 BuildRequires: libjpeg-devel libpng-devel libogg-devel libvorbis-devel
@@ -31,7 +31,7 @@
 %build
 ./autogen.sh
 %configure --disable-mp3
-make %{?_smp_mflags}
+make
 sed -i s/"Application;"/""/"" icons/warzone2100.desktop
 
 %install
@@ -56,6 +56,9 @@
 %doc AUTHORS ChangeLog COPYING COPYING.README README TODO
 
 %changelog
+* Wed Oct 17 2007 Karol Trzcionka <karlikt at gmail.com> - 2.0.7-5
+- Fix build on koji ppc (remove smp_flags)
+- set ExcludeArch x86_64 ppc64 sparc64 alpha
 * Wed Oct 17 2007 Karol Trzcionka <karlikt at gmail.com> - 2.0.7-4
 - Merge data subpackage with core package
 - Replace ExcludeArch with ExclusiveArch




More information about the fedora-extras-commits mailing list