diff --git a/asc.spec b/asc.spec index b8e71a7..edb738b 100644 --- a/asc.spec +++ b/asc.spec @@ -1,6 +1,6 @@ Name: asc Version: 2.5.0.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Advanced Strategic Command Group: Amusements/Games License: GPLv2+ @@ -13,10 +13,6 @@ BuildRequires: bzip2-devel libjpeg-devel libsigc++-devel physfs-devel BuildRequires: libvorbis-devel libpng-devel libtiff-devel boost-devel BuildRequires: freetype-devel expat-devel lua-devel wxGTK-devel libcurl-devel BuildRequires: desktop-file-utils ImageMagick zip -# For autoreconf, also see: -# https://bugzilla.redhat.com/show_bug.cgi?id=927010 -# https://bugzilla.redhat.com/show_bug.cgi?id=927014 -BuildRequires: libtool perl-Carp Requires: hicolor-icon-theme %description @@ -26,8 +22,6 @@ ASC is a free, turn based strategy game. %prep %setup -q %patch0 -p1 -rm aclocal.m4 -autoreconf -i -f sed -i 's|$datadir/games/|$datadir/|g' configure sed -i 's|$(datadir)/games/|$(datadir)/|g' `find -name Makefile.in` chmod -x source/libs/paragui/include/paragui.h @@ -79,6 +73,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Fri May 10 2013 Hans de Goede - 2.5.0.0-2 +- Remove no longer needed autoreconf call, %%configure from redhat-rpm-config + >= 9.1.0-42 updates config.guess and config.sub for new architecture support + * Sat Mar 23 2013 Hans de Goede - 2.5.0.0-1 - New upstream version 2.5.0.0 (rhbz#827946) - Run autoreconf for aarch64 support (rhbz#925030)