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
This commit is contained in:
Hans de Goede 2013-05-10 10:42:44 +02:00
parent 9dfbdf0b33
commit 34f448c08e

View File

@ -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@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@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)