0d7e307
Summary:        The Ogg bitstream file format library
0d7e307
Name:           libogg
3c46770
Version:        1.1.4
7aa8f0a
Release:        2%{?dist}
0d7e307
Epoch:          2
0d7e307
Group:          System Environment/Libraries
0d7e307
License:        BSD
0d7e307
URL:            http://www.xiph.org/
b64b261
Source:         http://downloads.xiph.org/releases/ogg/%{name}-%{version}.tar.gz
0d7e307
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)    
84c8515
cvsdist 823f99e
%description
cvsdist 0fa875e
Libogg is a library for manipulating Ogg bitstream file formats.
cvsdist 0fa875e
Libogg supports both making Ogg bitstreams and getting packets from
cvsdist 0fa875e
Ogg bitstreams.
cvsdist 823f99e
84c8515
cvsdist 823f99e
%package devel
0d7e307
Summary:        Files needed for development using libogg
0d7e307
Group:          Development/Libraries
0d7e307
Requires:       libogg = %{epoch}:%{version}-%{release}
0d7e307
Requires:       pkgconfig
0d7e307
Requires:       automake
cvsdist 823f99e
cvsdist 823f99e
%description devel
cvsdist 0fa875e
Libogg is a library used for manipulating Ogg bitstreams. The
cvsdist 0fa875e
libogg-devel package contains the header files and documentation
cvsdist 0fa875e
needed for development using libogg.
cvsdist 823f99e
84c8515
3c46770
%package devel-docs
3c46770
Summary:	Documentation for developing Ogg applications
3c46770
Group:		Development/Libraries
3c46770
BuildArch:	noarch
3c46770
3c46770
%description devel-docs
3c46770
Documentation for developing applications with libogg
3c46770
3c46770
cvsdist 823f99e
%prep
b64b261
%setup -q
cvsdist 823f99e
84c8515
cvsdist 823f99e
%build
b64b261
sed -i "s/-O20/$RPM_OPT_FLAGS/" configure
b64b261
sed -i "s/-ffast-math//" configure
fc4fb63
%configure --disable-static
84c8515
make %{?_smp_mflags}
84c8515
cvsdist 823f99e
cvsdist 823f99e
%install
fc4fb63
rm -rf $RPM_BUILD_ROOT
cvsdist 823f99e
make DESTDIR=$RPM_BUILD_ROOT install
cvsdist 823f99e
cvsdist c6b80a5
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
cvsdist c6b80a5
84c8515
84c8515
%clean 
84c8515
rm -rf $RPM_BUILD_ROOT
84c8515
84c8515
%post -p /sbin/ldconfig
84c8515
84c8515
%postun -p /sbin/ldconfig
84c8515
84c8515
cvsdist 823f99e
%files
cvsdist 823f99e
%defattr(-,root,root)
cvsdist 255a956
%doc AUTHORS CHANGES COPYING README
cvsdist fbecf65
%{_libdir}/libogg.so.*
cvsdist 823f99e
cvsdist 823f99e
%files devel
cvsdist 823f99e
%defattr(-,root,root)
cvsdist fbecf65
%dir %{_includedir}/ogg
cvsdist fbecf65
%{_includedir}/ogg/ogg.h
cvsdist fbecf65
%{_includedir}/ogg/os_types.h
cvsdist fbecf65
%{_includedir}/ogg/config_types.h
cvsdist fbecf65
%{_libdir}/libogg.so
cvsdist 59375a1
%{_libdir}/pkgconfig/ogg.pc
cvsdist fbecf65
%{_datadir}/aclocal/ogg.m4
cvsdist 823f99e
3c46770
%files devel-docs
3c46770
%defattr(-,root,root)
b64b261
%{_docdir}/%{name}-%{version}
cvsdist 823f99e
cvsdist 823f99e
%changelog
7aa8f0a
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:1.1.4-2
7aa8f0a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
7aa8f0a
b64b261
* Thu Jul 02 2009 Adam Jackson <ajax@redhat.com> 1.1.4-1
b64b261
- libogg 1.1.4
b64b261
3c46770
* Wed Jun 03 2009 Adam Jackson <ajax@redhat.com> 1.1.4-0.1.rc1
3c46770
- libogg 1.1.4rc1
3c46770
- split devel docs to noarch subpackage
3c46770
2ff87b2
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:1.1.3-11
2ff87b2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
2ff87b2
db8a54b
* Thu Dec 18 2008 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 2:1.1.3-10
db8a54b
- Rebuild for pkgconfig provides
db8a54b
a43a1d8
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2:1.1.3-9
a43a1d8
- Autorebuild for GCC 4.3
a43a1d8
0d7e307
* Wed Nov 14 2007 Hans de Goede <j.w.r.degoede@hhs.nl> - 2:1.1.3-8
0d7e307
- Some more small specfile cleanups for merge review (bz 226035)
0d7e307
84c8515
* Wed Nov 14 2007 Hans de Goede <j.w.r.degoede@hhs.nl> - 2:1.1.3-7
84c8515
- Some small specfile cleanups
84c8515
- Add smpflags to make invocation (bz 226035)
84c8515
d5ad8e6
* Sun Oct 21 2007 Hans de Goede <j.w.r.degoede@hhs.nl> - 2:1.1.3-6
0d7e307
- Don't install Makefile's as %%doc, avoiding a multilib conflict (bz 342281)
d5ad8e6
fe44848
* Wed Aug 22 2007 Adam Jackson <ajax@redhat.com> - 2:1.1.3-5
fe44848
- Rebuild for PPC toolchain bug
fe44848
2e09cfd
* Sun Jun 17 2007 Matthias Clasen <mclasen@redhat.com> - 2:1.1.3-4
2e09cfd
- Require automake in the -devel package
2e09cfd
fc4fb63
* Thu Feb  8 2007 Matthias Clasen <mclasen@redhat.com> - 2:1.1.3-3
fc4fb63
- Package review cleanups
fc4fb63
- Don't ship a static library
fc4fb63
ccf8e7f
* Thu Aug 17 2006 Matthias Clasen <mclasen@redhat.com> - 2:1.1.3-2.fc6
ccf8e7f
- Fix 202280
ccf8e7f
fcc9706
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2:1.1.3-1.2.1
fcc9706
- rebuild
fcc9706
623275d
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2:1.1.3-1.2
623275d
- bump again for double-long bug on ppc(64)
623275d
402d72b
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2:1.1.3-1.1
402d72b
- rebuilt for new gcc4.1 snapshot and glibc changes
402d72b
f0bea6e
* Wed Jan 18 2006 John (J5) Palmieri <johnp@redhat.com> 2:1.1.3-1
f0bea6e
- Update to 1.1.3
f0bea6e
- doc/ogg changed to doc/libogg
f0bea6e
c3d1ef2
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
c3d1ef2
- rebuilt
c3d1ef2
a5cca46
* Wed Mar 02 2005 John (J5) Palmieri <johnp@redhat.com> 2:1.1.2-2
a5cca46
- rebuild for gcc 4.0
a5cca46
cceae2c
* Wed Sep 29 2004 Colin Walters <walters@redhat.com> 2:1.1.2-1
cceae2c
- Update to 1.1.2
cceae2c
- Delete upstreamed libogg-1.1-64bit.patch
cceae2c
- Delete upstreamed libogg-underquoted.patch
cceae2c
cvsdist 995c034
* Thu Jul 15 2004 Tim Waugh <twaugh@redhat.com> 2:1.1-4
cvsdist 995c034
- Fixed warnings in shipped m4 file.
cvsdist 995c034
cvsdist 00ae247
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 00ae247
- rebuilt
cvsdist 00ae247
cvsdist e4d32d2
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist e4d32d2
- rebuilt
cvsdist e4d32d2
cvsdist e4d32d2
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist e4d32d2
- rebuilt
cvsdist e4d32d2
cvsdist 59375a1
* Thu Dec 11 2003 Bill Nottingham <notting@redhat.com> 2:1.1-1
cvsdist 59375a1
- update to 1.1
cvsdist 59375a1
cvsdist 59375a1
* Sun Jun  8 2003 Tim Powers <timp@redhat.com> 2:1.0-5.1
cvsdist 59375a1
- build for RHEL
cvsdist 59375a1
cvsdist 7da9c3b
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist 7da9c3b
- rebuilt
cvsdist 7da9c3b
cvsdist 7da9c3b
* Tue Jun  3 2003 Jeff Johnson <jbj@redhat.com>
cvsdist 7da9c3b
- add explicit epoch's where needed.
cvsdist 7da9c3b
cvsdist c6b80a5
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist c6b80a5
- rebuilt
cvsdist c6b80a5
cvsdist c6b80a5
* Wed Dec 11 2002 Bill Nottingham <notting@redhat.com> 2:1.0-3
cvsdist c6b80a5
- fix ogg.m4
cvsdist c6b80a5
cvsdist c6b80a5
* Fri Nov 29 2002 Tim Powers <timp@redhat.com> 2:1.0-2
cvsdist c6b80a5
- remove unpackaged files from the buildroot
cvsdist c6b80a5
cvsdist 255a956
* Fri Jul 18 2002 Bill Nottingham <notting@redhat.com> 1.0-1
cvsdist 255a956
- one-dot-oh
cvsdist 255a956
cvsdist f898e9c
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist f898e9c
- automated rebuild
cvsdist f898e9c
cvsdist f898e9c
* Thu May 23 2002 Tim Powers <timp@redhat.com>
cvsdist f898e9c
- automated rebuild
cvsdist f898e9c
cvsdist f898e9c
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
cvsdist f898e9c
- automated rebuild
cvsdist f898e9c
cvsdist 6002e92
* Tue Jan  1 2002 Bill Nottingham <notting@redhat.com>
cvsdist 6002e92
- update to 1.0rc3
cvsdist 6002e92
cvsdist 0fa875e
* Mon Aug 13 2001 Bill Nottingham <notting@redhat.com>
cvsdist 0fa875e
- update to 1.0rc2
cvsdist 0fa875e
cvsdist fbecf65
* Fri Jul  6 2001 Bill Nottingham <notting@redhat.com>
cvsdist fbecf65
- own %%{_includedir}/ogg
cvsdist fbecf65
cvsdist fbecf65
* Tue Jun 19 2001 Bill Nottingham <notting@redhat.com>
cvsdist fbecf65
- update to 1.0rc1
cvsdist fbecf65
cvsdist 823f99e
* Mon Feb 26 2001 Bill Nottingham <notting@redhat.com>
cvsdist 823f99e
- fix license tag
cvsdist 823f99e
cvsdist 823f99e
* Mon Feb 26 2001 Bill Nottingham <notting@redhat.com>
cvsdist 823f99e
- beta4
cvsdist 823f99e
cvsdist 823f99e
* Tue Feb  6 2001 Bill Nottingham <notting@redhat.com>
cvsdist 823f99e
- update CVS in prep for beta4
cvsdist 823f99e
cvsdist 823f99e
* Thu Dec 27 2000 Bill Nottingham <notting@redhat.com>
cvsdist 823f99e
- update CVS
cvsdist 823f99e
cvsdist 823f99e
* Tue Dec 11 2000 Bill Nottingham <notting@redhat.com>
cvsdist 823f99e
- fix bogus group
cvsdist 823f99e
cvsdist 823f99e
* Fri Dec 01 2000 Bill Nottingham <notting@redhat.com>
cvsdist 823f99e
- rebuild because of broken fileutils
cvsdist 823f99e
cvsdist 823f99e
* Mon Nov 13 2000 Bill Nottingham <notting@redhat.com>
cvsdist 823f99e
- clean up specfile slightly
cvsdist 823f99e
cvsdist 823f99e
* Sat Sep 02 2000 Jack Moffitt <jack@icecast.org>
cvsdist 823f99e
- initial spec file created