This commit is contained in:
Peter Robinson 2011-11-08 20:46:48 +00:00
parent e0e828a5f5
commit 3f79b7d859
3 changed files with 8 additions and 6 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/opus-0.9.6.tar.gz
/opus-0.*.tar.gz

View File

@ -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

View File

@ -1 +1 @@
030556bcaebb241505f8577e92abe6d4 opus-0.9.6.tar.gz
76c1876eae9169dee808ff4710d847cf opus-0.9.8.tar.gz