- libvorbis 1.2.2

This commit is contained in:
Adam Jackson 2009-07-02 17:02:52 +00:00
parent e5ec7d909f
commit 32532a35f4
3 changed files with 11 additions and 11 deletions

View File

@ -1,2 +1,3 @@
libvorbis-1.2.0.tar.bz2
libvorbis-1.2.2rc1.tar.bz2
libvorbis-1.2.2.tar.bz2

View File

@ -1,13 +1,12 @@
Summary: The Vorbis General Audio Compression Codec.
Name: libvorbis
Version: 1.2.2
Release: 0.1.rc1%{?dist}
Release: 1%{?dist}
Epoch: 1
Group: System Environment/Libraries
License: BSD
URL: http://www.xiph.org/
#Source: http://downloads.xiph.org/releases/vorbis/libvorbis-%{version}.tar.bz2
Source: http://downloads.xiph.org/releases/vorbis/libvorbis-1.2.2rc1.tar.bz2
Source: http://downloads.xiph.org/releases/vorbis/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libogg-devel >= 2:1.1
@ -40,12 +39,9 @@ Documentation for developing applications with libvorbis.
%prep
%setup -q -n libvorbis-1.2.2rc1
perl -p -i -e "s/-O20/$RPM_OPT_FLAGS/" configure
perl -p -i -e "s/-ffast-math//" configure
# workaround for bizarre timestamps
find . | xargs touch
%setup -q
sed -i "s/-O20/$RPM_OPT_FLAGS/" configure
sed -i "s/-ffast-math//" configure
%build
%configure --with-ogg-libraries=%{_libdir} --disable-static
@ -76,7 +72,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
%files devel-docs
%defattr(-,root,root)
%{_docdir}/libvorbis-1.2.2rc1/
%{_docdir}/%{name}-%{version}
%clean
rm -rf $RPM_BUILD_ROOT
@ -86,6 +82,9 @@ rm -rf $RPM_BUILD_ROOT
%postun -p /sbin/ldconfig
%changelog
* Thu Jul 02 2009 Adam Jackson <ajax@redhat.com> 1.2.2-1
- libvorbis 1.2.2
* Wed Jun 03 2009 Adam Jackson <ajax@redhat.com> 1.2.2-0.1.rc1
- libvorbis 1.2.2rc1

View File

@ -1 +1 @@
6a7086ee666b8c62e122d29d107f7bec libvorbis-1.2.2rc1.tar.bz2
7a38198f40efb9e463af5d29083f1a23 libvorbis-1.2.2.tar.bz2