libvorbis 1.3.3 (#787635)
This commit is contained in:
parent
4191a1f2e7
commit
5b3659361f
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
libvorbis-1.3.1.tar.bz2
|
||||
/libvorbis-1.3.2.tar.bz2
|
||||
/libvorbis-1.3.3.tar.xz
|
||||
|
||||
@ -1,20 +1,19 @@
|
||||
Summary: The Vorbis General Audio Compression Codec.
|
||||
Name: libvorbis
|
||||
Version: 1.3.2
|
||||
Release: 2%{?dist}
|
||||
Version: 1.3.3
|
||||
Release: 1%{?dist}
|
||||
Epoch: 1
|
||||
Group: System Environment/Libraries
|
||||
License: BSD
|
||||
URL: http://www.xiph.org/
|
||||
Source: http://downloads.xiph.org/releases/vorbis/%{name}-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
Source: http://downloads.xiph.org/releases/vorbis/%{name}-%{version}.tar.xz
|
||||
BuildRequires: libogg-devel >= 2:1.1
|
||||
Patch2: libvorbis-1.2.3-add-needed.patch
|
||||
|
||||
%description
|
||||
Ogg Vorbis is a fully open, non-proprietary, patent- and royalty-free,
|
||||
general-purpose compressed audio format for audio and music at fixed
|
||||
and variable bitrates from 16 to 128 kbps/channel.
|
||||
and variable bitrates.
|
||||
|
||||
The libvorbis package contains runtime libraries for use in programs
|
||||
that support Ogg Vorbis.
|
||||
@ -88,6 +87,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%changelog
|
||||
* Mon Feb 13 2012 Adam Jackson <ajax@redhat.com> 1.3.3-1
|
||||
- libvorbis 1.3.3 (#787635)
|
||||
|
||||
* Wed Jan 04 2012 Jindrich Novy <jnovy@redhat.com> 1.3.2-2
|
||||
- ship documentation only in -doc subpackage and only license
|
||||
in -devel (#540634) - thanks to Edward Sheldrake
|
||||
|
||||
Loading…
Reference in New Issue
Block a user