diff --git a/libogg.spec b/libogg.spec index 0311363..170e2d8 100644 --- a/libogg.spec +++ b/libogg.spec @@ -1,8 +1,8 @@ Summary: The Ogg bitstream file format library Name: libogg -Version: 1.3.0 -Release: 3%{?dist} Epoch: 2 +Version: 1.3.0 +Release: 4%{?dist} Group: System Environment/Libraries License: BSD URL: http://www.xiph.org/ @@ -41,6 +41,8 @@ Documentation for developing applications with libogg %build +autoreconf -vif + sed -i "s/-O20/$RPM_OPT_FLAGS/" configure sed -i "s/-ffast-math//" configure %configure --disable-static @@ -60,21 +62,16 @@ mv $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version} __installed_docs mv __installed_docs/ogg __installed_docs/libogg -%clean -rm -rf $RPM_BUILD_ROOT - %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files -%defattr(-,root,root) %doc AUTHORS CHANGES COPYING README %{_libdir}/libogg.so.* %files devel -%defattr(-,root,root) %dir %{_includedir}/ogg %{_includedir}/ogg/ogg.h %{_includedir}/ogg/os_types.h @@ -84,10 +81,13 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/aclocal/ogg.m4 %files devel-docs -%defattr(-,root,root) %doc __installed_docs/* %changelog +* Tue Mar 26 2013 Jaromir Capik - 2:1.3.0-4 +- aarch64 support (#925834) +- minor spec cleaning + * Thu Feb 14 2013 Fedora Release Engineering - 2:1.3.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild