1.0.0rc1
This commit is contained in:
parent
69e44c7c7e
commit
3fabbc6a25
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/opus-0.*.tar.gz
|
||||
/opus-1.0.0-rc.tar.gz
|
||||
|
||||
11
opus.spec
11
opus.spec
@ -1,12 +1,12 @@
|
||||
Name: opus
|
||||
Version: 0.9.14
|
||||
Release: 2%{?dist}
|
||||
Version: 1.0.0
|
||||
Release: 0.rc1%{?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}-%{version}.tar.gz
|
||||
Source0: http://downloads.xiph.org/releases/%{name}/opus-1.0.0-rc.tar.gz
|
||||
# This is the current IETF Working Group draft
|
||||
Source1: http://tools.ietf.org/id/draft-ietf-codec-opus-14.txt
|
||||
|
||||
@ -25,7 +25,7 @@ Requires: opus = %{version}-%{release}
|
||||
Files for development with opus.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -q -n opus-1.0.0-rc
|
||||
cp %{SOURCE1} .
|
||||
|
||||
%build
|
||||
@ -60,6 +60,9 @@ make check
|
||||
%{_libdir}/pkgconfig/opus.pc
|
||||
|
||||
%changelog
|
||||
* Thu Aug 9 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.0.0rc1-0.1
|
||||
- Update to 1.0.0rc1
|
||||
|
||||
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.14-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user