19964c
Summary:        The Ogg bitstream file format library
19964c
Name:           libogg
19964c
Epoch:          2
19964c
Version:        1.3.4
19964c
Release:        6%{?dist}
19964c
License:        BSD
19964c
URL:            http://www.xiph.org/
19964c
19964c
Source:         http://downloads.xiph.org/releases/ogg/%{name}-%{version}.tar.xz
19964c
19964c
BuildRequires:  gcc
19964c
BuildRequires: make
19964c
19964c
%description
19964c
Libogg is a library for manipulating Ogg bitstream file formats.
19964c
Libogg supports both making Ogg bitstreams and getting packets from
19964c
Ogg bitstreams.
19964c
19964c
19964c
%package devel
19964c
Summary:        Files needed for development using libogg
19964c
Requires:       libogg = %{epoch}:%{version}-%{release}
19964c
Requires:       pkgconfig
19964c
Requires:       automake
19964c
19964c
19964c
%description devel
19964c
Libogg is a library used for manipulating Ogg bitstreams. The
19964c
libogg-devel package contains the header files and documentation
19964c
needed for development using libogg.
19964c
19964c
19964c
%package devel-docs
19964c
Summary:        Documentation for developing Ogg applications
19964c
BuildArch:      noarch
19964c
19964c
19964c
%description devel-docs
19964c
Documentation for developing applications with libogg
19964c
19964c
19964c
%prep
19964c
%setup -q
19964c
19964c
19964c
%build
19964c
sed -i "s|-O20|$RPM_OPT_FLAGS|" configure
19964c
sed -i "s|-ffast-math||" configure
19964c
%configure --disable-static
19964c
%make_build
19964c
19964c
19964c
%install
19964c
%make_install
19964c
19964c
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
19964c
19964c
mv $RPM_BUILD_ROOT%{_docdir}/%{name} __installed_docs
19964c
19964c
19964c
%ldconfig_scriptlets
19964c
19964c
19964c
%files
19964c
%doc AUTHORS CHANGES COPYING README.md
19964c
%{_libdir}/libogg.so.0*
19964c
19964c
19964c
%files devel
19964c
%dir %{_includedir}/ogg
19964c
%{_includedir}/ogg/ogg.h
19964c
%{_includedir}/ogg/os_types.h
19964c
%{_includedir}/ogg/config_types.h
19964c
%{_libdir}/libogg.so
19964c
%{_libdir}/pkgconfig/ogg.pc
19964c
%{_datadir}/aclocal/ogg.m4
19964c
19964c
19964c
%files devel-docs
19964c
%doc __installed_docs/*
19964c
19964c
19964c
%changelog
19964c
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2:1.3.4-6
19964c
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
19964c
  Related: rhbz#1991688
19964c
19964c
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2:1.3.4-5
19964c
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
19964c
19964c
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.3.4-4
19964c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
19964c
19964c
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.3.4-3
19964c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
19964c
19964c
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.3.4-2
19964c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
19964c
19964c
* Mon Sep 02 2019 Miroslav Lichvar <mlichvar@redhat.com> 2:1.3.4-1
19964c
- update to 1.3.4
19964c
- include soname in file list
19964c
19964c
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.3.3-3
19964c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
19964c
19964c
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.3.3-2
19964c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
19964c
19964c
* Fri Jul 20 2018 Miroslav Lichvar <mlichvar@redhat.com> 2:1.3.3-1
19964c
- update to 1.3.3
19964c
- add gcc to build requirements
19964c
19964c
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.3.2-11
19964c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
19964c
19964c
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.3.2-10
19964c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
19964c
19964c
* Sat Feb 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2:1.3.2-9
19964c
- Switch to %%ldconfig_scriptlets
19964c
19964c
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.3.2-8
19964c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
19964c
19964c
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.3.2-7
19964c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
19964c
19964c
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.3.2-6
19964c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
19964c
19964c
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.3.2-5
19964c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
19964c
19964c
* Thu Jun 18 2015 Ralf Corsépius <corsepiu@fedoraproject.org> - 2:1.3.2-4
19964c
- Use '|' instead of '/' as pattern delimiter in sed expressions (Fix FTBFS).
19964c
19964c
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:1.3.2-3
19964c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
19964c
19964c
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:1.3.2-2
19964c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
19964c
19964c
* Tue Aug 05 2014 Jaromir Capik <jcapik@redhat.com> - 2:1.3.2-1
19964c
- Upgrading to 1.3.2
19964c
- Cleaning the spec
19964c
- Fixing bogus dates in the changelog
19964c
19964c
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:1.3.0-7
19964c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
19964c
19964c
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:1.3.0-6
19964c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
19964c
19964c
* Tue Apr 09 2013 Jaromir Capik <jcapik@redhat.com> - 2:1.3.0-5
19964c
- fixing multilib conflict (#831414)
19964c
19964c
* Tue Mar 26 2013 Jaromir Capik <jcapik@redhat.com> - 2:1.3.0-4
19964c
- aarch64 support (#925834)
19964c
- minor spec cleaning
19964c
19964c
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:1.3.0-3
19964c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
19964c
19964c
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:1.3.0-2
19964c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
19964c
19964c
* Wed May 16 2012 Gregory Maxwell <greg@xiph.org> 1.3.0-1
19964c
- libogg 1.3.0
19964c
19964c
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:1.2.2-4
19964c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
19964c
19964c
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:1.2.2-3
19964c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
19964c
19964c
* Wed Dec 08 2010 Adam Jackson <ajax@redhat.com> 1.2.2-2
19964c
- Fix epoch.
19964c
19964c
* Tue Dec 07 2010 Adam Jackson <ajax@redhat.com> 1.2.2-1
19964c
- libogg 1.2.2
19964c
19964c
* Mon Apr 26 2010 Adam Jackson <ajax@redhat.com> 1.2.0-1
19964c
- libogg 1.2.0
19964c
19964c
* Tue Nov 10 2009 Rakesh Pandit <rakesh@fedoraproject.org> - 2:1.1.4-3
19964c
- fixed libogg-devel-docs (BZ #510608) (By Edward Sheldrake)
19964c
19964c
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:1.1.4-2
19964c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
19964c
19964c
* Thu Jul 02 2009 Adam Jackson <ajax@redhat.com> 1.1.4-1
19964c
- libogg 1.1.4
19964c
19964c
* Wed Jun 03 2009 Adam Jackson <ajax@redhat.com> 1.1.4-0.1.rc1
19964c
- libogg 1.1.4rc1
19964c
- split devel docs to noarch subpackage
19964c
19964c
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:1.1.3-11
19964c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
19964c
19964c
* Thu Dec 18 2008 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 2:1.1.3-10
19964c
- Rebuild for pkgconfig provides
19964c
19964c
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2:1.1.3-9
19964c
- Autorebuild for GCC 4.3
19964c
19964c
* Wed Nov 14 2007 Hans de Goede <j.w.r.degoede@hhs.nl> - 2:1.1.3-8
19964c
- Some more small specfile cleanups for merge review (bz 226035)
19964c
19964c
* Wed Nov 14 2007 Hans de Goede <j.w.r.degoede@hhs.nl> - 2:1.1.3-7
19964c
- Some small specfile cleanups
19964c
- Add smpflags to make invocation (bz 226035)
19964c
19964c
* Sun Oct 21 2007 Hans de Goede <j.w.r.degoede@hhs.nl> - 2:1.1.3-6
19964c
- Don't install Makefile's as %%doc, avoiding a multilib conflict (bz 342281)
19964c
19964c
* Wed Aug 22 2007 Adam Jackson <ajax@redhat.com> - 2:1.1.3-5
19964c
- Rebuild for PPC toolchain bug
19964c
19964c
* Sun Jun 17 2007 Matthias Clasen <mclasen@redhat.com> - 2:1.1.3-4
19964c
- Require automake in the -devel package
19964c
19964c
* Thu Feb  8 2007 Matthias Clasen <mclasen@redhat.com> - 2:1.1.3-3
19964c
- Package review cleanups
19964c
- Don't ship a static library
19964c
19964c
* Thu Aug 17 2006 Matthias Clasen <mclasen@redhat.com> - 2:1.1.3-2.fc6
19964c
- Fix 202280
19964c
19964c
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2:1.1.3-1.2.1
19964c
- rebuild
19964c
19964c
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2:1.1.3-1.2
19964c
- bump again for double-long bug on ppc(64)
19964c
19964c
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2:1.1.3-1.1
19964c
- rebuilt for new gcc4.1 snapshot and glibc changes
19964c
19964c
* Wed Jan 18 2006 John (J5) Palmieri <johnp@redhat.com> 2:1.1.3-1
19964c
- Update to 1.1.3
19964c
- doc/ogg changed to doc/libogg
19964c
19964c
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
19964c
- rebuilt
19964c
19964c
* Wed Mar 02 2005 John (J5) Palmieri <johnp@redhat.com> 2:1.1.2-2
19964c
- rebuild for gcc 4.0
19964c
19964c
* Wed Sep 29 2004 Colin Walters <walters@redhat.com> 2:1.1.2-1
19964c
- Update to 1.1.2
19964c
- Delete upstreamed libogg-1.1-64bit.patch
19964c
- Delete upstreamed libogg-underquoted.patch
19964c
19964c
* Thu Jul 15 2004 Tim Waugh <twaugh@redhat.com> 2:1.1-4
19964c
- Fixed warnings in shipped m4 file.
19964c
19964c
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
19964c
- rebuilt
19964c
19964c
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
19964c
- rebuilt
19964c
19964c
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
19964c
- rebuilt
19964c
19964c
* Thu Dec 11 2003 Bill Nottingham <notting@redhat.com> 2:1.1-1
19964c
- update to 1.1
19964c
19964c
* Sun Jun  8 2003 Tim Powers <timp@redhat.com> 2:1.0-5.1
19964c
- build for RHEL
19964c
19964c
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
19964c
- rebuilt
19964c
19964c
* Tue Jun  3 2003 Jeff Johnson <jbj@redhat.com>
19964c
- add explicit epoch's where needed.
19964c
19964c
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
19964c
- rebuilt
19964c
19964c
* Wed Dec 11 2002 Bill Nottingham <notting@redhat.com> 2:1.0-3
19964c
- fix ogg.m4
19964c
19964c
* Fri Nov 29 2002 Tim Powers <timp@redhat.com> 2:1.0-2
19964c
- remove unpackaged files from the buildroot
19964c
19964c
* Thu Jul 18 2002 Bill Nottingham <notting@redhat.com> 1.0-1
19964c
- one-dot-oh
19964c
19964c
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
19964c
- automated rebuild
19964c
19964c
* Thu May 23 2002 Tim Powers <timp@redhat.com>
19964c
- automated rebuild
19964c
19964c
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
19964c
- automated rebuild
19964c
19964c
* Tue Jan  1 2002 Bill Nottingham <notting@redhat.com>
19964c
- update to 1.0rc3
19964c
19964c
* Mon Aug 13 2001 Bill Nottingham <notting@redhat.com>
19964c
- update to 1.0rc2
19964c
19964c
* Fri Jul  6 2001 Bill Nottingham <notting@redhat.com>
19964c
- own %%{_includedir}/ogg
19964c
19964c
* Tue Jun 19 2001 Bill Nottingham <notting@redhat.com>
19964c
- update to 1.0rc1
19964c
19964c
* Mon Feb 26 2001 Bill Nottingham <notting@redhat.com>
19964c
- fix license tag
19964c
19964c
* Mon Feb 26 2001 Bill Nottingham <notting@redhat.com>
19964c
- beta4
19964c
19964c
* Tue Feb  6 2001 Bill Nottingham <notting@redhat.com>
19964c
- update CVS in prep for beta4
19964c
19964c
* Wed Dec 27 2000 Bill Nottingham <notting@redhat.com>
19964c
- update CVS
19964c
19964c
* Mon Dec 11 2000 Bill Nottingham <notting@redhat.com>
19964c
- fix bogus group
19964c
19964c
* Fri Dec 01 2000 Bill Nottingham <notting@redhat.com>
19964c
- rebuild because of broken fileutils
19964c
19964c
* Mon Nov 13 2000 Bill Nottingham <notting@redhat.com>
19964c
- clean up specfile slightly
19964c
19964c
* Sat Sep 02 2000 Jack Moffitt <jack@icecast.org>
19964c
- initial spec file created