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