This commit is contained in:
Peter Robinson 2012-08-09 11:53:39 +02:00
parent 69e44c7c7e
commit 3fabbc6a25
3 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/opus-0.*.tar.gz
/opus-1.0.0-rc.tar.gz

View File

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

View File

@ -1 +1 @@
c7161b247a8437ae6b0f11dd872e69e8 opus-0.9.14.tar.gz
1c2d30090595f4250027f7a04b114c8b opus-1.0.0-rc.tar.gz