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

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


commit 3df54b323c34786f2357a2c6d1bce1dd1234361a
Author: Hans de Goede <hdegoede at redhat.com>
Date:   Fri May 10 09:26:19 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

 ClanLib.spec |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/ClanLib.spec b/ClanLib.spec
index b01049b..cb22bf1 100644
--- a/ClanLib.spec
+++ b/ClanLib.spec
@@ -1,7 +1,7 @@
 Summary:        Cross platform C++ game library
 Name:           ClanLib
 Version:        2.3.6
-Release:        9%{?dist}
+Release:        10%{?dist}
 Group:          System Environment/Libraries
 License:        zlib
 URL:            http://www.clanlib.org/
@@ -17,8 +17,6 @@ BuildRequires:  libXext-devel libXxf86vm-devel libXt-devel xorg-x11-proto-devel
 BuildRequires:  libvorbis-devel mikmod-devel alsa-lib-devel
 BuildRequires:  libpng-devel libjpeg-devel fontconfig-devel pcre-devel
 BuildRequires:  libXrender-devel sqlite-devel
-# For autoreconf
-BuildRequires:  libtool
 Provides:       clanlib = %{version}-%{release}
 
 %description
@@ -44,7 +42,6 @@ ClanLib development headers and libraries
 %patch3 -p0 -b .r8912
 %patch4 -p1 -b .non-x86
 mv reference_doxygen html
-autoreconf -i -f
 
 
 %build
@@ -53,7 +50,7 @@ make %{?_smp_mflags}
 
 
 %install
-make install DESTDIR=$RPM_BUILD_ROOT
+%make_install
 rm $RPM_BUILD_ROOT%{_libdir}/*.la
 
 
@@ -73,6 +70,10 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.la
 
 
 %changelog
+* Fri May 10 2013 Hans de Goede <hdegoede at redhat.com> - 2.3.6-10
+- 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 Mar 25 2013 Hans de Goede <hdegoede at redhat.com> - 2.3.6-9
 - Run autoreconf for aarch64 support (rhbz#925149)
 


More information about the scm-commits mailing list