8e1d0b
%{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
8e1d0b
8e1d0b
Summary:	The Vorbis General Audio Compression Codec
8e1d0b
Name:		libvorbis
8e1d0b
Version:	1.3.7
8e1d0b
Release:	5%{?dist}
8e1d0b
Epoch:		1
8e1d0b
License:	BSD
8e1d0b
URL:		https://www.xiph.org/
8e1d0b
Source:		https://downloads.xiph.org/releases/vorbis/%{name}-%{version}.tar.xz
8e1d0b
BuildRequires:  gcc
8e1d0b
BuildRequires:	pkgconfig(ogg) >= 1.0
8e1d0b
BuildRequires: make
8e1d0b
8e1d0b
%description
8e1d0b
Ogg Vorbis is a fully open, non-proprietary, patent- and royalty-free,
8e1d0b
general-purpose compressed audio format for audio and music at fixed
8e1d0b
and variable bitrates.
8e1d0b
8e1d0b
The libvorbis package contains runtime libraries for use in programs
8e1d0b
that support Ogg Vorbis.
8e1d0b
8e1d0b
%package devel
8e1d0b
Summary: Development tools for Vorbis applications
8e1d0b
Requires:	%{name}%{?_isa} = %{epoch}:%{version}-%{release}
8e1d0b
8e1d0b
%description devel
8e1d0b
The libvorbis-devel package contains the header files and documentation
8e1d0b
needed to develop applications with Ogg Vorbis.
8e1d0b
8e1d0b
%package devel-docs
8e1d0b
Summary: Documentation for developing Vorbis applications
8e1d0b
Requires: %{name}-devel = %{epoch}:%{version}-%{release}
8e1d0b
BuildArch: noarch
8e1d0b
8e1d0b
%description devel-docs
8e1d0b
Documentation for developing applications with libvorbis.
8e1d0b
8e1d0b
%prep
8e1d0b
8e1d0b
%setup -q
8e1d0b
sed -i "s/-ffast-math//" configure
8e1d0b
sed -i "s/-mcpu=750//" configure
8e1d0b
8e1d0b
%build
8e1d0b
%configure --disable-static
8e1d0b
%make_build
8e1d0b
8e1d0b
%install
8e1d0b
%make_install docdir=%{_pkgdocdir}
8e1d0b
# remove unpackaged files from the buildroot
8e1d0b
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
8e1d0b
8e1d0b
%check
8e1d0b
make check
8e1d0b
8e1d0b
%files
8e1d0b
%doc AUTHORS
8e1d0b
%license COPYING
8e1d0b
%{_libdir}/libvorbis.so.*
8e1d0b
%{_libdir}/libvorbisfile.so.*
8e1d0b
%{_libdir}/libvorbisenc.so.*
8e1d0b
8e1d0b
%files devel
8e1d0b
%{_includedir}/vorbis
8e1d0b
%{_libdir}/libvorbis.so
8e1d0b
%{_libdir}/libvorbisfile.so
8e1d0b
%{_libdir}/libvorbisenc.so
8e1d0b
%{_libdir}/pkgconfig/*.pc
8e1d0b
%{_datadir}/aclocal/vorbis.m4
8e1d0b
8e1d0b
%files devel-docs
8e1d0b
%{_pkgdocdir}/*
8e1d0b
%exclude %{_pkgdocdir}/doxygen-build.stamp
8e1d0b
8e1d0b
%ldconfig_scriptlets
8e1d0b
8e1d0b
%changelog
8e1d0b
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1:1.3.7-5
8e1d0b
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
8e1d0b
  Related: rhbz#1991688
8e1d0b
8e1d0b
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1:1.3.7-4
8e1d0b
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
8e1d0b
8e1d0b
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.3.7-3
8e1d0b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
8e1d0b
8e1d0b
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.3.7-2
8e1d0b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
8e1d0b
8e1d0b
* Thu Jul 16 2020 David King <amigadave@amigadave.com> - 1.3.7-1
8e1d0b
- Update to 1.3.7
8e1d0b
8e1d0b
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.3.6-6
8e1d0b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
8e1d0b
8e1d0b
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.3.6-5
8e1d0b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
8e1d0b
8e1d0b
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.3.6-4
8e1d0b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
8e1d0b
8e1d0b
* Tue Jul 31 2018 Adam Jackson <ajax@redhat.com> - 1.3.6-3
8e1d0b
- Sync with git (CVE-2017-14160, CVE-2018-10392,
8e1d0b
  CVE-2018-10393, #1516379)
8e1d0b
8e1d0b
8e1d0b
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.3.6-2
8e1d0b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
8e1d0b
8e1d0b
* Fri Mar 16 2018 Adam Jackson <ajax@redhat.com> - 1.3.6-1
8e1d0b
- libvorbis 1.3.6
8e1d0b
8e1d0b
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.3.5-6
8e1d0b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
8e1d0b
8e1d0b
* Sat Feb 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1:1.3.5-5
8e1d0b
- Switch to %%ldconfig_scriptlets
8e1d0b
8e1d0b
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.3.5-4
8e1d0b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
8e1d0b
8e1d0b
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.3.5-3
8e1d0b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
8e1d0b
8e1d0b
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.3.5-2
8e1d0b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
8e1d0b
8e1d0b
* Wed Dec 14 2016 David King <amigadave@amigadave.com> - 1.3.5-1
8e1d0b
- Update to 1.3.5 (#1197923)
8e1d0b
- Use license macro for COPYING
8e1d0b
- Tighten subpackage dependencies
8e1d0b
- Use make_install and make_build macros
8e1d0b
- Use pkgconfig for BuildRequires
8e1d0b
- Remove unnecessary Requires from devel subpackage
8e1d0b
- Remove obsolete Obsoletes
8e1d0b
8e1d0b
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.3.4-6
8e1d0b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
8e1d0b
8e1d0b
* Wed Jun 17 2015 Yaakov Selkowitz <yselkowi@redhat.com> - 1:1.3.4-5
8e1d0b
- Fix build for https://fedoraproject.org/wiki/Changes/Harden_All_Packages
8e1d0b
8e1d0b
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.3.4-4
8e1d0b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
8e1d0b
8e1d0b
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.3.4-3
8e1d0b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
8e1d0b
8e1d0b
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.3.4-2
8e1d0b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
8e1d0b
8e1d0b
* Wed Jan 22 2014 Peter Robinson <pbrobinson@fedoraproject.org> 1.3.4-1
8e1d0b
- libvorbis 1.3.4
8e1d0b
8e1d0b
* Wed Jan 15 2014 Adam Jackson <ajax@redhat.com> 1.3.3-7
8e1d0b
- Nuke -mcpu=750 from cflags for PPC, that plus -mcpu=power7 confuses gcc.
8e1d0b
8e1d0b
* Thu Aug  8 2013 Ville Skyttä <ville.skytta@iki.fi> - 1:1.3.3-6
8e1d0b
- Install docs to %%{_pkgdocdir} where available (#993967).
8e1d0b
8e1d0b
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.3.3-5
8e1d0b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
8e1d0b
8e1d0b
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.3.3-4
8e1d0b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
8e1d0b
8e1d0b
* Sat Jul 21 2012 Ville Skyttä <ville.skytta@iki.fi> - 1:1.3.3-3
8e1d0b
- Run test suite during build.
8e1d0b
- Fix doc file permissions and duplicate doc dir ownership.
8e1d0b
- rpmlint warning fixes.
8e1d0b
8e1d0b
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.3.3-2
8e1d0b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
8e1d0b
8e1d0b
* Mon Feb 13 2012 Adam Jackson <ajax@redhat.com> 1.3.3-1
8e1d0b
- libvorbis 1.3.3 (#787635)
8e1d0b
8e1d0b
* Wed Jan 04 2012 Jindrich Novy <jnovy@redhat.com> 1.3.2-2
8e1d0b
- ship documentation only in -doc subpackage and only license
8e1d0b
  in -devel (#540634) - thanks to Edward Sheldrake
8e1d0b
- -devel-doc subpackage requires -devel
8e1d0b
8e1d0b
* Wed Feb 09 2011 Adam Jackson <ajax@redhat.com> 1.3.2-1
8e1d0b
- libvorbis 1.3.2
8e1d0b
8e1d0b
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.3.1-3
8e1d0b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
8e1d0b
8e1d0b
* Thu Jul 08 2010 Adam Jackson <ajax@redhat.com> 1.3.1-2
8e1d0b
- Include COPYING in base package too.
8e1d0b
8e1d0b
* Mon Mar 29 2010 Adam Jackson <ajax@redhat.com> 1.3.1-1
8e1d0b
- libvorbis 1.3.1.  Fixes surround.
8e1d0b
8e1d0b
* Tue Feb 09 2010 Adam Jackson <ajax@redhat.com> 1.2.3-5
8e1d0b
- libvorbis-1.2.3-add-needed.patch: Fix FTBFS from --no-add-needed
8e1d0b
8e1d0b
* Mon Nov 23 2009 Adam Jackson <ajax@redhat.com> 1.2.3-4
8e1d0b
- Fix doc subpackage build (#540634)
8e1d0b
8e1d0b
* Mon Nov  2 2009 Jindrich Novy <jnovy@redhat.com> 1.2.3-3
8e1d0b
- backport patches to fix CVE-2009-3379 (#531765) from upstream
8e1d0b
8e1d0b
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.2.3-2
8e1d0b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
8e1d0b
8e1d0b
* Mon Jul 13 2009 Adam Jackson <ajax@redhat.com> 1.2.3-1
8e1d0b
- libvorbis 1.2.3
8e1d0b
8e1d0b
* Wed Jul 08 2009 Adam Jackson <ajax@redhat.com> 1.2.2-2
8e1d0b
- libvorbis-1.2.2-svn16228.patch: Backport a fix from pre-1.2.3 to hopefully
8e1d0b
  fix small sound file playback. (#505610)
8e1d0b
8e1d0b
* Thu Jul 02 2009 Adam Jackson <ajax@redhat.com> 1.2.2-1
8e1d0b
- libvorbis 1.2.2
8e1d0b
8e1d0b
* Wed Jun 03 2009 Adam Jackson <ajax@redhat.com> 1.2.2-0.1.rc1
8e1d0b
- libvorbis 1.2.2rc1
8e1d0b
8e1d0b
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.2.0-7
8e1d0b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
8e1d0b
8e1d0b
* Thu Feb 12 2009 Caolán McNamara <caolanm@redhat.com> -1:1.2.0-6
8e1d0b
- rebuild to get provides pkgconfig(vorbisenc)
8e1d0b
8e1d0b
* Sun Sep  7 2008 Hans de Goede <hdegoede@redhat.com> -1:1.2.0-5
8e1d0b
- Fix patch fuzz build failure
8e1d0b
8e1d0b
* Wed May 14 2008 Jindrich Novy <jnovy@redhat.com> - 1:1.2.0-4
8e1d0b
- fix CVE-2008-1420, CVE-2008-1419, CVE-2008-1423 (#446344)
8e1d0b
8e1d0b
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1:1.2.0-3
8e1d0b
- Autorebuild for GCC 4.3
8e1d0b
8e1d0b
* Sun Oct 21 2007 Hans de Goede <j.w.r.degoede@hhs.nl> - 1:1.2.0-2
8e1d0b
- Don't include Makefile's in %%doc, avoiding a multilib conflict (bz 342481)
8e1d0b
8e1d0b
* Mon Oct 15 2007 Behdad Esfahbod <besfahbo@redhat.com> - 1:1.2.0-1
8e1d0b
- Update to 1.2.0
8e1d0b
- Resolves: #250115
8e1d0b
8e1d0b
* Thu Aug 23 2007 Adam Jackson <ajax@redhat.com> - 1:1.1.2-4
8e1d0b
- Rebuild for build ID
8e1d0b
8e1d0b
* Mon Jun 25 2007 Matthias Clasen <mclasen@redhat.com> - 1:1.1.2-3
8e1d0b
- Fix typos in %%description (#245471)
8e1d0b
8e1d0b
* Thu Feb  8 2007 Matthias Clasen <mclasen@redhat.com> - 1:1.1.2-2
8e1d0b
- Package review cleanups
8e1d0b
- Don't ship static libraries
8e1d0b
8e1d0b
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1:1.1.2-1.2.1
8e1d0b
- rebuild
8e1d0b
8e1d0b
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1:1.1.2-1.2
8e1d0b
- bump again for double-long bug on ppc(64)
8e1d0b
8e1d0b
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1:1.1.2-1.1
8e1d0b
- rebuilt for new gcc4.1 snapshot and glibc changes
8e1d0b
8e1d0b
* Wed Jan 18 2006 John (J5) Palmieri <johnp@redhat.com> 1:1.1.2-1
8e1d0b
- Update to 1.1.2
8e1d0b
8e1d0b
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
8e1d0b
- rebuilt
8e1d0b
8e1d0b
* Wed Mar 02 2005 John (J5) Palmieri <johnp@redhat.com> 1:1.1.1-1
8e1d0b
- Update to 1.1.1
8e1d0b
8e1d0b
* Wed Mar 02 2005 John (J5) Palmieri <johnp@redhat.com> 1:1.1.0-2
8e1d0b
- rebuild with gcc 4.0
8e1d0b
8e1d0b
* Wed Sep 29 2004 Colin Walters <walters@redhat.com> 1:1.1.0-1
8e1d0b
- Update to 1.1.0
8e1d0b
- Remove upstreamed patch libvorbis-underquoted.patch
8e1d0b
8e1d0b
* Wed Sep 29 2004 Warren Togami <wtogami@redhat.com> 1:1.0.1-5
8e1d0b
- link to .pdf spec rather than ship redundant copy
8e1d0b
- spec cleanups
8e1d0b
8e1d0b
* Thu Jul 15 2004 Tim Waugh <twaugh@redhat.com> 1:1.0.1-4
8e1d0b
- Fixed warnings in shipped m4 file.
8e1d0b
8e1d0b
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
8e1d0b
- rebuilt
8e1d0b
8e1d0b
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
8e1d0b
- rebuilt
8e1d0b
8e1d0b
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
8e1d0b
- rebuilt
8e1d0b
8e1d0b
* Thu Dec 11 2003 Bill Nottingham <notting@redhat.com> 1:1.0.1-1
8e1d0b
- update to 1.0.1
8e1d0b
8e1d0b
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
8e1d0b
- rebuilt
8e1d0b
8e1d0b
* Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com>
8e1d0b
- rebuilt
8e1d0b
8e1d0b
* Fri Feb 21 2003 Elliot lee <sopwith@redhat.com> 1:1.0-6
8e1d0b
- Fix #81026 by updating libvorbis-1.0-m4.patch
8e1d0b
8e1d0b
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
8e1d0b
- rebuilt
8e1d0b
8e1d0b
* Wed Dec 11 2002 Bill Nottingham <notting@redhat.com> 1:1.0-4
8e1d0b
- add epochs to dependencies, to avoid 1.0rc3 >= 1.0 miscomparisons
8e1d0b
  (#79374)
8e1d0b
- fix vorbis.m4
8e1d0b
8e1d0b
* Fri Nov 29 2002 Tim Powers <timp@redhat.com> 1:1.0-2
8e1d0b
- remove unpackaged files from the buildroot
8e1d0b
- tell configure where ogg libs are
8e1d0b
- lib64'ize