From 8488c7421d498fbf46e79dc7ff6a5e7f2c74249f Mon Sep 17 00:00:00 2001 From: Karol Trzcionka Date: May 08 2007 17:41:50 +0000 Subject: changing BRs for ppc64 --- diff --git a/widelands.spec b/widelands.spec index 8e28cfa..2983f04 100644 --- a/widelands.spec +++ b/widelands.spec @@ -1,7 +1,7 @@ %define build_id build10 Name: widelands Version: 0 -Release: 0.3.%{build_id}%{?dist} +Release: 0.4.%{build_id}%{?dist} Summary: Open source realtime-strategy game Group: Amusements/Games @@ -13,7 +13,11 @@ Patch1: widelands.flagfix.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: SDL_mixer-devel SDL_image-devel SDL_net-devel SDL_ttf-devel -BuildRequires: desktop-file-utils scons gettext libpng-devel zlib-devel ctags optipng +BuildRequires: desktop-file-utils scons gettext libpng-devel zlib-devel ctags +%ifnarch ppc64 +BuildRequires: optipng +%endif + Requires: hicolor-icon-theme %description @@ -86,6 +90,8 @@ touch --no-create %{_datadir}/icons/hicolor || : %{_datadir}/%{name}/*s* %changelog +* Tue May 08 2007 Karol Trzcionka - 0-0.4.build10 +- Change BRs for ppc64 * Sun May 06 2007 Karol Trzcionka - 0-0.3.build10 - Changes in .desktop and icon-dir - Changes in %%postun and %%post sections