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

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


commit cd8841fb95342c864b98d1a61132909c4bdb8474
Author: Hans de Goede <hdegoede at redhat.com>
Date:   Fri May 10 10:00:06 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

 ballz.spec |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/ballz.spec b/ballz.spec
index 1527b02..89f3e3e 100644
--- a/ballz.spec
+++ b/ballz.spec
@@ -1,13 +1,12 @@
 Name:           ballz
 Version:        1.0.2
-Release:        8%{?dist}
+Release:        9%{?dist}
 Summary:        Platform game with some puzzle elements
 Group:          Amusements/Games
 License:        BSD
 URL:            http://code.google.com/p/db-tins07/
 Source0:        http://db-tins07.googlecode.com/files/%{name}-%{version}.tar.gz
 BuildRequires:  allegro-devel dumb-devel guichan-devel desktop-file-utils
-BuildRequires:  libtool
 
 %description
 Ballz is a platformer with some puzzle elements. You take control of a ball
@@ -21,7 +20,6 @@ not Speedhack’.
 
 %prep
 %setup -q
-autoreconf -f -i
 
 
 %build
@@ -30,7 +28,7 @@ make %{?_smp_mflags}
 
 
 %install
-make install DESTDIR=$RPM_BUILD_ROOT
+%make_install
 desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
 
 
@@ -44,6 +42,10 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
 
 
 %changelog
+* Fri May 10 2013 Hans de Goede <hdegoede at redhat.com> - 1.0.2-9
+- 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.0.2-8
 - run autoreconf for aarch64 support (rhbz#925077)
 


More information about the scm-commits mailing list