Epoch: 2 %lib_package ogg 0 Summary: The Ogg bitstream file format library. Name: libogg Version: 1.1.3 Release: 7%{?dist} Group: System Environment/Libraries License: BSD URL: http://www.xiph.org/ Source0: http://downloads.xiph.org/releases/ogg/%{name}-%{version}.tar.gz Patch0: libogg-1.0-m4.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: gcc-c++ %description Libogg is a library for manipulating Ogg bitstream file formats. Libogg supports both making Ogg bitstreams and getting packets from Ogg bitstreams. %prep %setup -q -n %{name}-%{version} %patch -p1 %build %configure make %install rm -rf %{buildroot} make DESTDIR=%{buildroot} install cat > develfiles.list << EOF %doc doc/*.html doc/*.txt doc/*.png doc/libogg EOF %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc AUTHORS CHANGES COPYING README %{_libdir}/*.so.* %changelog * Fri Dec 2 2005 Axel Thimm - Update to 1.1.3. * Wed Sep 29 2004 Colin Walters 2:1.1.2-1 - Update to 1.1.2 - Delete upstreamed libogg-1.1-64bit.patch - Delete upstreamed libogg-underquoted.patch * Thu Jul 15 2004 Tim Waugh 2:1.1-4 - Fixed warnings in shipped m4 file. * Tue Jun 15 2004 Elliot Lee - rebuilt * Tue Mar 02 2004 Elliot Lee - rebuilt * Fri Feb 13 2004 Elliot Lee - rebuilt * Thu Dec 11 2003 Bill Nottingham 2:1.1-1 - update to 1.1 * Sun Jun 8 2003 Tim Powers 2:1.0-5.1 - build for RHEL * Wed Jun 04 2003 Elliot Lee - rebuilt * Tue Jun 3 2003 Jeff Johnson - add explicit epoch's where needed. * Wed Jan 22 2003 Tim Powers - rebuilt * Wed Dec 11 2002 Bill Nottingham 2:1.0-3 - fix ogg.m4 * Fri Nov 29 2002 Tim Powers 2:1.0-2 - remove unpackaged files from the buildroot * Fri Jul 18 2002 Bill Nottingham 1.0-1 - one-dot-oh * Fri Jun 21 2002 Tim Powers - automated rebuild * Thu May 23 2002 Tim Powers - automated rebuild * Wed Jan 09 2002 Tim Powers - automated rebuild * Tue Jan 1 2002 Bill Nottingham - update to 1.0rc3 * Mon Aug 13 2001 Bill Nottingham - update to 1.0rc2 * Fri Jul 6 2001 Bill Nottingham - own %%{_includedir}/ogg * Tue Jun 19 2001 Bill Nottingham - update to 1.0rc1 * Mon Feb 26 2001 Bill Nottingham - fix license tag * Mon Feb 26 2001 Bill Nottingham - beta4 * Tue Feb 6 2001 Bill Nottingham - update CVS in prep for beta4 * Thu Dec 27 2000 Bill Nottingham - update CVS * Tue Dec 11 2000 Bill Nottingham - fix bogus group * Fri Dec 01 2000 Bill Nottingham - rebuild because of broken fileutils * Mon Nov 13 2000 Bill Nottingham - clean up specfile slightly * Sat Sep 02 2000 Jack Moffitt - initial spec file created