diff --git a/warzone2100.spec b/warzone2100.spec index 3c0cbcd..cd5b6f0 100644 --- a/warzone2100.spec +++ b/warzone2100.spec @@ -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 @@ URL: http://wz2100.net/ 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 @@ ReDev project was formed to take care of its future. %build ./autogen.sh %configure --disable-mp3 -make %{?_smp_mflags} +make sed -i s/"Application;"/""/"" icons/warzone2100.desktop %install @@ -56,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT %doc AUTHORS ChangeLog COPYING COPYING.README README TODO %changelog +* Wed Oct 17 2007 Karol Trzcionka - 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 - 2.0.7-4 - Merge data subpackage with core package - Replace ExcludeArch with ExclusiveArch