Blame SPECS/libogg.spec

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