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

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


commit 79af8bcb71f7a3a0950163b758c8e89da6c721f7
Author: Hans de Goede <hdegoede at redhat.com>
Date:   Fri May 10 09:54:04 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

 atomorun.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/atomorun.spec b/atomorun.spec
index a49f1af..78bcccb 100644
--- a/atomorun.spec
+++ b/atomorun.spec
@@ -2,7 +2,7 @@
 
 Name:           atomorun
 Version:        1.1
-Release:        0.15.%{prever}%{?dist}
+Release:        0.16.%{prever}%{?dist}
 Summary:        Jump & Run game where you have to flee an exploding nuclear bomb
 Group:          Amusements/Games
 License:        GPL+
@@ -12,7 +12,7 @@ Source0:        %{name}-%{version}_%{prever}.tar.gz
 Source1:        atomorun.desktop
 Patch0:         atomorun-1.1-missing-protos.patch
 BuildRequires:  SDL_mixer-devel SDL_image-devel libtiff-devel libvorbis-devel
-BuildRequires:  alsa-lib-devel desktop-file-utils libtool
+BuildRequires:  alsa-lib-devel desktop-file-utils
 Requires:       hicolor-icon-theme
 
 %description
@@ -23,7 +23,6 @@ nuclear bomb.
 %prep
 %setup -q -n %{name}-%{version}_%{prever}
 %patch0 -p1
-autoreconf -i -f
 
 
 %build
@@ -70,6 +69,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Fri May 10 2013 Hans de Goede <hdegoede at redhat.com> - 1.1-0.16.pre2
+- 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> - 1.1-0.15.pre2
 - run autoreconf for aarch64 support (rhbz#925046)
 


More information about the scm-commits mailing list