0.9.8
This commit is contained in:
parent
e0e828a5f5
commit
3f79b7d859
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
/opus-0.9.6.tar.gz
|
||||
/opus-0.*.tar.gz
|
||||
|
||||
10
opus.spec
10
opus.spec
@ -1,5 +1,5 @@
|
||||
Name: opus
|
||||
Version: 0.9.6
|
||||
Version: 0.9.8
|
||||
Release: 1%{?dist}
|
||||
Summary: An audio codec for use in low-delay speech and audio communication
|
||||
|
||||
@ -8,8 +8,7 @@ License: BSD
|
||||
URL: http://www.opus-codec.org/
|
||||
Source0: http://downloads.xiph.org/releases/%{name}/%{name}-%{version}.tar.gz
|
||||
# This is the current IETF Working Group draft
|
||||
Source1: http://tools.ietf.org/id/draft-ietf-codec-opus-08.txt
|
||||
#Source1: draft-ietf-codec-opus-08.txt
|
||||
Source1: http://tools.ietf.org/id/draft-ietf-codec-opus-10.txt
|
||||
|
||||
%description
|
||||
The Opus codec is designed for interactive speech and audio transmission over
|
||||
@ -47,7 +46,7 @@ find %{buildroot} -name '*.a' -exec rm -f {} ';'
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING README TODO draft-ietf-codec-opus-08.txt
|
||||
%doc COPYING README TODO draft-ietf-codec-opus-10.txt
|
||||
%{_libdir}/libopus.so.*
|
||||
|
||||
%files devel
|
||||
@ -56,5 +55,8 @@ find %{buildroot} -name '*.a' -exec rm -f {} ';'
|
||||
%{_libdir}/libopus.so
|
||||
|
||||
%changelog
|
||||
* Tue Nov 8 2011 Peter Robinson <pbrobinson@fedoraproject.org> 0.9.8-1
|
||||
- Update to 0.9.8
|
||||
|
||||
* Mon Oct 10 2011 Peter Robinson <pbrobinson@fedoraproject.org> 0.9.6-1
|
||||
- Initial packaging
|
||||
|
||||
Loading…
Reference in New Issue
Block a user