libvorbis 1.3.4

This commit is contained in:
Peter Robinson 2014-01-22 21:17:33 +00:00
parent e99bc4c5b8
commit cfc43b0a33
3 changed files with 7 additions and 83 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
libvorbis-1.3.1.tar.bz2
/libvorbis-1.3.2.tar.bz2
/libvorbis-1.3.3.tar.xz
/libvorbis-1.3.4.tar.xz

View File

@ -2,8 +2,8 @@
Summary: The Vorbis General Audio Compression Codec
Name: libvorbis
Version: 1.3.3
Release: 7%{?dist}
Version: 1.3.4
Release: 1%{?dist}
Epoch: 1
Group: System Environment/Libraries
License: BSD
@ -53,7 +53,6 @@ sed -i "s/-mcpu=750//" configure
make
%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install docdir=%{_pkgdocdir}
install -pm 644 -t $RPM_BUILD_ROOT%{_pkgdocdir} AUTHORS COPYING README
# remove unpackaged files from the buildroot
@ -63,7 +62,6 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
make check
%files
%defattr(-,root,root)
%doc %dir %{_pkgdocdir}
%doc %{_pkgdocdir}/COPYING
%{_libdir}/libvorbis.so.*
@ -71,7 +69,6 @@ make check
%{_libdir}/libvorbisenc.so.*
%files devel
%defattr(-,root,root)
%{_includedir}/vorbis
%{_libdir}/libvorbis.so
%{_libdir}/libvorbisfile.so
@ -80,19 +77,18 @@ make check
%{_datadir}/aclocal/vorbis.m4
%files devel-docs
%defattr(-,root,root)
%{_pkgdocdir}/*
%exclude %{_pkgdocdir}/COPYING
%exclude %{_pkgdocdir}/doxygen-build.stamp
%clean
rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%changelog
* Wed Jan 22 2014 Peter Robinson <pbrobinson@fedoraproject.org> 1.3.4-1
- libvorbis 1.3.4
* Wed Jan 15 2014 Adam Jackson <ajax@redhat.com> 1.3.3-7
- Nuke -mcpu=750 from cflags for PPC, that plus -mcpu=power7 confuses gcc.
@ -255,76 +251,3 @@ rm -rf $RPM_BUILD_ROOT
- remove unpackaged files from the buildroot
- tell configure where ogg libs are
- lib64'ize
* Fri Jul 18 2002 Bill Nottingham <notting@redhat.com>
- one-dot-oh
- libtool strikes again (#66110)
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
- automated rebuild
* Thu May 23 2002 Tim Powers <timp@redhat.com>
- automated rebuild
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
- automated rebuild
* Tue Jan 1 2002 Bill Nottingham <notting@redhat.com>
- update to 1.0rc3
* Thu Aug 16 2001 Bill Nottingham <notting@redhat.com>
- fix bug in floor backend (<michael@stroucken.org>)
* Mon Aug 13 2001 Bill Nottingham <notting@redhat.com>
- update to 1.0rc2
* Fri Jul 20 2001 Bill Nottingham <notting@redhat.com>
- split out from the main vorbis package
* Tue Jul 10 2001 Bill Nottingham <notting@redhat.com>
- own %%{_libdir}/ao
- I love libtool
* Tue Jun 26 2001 Florian La Roche <Florian.LaRoche@redhat.de>
- add links from library major version numbers in rpms
* Tue Jun 19 2001 Bill Nottingham <notting@redhat.com>
- update to rc1
* Fri May 4 2001 Oliver Paukstadt <oliver.paukstadt@millenux.com>
- fixed perl line in spec file to set optims correctly
* Tue Mar 20 2001 Bill Nottingham <notting@redhat.com>
- fix alpha/ia64, again
- use optflags, not -O20 -ffast-math (especially on alpha...)
* Mon Feb 26 2001 Bill Nottingham <notting@redhat.com>
- fix license tag
* Mon Feb 26 2001 Bill Nottingham <notting@redhat.com>
- beta4
* Fri Feb 9 2001 Bill Nottingham <notting@redhat.com>
- fix alpha/ia64
* Thu Feb 8 2001 Bill Nottingham <notting@redhat.com>
- update CVS in prep for beta4
* Wed Feb 07 2001 Philipp Knirsch <pknirsch@redhat.de>
- Fixed bugzilla bug #25391. ogg123 now usses the OSS driver by default if
none was specified.
* Tue Jan 9 2001 Bill Nottingham <notting@redhat.com>
- update CVS, grab aRts backend for libao
* Thu Dec 27 2000 Bill Nottingham <notting@redhat.com>
- update CVS
* Fri Dec 01 2000 Bill Nottingham <notting@redhat.com>
- rebuild because of broken fileutils
* Mon Nov 13 2000 Bill Nottingham <notting@redhat.com>
- hack up specfile some, merge some packages
* Sat Oct 21 2000 Jack Moffitt <jack@icecast.org>
- initial spec file created

View File

@ -1 +1 @@
71b649d3e08e63ece16649df906ce8b9 libvorbis-1.3.3.tar.xz
55f2288055e44754275a17c9a2497391 libvorbis-1.3.4.tar.xz