[amoebax] Remove no longer needed autoreconf call, %configure from redhat-rpm-config

Hans de Goede jwrdegoede at fedoraproject.org
Fri May 10 07:37:35 UTC 2013


commit d4d0c5053a449268b13302648f50e81dec0c589f
Author: Hans de Goede <hdegoede at redhat.com>
Date:   Fri May 10 09:41:28 2013 +0200

    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

 amoebax.spec |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/amoebax.spec b/amoebax.spec
index 941fc57..a0c6198 100644
--- a/amoebax.spec
+++ b/amoebax.spec
@@ -1,6 +1,6 @@
 Name:           amoebax
 Version:        0.2.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Action-Puzzle Game
 Group:          Amusements/Games
 License:        GPLv2+ and Free Art
@@ -8,7 +8,7 @@ URL:            http://www.emma-soft.com/games/amoebax/
 Source0:        http://www.emma-soft.com/games/amoebax/download/amoebax-%{version}.tar.bz2
 Patch0:         amoebax-0.2.0-gcc43.patch
 BuildRequires:  SDL_mixer-devel SDL_image-devel zlib-devel libpng-devel
-BuildRequires:  libvorbis-devel doxygen desktop-file-utils libtool
+BuildRequires:  libvorbis-devel doxygen desktop-file-utils
 Requires:       hicolor-icon-theme
 
 %description
@@ -32,9 +32,6 @@ in the family.
 %prep
 %setup -q
 %patch0 -p1
-rm m4/objc.m4 
-touch ChangeLog
-autoreconf -i -f
 
 
 %build
@@ -82,6 +79,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Fri May 10 2013 Hans de Goede <hdegoede at redhat.com> - 0.2.1-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
+
 * Mon Apr 29 2013 Hans de Goede <hdegoede at redhat.com> - 0.2.1-1
 - New upstream release 0.2.1
 - run autoreconf for aarch64 support (rhbz#924996)


More information about the scm-commits mailing list