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

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


commit 34f448c08e28ed82c5fbf8d55188649fdad2a984
Author: Hans de Goede <hdegoede at redhat.com>
Date:   Fri May 10 10:42:44 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

 libtheora.spec |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/libtheora.spec b/libtheora.spec
index bcfb994..7959512 100644
--- a/libtheora.spec
+++ b/libtheora.spec
@@ -1,7 +1,7 @@
 Name:           libtheora
 Epoch:          1
 Version:        1.1.1
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        Theora Video Compression Codec
 Group:          System Environment/Libraries
 License:        BSD
@@ -13,7 +13,6 @@ BuildRequires:  libvorbis-devel
 BuildRequires:  SDL-devel libpng-devel
 BuildRequires:  doxygen
 BuildRequires:  tetex-latex transfig
-BuildRequires:  libtool
 
 %description
 Theora is Xiph.Org's first publicly released video codec, intended
@@ -64,7 +63,6 @@ with theora bitstreams.
 %prep
 %setup -q
 %patch0 -p1
-autoreconf -i -f -I m4
 # no custom CFLAGS please
 sed -i 's/CFLAGS="$CFLAGS $cflags_save"/CFLAGS="$cflags_save"/g' configure
 
@@ -79,7 +77,7 @@ make -C doc/spec
 
 
 %install
-make install DESTDIR=$RPM_BUILD_ROOT
+%make_install
 
 rm $RPM_BUILD_ROOT/%{_libdir}/*.la
 rm -r $RPM_BUILD_ROOT/%{_docdir}/*
@@ -113,6 +111,10 @@ install -m 755 examples/.libs/png2theora $RPM_BUILD_ROOT/%{_bindir}/png2theora
 
 
 %changelog
+* Fri May 10 2013 Hans de Goede <hdegoede at redhat.com> - 1:1.1.1-7
+- 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
+
 * Fri May  3 2013 Hans de Goede <hdegoede at redhat.com> - 1:1.1.1-6
 - run autoreconf for aarch64 support (#925898)
 - add a patch from upstream fixing a crash when compiled with gcc-4.8 (#959001)


More information about the scm-commits mailing list