From d00f0997dfb8023028a0be40527b89e48f4d146a Mon Sep 17 00:00:00 2001 From: Ville Skyttä Date: Jun 02 2005 15:16:25 +0000 Subject: Exclude 64-bit archs (#158705). --- diff --git a/uqm.spec b/uqm.spec index e9cb40c..fdae978 100644 --- a/uqm.spec +++ b/uqm.spec @@ -1,6 +1,6 @@ Name: uqm Version: 0.4.0 -Release: 1 +Release: 2 Summary: The Ur-Quan Masters, a port of the classic game Star Control II Group: Amusements/Games @@ -13,6 +13,8 @@ Source3: %{name}.desktop Patch0: %{name}-optflags.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +# Exclude 64-bit archs, see bug 158705. +ExcludeArch: x86_64 ppc64 ia64 sparc64 BuildRequires: SDL-devel >= 1.2.3, SDL_image-devel, ImageMagick BuildRequires: libvorbis-devel, zlib-devel, sed, desktop-file-utils Requires: %{name}-content >= 0.4.0 @@ -79,6 +81,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Jun 2 2005 Ville Skyttä - 0.4.0-2 +- Exclude 64-bit archs (#158705). + * Sun May 22 2005 Ville Skyttä - 0.4.0-1 - 0.4.0, most patches applied upstream. - Make install layout FHS compliant.