Official 1.0.1 release now rfc6716 is stable
This commit is contained in:
parent
b07fcec54f
commit
029a89adc0
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,3 +1,5 @@
|
||||
/opus-0.*.tar.gz
|
||||
/opus-1.0.0-rc.tar.gz
|
||||
/opus-1.0.1-rc3.tar.gz
|
||||
/opus-1.0.1.tar.gz
|
||||
/rfc6716.txt
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
13
opus.spec
13
opus.spec
@ -1,14 +1,14 @@
|
||||
Name: opus
|
||||
Version: 1.0.1
|
||||
Release: 0.rc3%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: An audio codec for use in low-delay speech and audio communication
|
||||
|
||||
Group: System Environment/Libraries
|
||||
License: BSD
|
||||
URL: http://www.opus-codec.org/
|
||||
Source0: http://downloads.xiph.org/releases/%{name}/%{name}-1.0.1-rc3.tar.gz
|
||||
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-14.txt
|
||||
Source1: http://tools.ietf.org/rfc/rfc6716.txt
|
||||
|
||||
%description
|
||||
The Opus codec is designed for interactive speech and audio transmission over
|
||||
@ -25,7 +25,7 @@ Requires: opus = %{version}-%{release}
|
||||
Files for development with opus.
|
||||
|
||||
%prep
|
||||
%setup -q -n opus-1.0.1-rc3
|
||||
%setup -q
|
||||
cp %{SOURCE1} .
|
||||
|
||||
%build
|
||||
@ -49,7 +49,7 @@ make check
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING README draft-ietf-codec-opus-14.txt
|
||||
%doc COPYING README rfc6716.txt
|
||||
%{_libdir}/libopus.so.*
|
||||
|
||||
%files devel
|
||||
@ -60,6 +60,9 @@ make check
|
||||
%{_datadir}/aclocal/opus.m4
|
||||
|
||||
%changelog
|
||||
* Wed Sep 12 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.0.1-1
|
||||
- Official 1.0.1 release now rfc6716 is stable
|
||||
|
||||
* Tue Sep 4 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.0.1rc3-0.1
|
||||
- Update to 1.0.1rc3
|
||||
|
||||
|
||||
18259
rfc6716.txt
Normal file
18259
rfc6716.txt
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user