This commit is contained in:
Peter Robinson 2013-12-06 09:36:29 +00:00
parent ebfebc578f
commit feef6164c1
2 changed files with 7 additions and 4 deletions

View File

@ -1,12 +1,12 @@
Name: opus
Version: 1.1
Release: 0.3%{?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}-%{version}-rc3.tar.gz
Source0: http://downloads.xiph.org/releases/%{name}/%{name}-%{version}.tar.gz
# This is the final IETF Working Group RFC
Source1: http://tools.ietf.org/rfc/rfc6716.txt
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -26,7 +26,7 @@ Requires: opus = %{version}-%{release}
Files for development with opus.
%prep
%setup -q -n %{name}-%{version}-rc3
%setup -q
cp %{SOURCE1} .
%build
@ -65,6 +65,9 @@ rm -rf %{buildroot}
%{_datadir}/aclocal/opus.m4
%changelog
* Fri Dec 6 2013 Peter Robinson <pbrobinson@fedoraproject.org> 1.1-1
- 1.1 release
* Tue Dec 3 2013 Peter Robinson <pbrobinson@fedoraproject.org> 1.1-0.3rc3
- Update to 1.1-rc3

View File

@ -1 +1 @@
1fe33cb3d0ee6ef94996c882f98e8cff opus-1.1-rc3.tar.gz
c5a8cf7c0b066759542bc4ca46817ac6 opus-1.1.tar.gz