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

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


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

 chromium-bsu.spec |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/chromium-bsu.spec b/chromium-bsu.spec
index 37435a8..b372806 100644
--- a/chromium-bsu.spec
+++ b/chromium-bsu.spec
@@ -1,6 +1,6 @@
 Name:           chromium-bsu
 Version:        0.9.15
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Fast paced, arcade-style, top-scrolling space shooter
 Group:          Amusements/Games
 License:        Artistic clarified
@@ -8,8 +8,7 @@ URL:            http://chromium-bsu.sourceforge.net/
 Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 BuildRequires:  desktop-file-utils SDL-devel alsa-lib-devel libvorbis-devel
 BuildRequires:  SDL_image-devel libpng-devel libglpng-devel quesoglc-devel
-BuildRequires:  openal-soft-devel freealut-devel >= 1.1.0-10 gettext-devel
-BuildRequires:  libtool
+BuildRequires:  openal-soft-devel freealut-devel >= 1.1.0-10
 Requires:       hicolor-icon-theme
 
 %description
@@ -21,7 +20,6 @@ vessel. This is an OpenGL-based shoot 'em up game with fine graphics.
 
 %prep
 %setup -q
-autoreconf -i -f
 
 
 %build
@@ -30,7 +28,7 @@ make %{?_smp_mflags}
 
 
 %install
-make install DESTDIR=$RPM_BUILD_ROOT
+%make_install
 cp -a AUTHORS README COPYING NEWS \
   $RPM_BUILD_ROOT%{_docdir}/%{name}
 # Put icon in the new fdo location
@@ -63,6 +61,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Fri May 10 2013 Hans de Goede <hdegoede at redhat.com> - 0.9.15-6
+- 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> - 0.9.15-5
 - run autoreconf for aarch64 support (rhbz#925222)
 


More information about the scm-commits mailing list