parent
00eda399ae
commit
8ad0c9495f
16
libogg.spec
16
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 <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
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user