|
|
|
@ -1,13 +1,12 @@
|
|
|
|
|
Name: opusfile
|
|
|
|
|
Version: 0.10
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Summary: A high-level API for decoding and seeking within .opus files
|
|
|
|
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
License: BSD
|
|
|
|
|
URL: http://www.opus-codec.org/
|
|
|
|
|
Source0: http://downloads.xiph.org/releases/opus/%{name}-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
BuildRequires: libogg-devel
|
|
|
|
|
BuildRequires: openssl-devel
|
|
|
|
|
BuildRequires: opus-devel
|
|
|
|
@ -26,7 +25,6 @@ decoded with a single output format, even if the channel count changes).
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
|
Summary: Development package for %{name}
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
Requires: pkgconfig
|
|
|
|
|
|
|
|
|
@ -52,7 +50,8 @@ find %{buildroot} -type f -name "*.la" -delete
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%doc COPYING AUTHORS
|
|
|
|
|
%license COPYING
|
|
|
|
|
%doc AUTHORS
|
|
|
|
|
%{_libdir}/libopusfile.so.*
|
|
|
|
|
%{_libdir}/libopusurl.so.*
|
|
|
|
|
|
|
|
|
@ -65,6 +64,9 @@ find %{buildroot} -type f -name "*.la" -delete
|
|
|
|
|
%{_libdir}/libopusurl.so
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Mar 9 2018 Peter Robinson <pbrobinson@fedoraproject.org> 0.10-3
|
|
|
|
|
- Add gcc BR, spec cleanups
|
|
|
|
|
|
|
|
|
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.10-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|