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

Hans de Goede jwrdegoede at fedoraproject.org
Fri May 10 08:26:02 UTC 2013


commit 7a0cc3bc3ffeaefd337e02fea1990aa03f5e2e70
Author: Hans de Goede <hdegoede at redhat.com>
Date:   Fri May 10 10:29:47 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

 crack-attack.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/crack-attack.spec b/crack-attack.spec
index c04ef24..3cf59be 100644
--- a/crack-attack.spec
+++ b/crack-attack.spec
@@ -1,7 +1,7 @@
 Summary:        Puzzle action game
 Name:           crack-attack
 Version:        1.1.14
-Release:        24%{?dist}
+Release:        25%{?dist}
 License:        GPLv2+
 Group:          Amusements/Games
 URL:            http://www.nongnu.org/crack-attack/
@@ -15,7 +15,7 @@ Patch3:         crack-attack-1.1.14-gcc43.patch
 Patch4:         crack-attack-1.1.14-audio-ppc.patch
 BuildRequires:  libstdc++-devel desktop-file-utils ImageMagick
 BuildRequires:  SDL-devel gtk2-devel pkgconfig SDL_mixer-devel freeglut-devel
-BuildRequires:  mesa-libGLU-devel libXmu-devel libtool
+BuildRequires:  mesa-libGLU-devel libXmu-devel
 
 %description
 A puzzle/action game in which you rush to eliminate colored blocks
@@ -35,7 +35,6 @@ longest!? Playable both online and off.
 sed -i -e 's/%{name}\.xpm/%{name}\.png/' \
   -e 's/Application;Games/Game;BlocksGame/' data/%{name}.desktop
 echo "Comment=A Puzzle Game" >> data/%{name}.desktop
-autoreconf -i -f
 
 
 %build
@@ -91,6 +90,10 @@ fi
 
 
 %changelog
+* Fri May 10 2013 Hans de Goede <hdegoede at redhat.com> - 1.1.14-25
+- 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
+
 * Wed May  1 2013 Hans de Goede <hdegoede at redhat.com> - 1.1.14-24
 - run autoreconf for aarch64 support (rhbz#925195)
 - add a bigger version of the logo


More information about the scm-commits mailing list