a4d728
Summary:        The Ogg bitstream file format library
a4d728
Name:           libogg
a4d728
Epoch:          2
a4d728
Version:        1.3.0
a0b0d9
Release:        7%{?dist}
a4d728
Group:          System Environment/Libraries
a4d728
License:        BSD
a4d728
URL:            http://www.xiph.org/
a4d728
a4d728
Source:         http://downloads.xiph.org/releases/ogg/%{name}-%{version}.tar.xz
a4d728
a4d728
Patch0:		libogg-aarch64.patch
a4d728
Patch1:		libogg-multilib.patch
a4d728
a4d728
%description
a4d728
Libogg is a library for manipulating Ogg bitstream file formats.
a4d728
Libogg supports both making Ogg bitstreams and getting packets from
a4d728
Ogg bitstreams.
a4d728
a4d728
a4d728
%package devel
a4d728
Summary:        Files needed for development using libogg
a4d728
Group:          Development/Libraries
a4d728
Requires:       libogg = %{epoch}:%{version}-%{release}
a4d728
Requires:       pkgconfig
a4d728
Requires:       automake
a4d728
a4d728
%description devel
a4d728
Libogg is a library used for manipulating Ogg bitstreams. The
a4d728
libogg-devel package contains the header files and documentation
a4d728
needed for development using libogg.
a4d728
a4d728
a4d728
%package devel-docs
a4d728
Summary:	Documentation for developing Ogg applications
a4d728
Group:		Development/Libraries
a4d728
BuildArch:	noarch
a4d728
a4d728
%description devel-docs
a4d728
Documentation for developing applications with libogg
a4d728
a4d728
a4d728
%prep
a4d728
%setup -q
a4d728
a4d728
%patch0 -p1
a4d728
%patch1 -p1
a4d728
a4d728
%build
a4d728
sed -i "s/-O20/$RPM_OPT_FLAGS/" configure
a4d728
sed -i "s/-ffast-math//" configure
a4d728
%configure --disable-static
a4d728
make %{?_smp_mflags}
a4d728
a4d728
a4d728
%install
a4d728
rm -rf $RPM_BUILD_ROOT
a4d728
make DESTDIR=$RPM_BUILD_ROOT install
a4d728
a4d728
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
a4d728
a4d728
rm -rf __installed_docs
a4d728
mv $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version} __installed_docs
a4d728
a4d728
# rename directory to match index.html
a4d728
mv __installed_docs/ogg __installed_docs/libogg
a4d728
a4d728
a4d728
%post -p /sbin/ldconfig
a4d728
a4d728
%postun -p /sbin/ldconfig
a4d728
a4d728
a4d728
%files
a4d728
%doc AUTHORS CHANGES COPYING README
a4d728
%{_libdir}/libogg.so.*
a4d728
a4d728
%files devel
a4d728
%dir %{_includedir}/ogg
a4d728
%{_includedir}/ogg/ogg.h
a4d728
%{_includedir}/ogg/os_types.h
a4d728
%{_includedir}/ogg/config_types.h
a4d728
%{_libdir}/libogg.so
a4d728
%{_libdir}/pkgconfig/ogg.pc
a4d728
%{_datadir}/aclocal/ogg.m4
a4d728
a4d728
%files devel-docs
a4d728
%doc __installed_docs/*
a4d728
a4d728
%changelog
a0b0d9
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 2:1.3.0-7
a0b0d9
- Mass rebuild 2014-01-24
a0b0d9
a0b0d9
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 2:1.3.0-6
a0b0d9
- Mass rebuild 2013-12-27
a0b0d9
a4d728
* Tue Apr 09 2013 Jaromir Capik <jcapik@redhat.com> - 2:1.3.0-5
a4d728
- fixing multilib conflict (#831414)
a4d728
a4d728
* Tue Mar 26 2013 Jaromir Capik <jcapik@redhat.com> - 2:1.3.0-4
a4d728
- aarch64 support (#925834)
a4d728
- minor spec cleaning
a4d728
a4d728
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:1.3.0-3
a4d728
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
a4d728
a4d728
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:1.3.0-2
a4d728
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
a4d728
a4d728
* Wed May 16 2012 Gregory Maxwell <greg@xiph.org> 1.3.0-1
a4d728
- libogg 1.3.0
a4d728
a4d728
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:1.2.2-4
a4d728
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
a4d728
a4d728
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:1.2.2-3
a4d728
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
a4d728
a4d728
* Wed Dec 08 2010 Adam Jackson <ajax@redhat.com> 1.2.2-2
a4d728
- Fix epoch.
a4d728
a4d728
* Tue Dec 07 2010 Adam Jackson <ajax@redhat.com> 1.2.2-1
a4d728
- libogg 1.2.2
a4d728
a4d728
* Mon Apr 26 2010 Adam Jackson <ajax@redhat.com> 1.2.0-1
a4d728
- libogg 1.2.0
a4d728
a4d728
* Tue Nov 10 2009 Rakesh Pandit <rakesh@fedoraproject.org> - 2:1.1.4-3
a4d728
- fixed libogg-devel-docs (BZ #510608) (By Edward Sheldrake)
a4d728
a4d728
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:1.1.4-2
a4d728
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
a4d728
a4d728
* Thu Jul 02 2009 Adam Jackson <ajax@redhat.com> 1.1.4-1
a4d728
- libogg 1.1.4
a4d728
a4d728
* Wed Jun 03 2009 Adam Jackson <ajax@redhat.com> 1.1.4-0.1.rc1
a4d728
- libogg 1.1.4rc1
a4d728
- split devel docs to noarch subpackage
a4d728
a4d728
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:1.1.3-11
a4d728
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
a4d728
a4d728
* Thu Dec 18 2008 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 2:1.1.3-10
a4d728
- Rebuild for pkgconfig provides
a4d728
a4d728
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2:1.1.3-9
a4d728
- Autorebuild for GCC 4.3
a4d728
a4d728
* Wed Nov 14 2007 Hans de Goede <j.w.r.degoede@hhs.nl> - 2:1.1.3-8
a4d728
- Some more small specfile cleanups for merge review (bz 226035)
a4d728
a4d728
* Wed Nov 14 2007 Hans de Goede <j.w.r.degoede@hhs.nl> - 2:1.1.3-7
a4d728
- Some small specfile cleanups
a4d728
- Add smpflags to make invocation (bz 226035)
a4d728
a4d728
* Sun Oct 21 2007 Hans de Goede <j.w.r.degoede@hhs.nl> - 2:1.1.3-6
a4d728
- Don't install Makefile's as %%doc, avoiding a multilib conflict (bz 342281)
a4d728
a4d728
* Wed Aug 22 2007 Adam Jackson <ajax@redhat.com> - 2:1.1.3-5
a4d728
- Rebuild for PPC toolchain bug
a4d728
a4d728
* Sun Jun 17 2007 Matthias Clasen <mclasen@redhat.com> - 2:1.1.3-4
a4d728
- Require automake in the -devel package
a4d728
a4d728
* Thu Feb  8 2007 Matthias Clasen <mclasen@redhat.com> - 2:1.1.3-3
a4d728
- Package review cleanups
a4d728
- Don't ship a static library
a4d728
a4d728
* Thu Aug 17 2006 Matthias Clasen <mclasen@redhat.com> - 2:1.1.3-2.fc6
a4d728
- Fix 202280
a4d728
a4d728
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2:1.1.3-1.2.1
a4d728
- rebuild
a4d728
a4d728
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2:1.1.3-1.2
a4d728
- bump again for double-long bug on ppc(64)
a4d728
a4d728
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2:1.1.3-1.1
a4d728
- rebuilt for new gcc4.1 snapshot and glibc changes
a4d728
a4d728
* Wed Jan 18 2006 John (J5) Palmieri <johnp@redhat.com> 2:1.1.3-1
a4d728
- Update to 1.1.3
a4d728
- doc/ogg changed to doc/libogg
a4d728
a4d728
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
a4d728
- rebuilt
a4d728
a4d728
* Wed Mar 02 2005 John (J5) Palmieri <johnp@redhat.com> 2:1.1.2-2
a4d728
- rebuild for gcc 4.0
a4d728
a4d728
* Wed Sep 29 2004 Colin Walters <walters@redhat.com> 2:1.1.2-1
a4d728
- Update to 1.1.2
a4d728
- Delete upstreamed libogg-1.1-64bit.patch
a4d728
- Delete upstreamed libogg-underquoted.patch
a4d728
a4d728
* Thu Jul 15 2004 Tim Waugh <twaugh@redhat.com> 2:1.1-4
a4d728
- Fixed warnings in shipped m4 file.
a4d728
a4d728
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
a4d728
- rebuilt
a4d728
a4d728
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
a4d728
- rebuilt
a4d728
a4d728
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
a4d728
- rebuilt
a4d728
a4d728
* Thu Dec 11 2003 Bill Nottingham <notting@redhat.com> 2:1.1-1
a4d728
- update to 1.1
a4d728
a4d728
* Sun Jun  8 2003 Tim Powers <timp@redhat.com> 2:1.0-5.1
a4d728
- build for RHEL
a4d728
a4d728
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
a4d728
- rebuilt
a4d728
a4d728
* Tue Jun  3 2003 Jeff Johnson <jbj@redhat.com>
a4d728
- add explicit epoch's where needed.
a4d728
a4d728
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
a4d728
- rebuilt
a4d728
a4d728
* Wed Dec 11 2002 Bill Nottingham <notting@redhat.com> 2:1.0-3
a4d728
- fix ogg.m4
a4d728
a4d728
* Fri Nov 29 2002 Tim Powers <timp@redhat.com> 2:1.0-2
a4d728
- remove unpackaged files from the buildroot
a4d728
a4d728
* Fri Jul 18 2002 Bill Nottingham <notting@redhat.com> 1.0-1
a4d728
- one-dot-oh
a4d728
a4d728
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
a4d728
- automated rebuild
a4d728
a4d728
* Thu May 23 2002 Tim Powers <timp@redhat.com>
a4d728
- automated rebuild
a4d728
a4d728
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
a4d728
- automated rebuild
a4d728
a4d728
* Tue Jan  1 2002 Bill Nottingham <notting@redhat.com>
a4d728
- update to 1.0rc3
a4d728
a4d728
* Mon Aug 13 2001 Bill Nottingham <notting@redhat.com>
a4d728
- update to 1.0rc2
a4d728
a4d728
* Fri Jul  6 2001 Bill Nottingham <notting@redhat.com>
a4d728
- own %%{_includedir}/ogg
a4d728
a4d728
* Tue Jun 19 2001 Bill Nottingham <notting@redhat.com>
a4d728
- update to 1.0rc1
a4d728
a4d728
* Mon Feb 26 2001 Bill Nottingham <notting@redhat.com>
a4d728
- fix license tag
a4d728
a4d728
* Mon Feb 26 2001 Bill Nottingham <notting@redhat.com>
a4d728
- beta4
a4d728
a4d728
* Tue Feb  6 2001 Bill Nottingham <notting@redhat.com>
a4d728
- update CVS in prep for beta4
a4d728
a4d728
* Thu Dec 27 2000 Bill Nottingham <notting@redhat.com>
a4d728
- update CVS
a4d728
a4d728
* Tue Dec 11 2000 Bill Nottingham <notting@redhat.com>
a4d728
- fix bogus group
a4d728
a4d728
* Fri Dec 01 2000 Bill Nottingham <notting@redhat.com>
a4d728
- rebuild because of broken fileutils
a4d728
a4d728
* Mon Nov 13 2000 Bill Nottingham <notting@redhat.com>
a4d728
- clean up specfile slightly
a4d728
a4d728
* Sat Sep 02 2000 Jack Moffitt <jack@icecast.org>
a4d728
- initial spec file created