|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: opusfile
|
|
|
|
|
Version: 0.10
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Version: 0.11
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: A high-level API for decoding and seeking within .opus files
|
|
|
|
|
License: BSD
|
|
|
|
|
URL: http://www.opus-codec.org/
|
|
|
|
@ -37,17 +37,15 @@ Files for development with %{name}.
|
|
|
|
|
%build
|
|
|
|
|
%configure --disable-static
|
|
|
|
|
|
|
|
|
|
make %{?_smp_mflags} V=1
|
|
|
|
|
%make_build
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
make install DESTDIR=%{buildroot} INSTALL='install -p'
|
|
|
|
|
%make_install
|
|
|
|
|
|
|
|
|
|
#Remove libtool archives.
|
|
|
|
|
find %{buildroot} -type f -name "*.la" -delete
|
|
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
%ldconfig_scriptlets
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%license COPYING
|
|
|
|
@ -64,6 +62,9 @@ find %{buildroot} -type f -name "*.la" -delete
|
|
|
|
|
%{_libdir}/libopusurl.so
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Sep 19 2018 Peter Robinson <pbrobinson@fedoraproject.org> 0.11
|
|
|
|
|
- Update to 0.11
|
|
|
|
|
|
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.10-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|