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