2005-06-13 17:30:07 +00:00
|
|
|
Name: liboggz
|
2008-07-07 08:05:07 +00:00
|
|
|
Version: 0.9.8
|
2009-07-25 06:16:16 +00:00
|
|
|
Release: 4%{?dist}
|
2005-06-13 17:30:07 +00:00
|
|
|
Summary: Simple programming interface for Ogg files and streams
|
|
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
License: BSD
|
2007-01-12 04:46:45 +00:00
|
|
|
URL: http://www.annodex.net/
|
2008-12-31 07:50:54 +00:00
|
|
|
Source0: http://www.annodex.net/software/liboggz/download/%{name}-%{version}.tar.gz
|
|
|
|
# Always have oggz_off_t == loff_t even on 64-bit platforms
|
|
|
|
Patch0: liboggz-0.9.8-multilib.patch
|
2005-06-13 17:30:07 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
2007-01-12 04:46:45 +00:00
|
|
|
BuildRequires: libogg-devel >= 1.0
|
|
|
|
BuildRequires: doxygen
|
|
|
|
BuildRequires: docbook-utils
|
2005-11-13 10:49:01 +00:00
|
|
|
|
2005-06-13 17:30:07 +00:00
|
|
|
%description
|
2008-12-31 07:50:54 +00:00
|
|
|
Oggz provides a simple programming interface for reading and writing
|
|
|
|
Ogg files and streams. Ogg is an interleaving data container developed
|
|
|
|
by Monty at Xiph.Org, originally to support the Ogg Vorbis audio
|
|
|
|
format.
|
2005-06-13 17:30:07 +00:00
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Files needed for development using liboggz
|
|
|
|
Group: Development/Libraries
|
2008-12-31 07:50:54 +00:00
|
|
|
Requires: liboggz = %{version}-%{release}
|
2005-06-13 17:30:07 +00:00
|
|
|
Requires: libogg-devel >= 1.0
|
|
|
|
Requires: pkgconfig
|
|
|
|
|
|
|
|
%description devel
|
2008-12-31 07:50:54 +00:00
|
|
|
Oggz provides a simple programming interface for reading and writing
|
|
|
|
Ogg files and streams. Ogg is an interleaving data container developed
|
|
|
|
by Monty at Xiph.Org, originally to support the Ogg Vorbis audio
|
|
|
|
format.
|
2005-06-13 17:30:07 +00:00
|
|
|
|
|
|
|
This package contains the header files and documentation needed for
|
|
|
|
development using liboggz.
|
|
|
|
|
2008-12-31 07:50:54 +00:00
|
|
|
%package doc
|
|
|
|
Summary: Documentation for liboggz
|
|
|
|
Group: Documentation
|
|
|
|
Requires: liboggz = %{version}-%{release}
|
|
|
|
|
|
|
|
%description doc
|
|
|
|
Oggz provides a simple programming interface for reading and writing
|
|
|
|
Ogg files and streams. Ogg is an interleaving data container developed
|
|
|
|
by Monty at Xiph.Org, originally to support the Ogg Vorbis audio
|
|
|
|
format.
|
|
|
|
|
|
|
|
This package contains HTML documentation needed for development using
|
|
|
|
liboggz.
|
|
|
|
|
|
|
|
|
2005-06-13 17:30:07 +00:00
|
|
|
%prep
|
|
|
|
%setup -q -n %{name}-%{version}
|
2008-12-31 07:50:54 +00:00
|
|
|
%patch0 -p1 -b .multilib
|
2005-06-16 19:04:15 +00:00
|
|
|
|
|
|
|
%build
|
2005-06-13 17:30:07 +00:00
|
|
|
%configure
|
2008-12-31 07:50:54 +00:00
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
2005-06-13 17:30:07 +00:00
|
|
|
|
2008-07-07 08:05:07 +00:00
|
|
|
%check
|
|
|
|
make check
|
|
|
|
|
2005-06-13 17:30:07 +00:00
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2008-12-31 07:50:54 +00:00
|
|
|
%makeinstall docdir=$RPM_BUILD_ROOT%{_datadir}/doc/%{name}-doc-%{version} \
|
|
|
|
INSTALL="%{__install} -p"
|
2005-06-13 17:30:07 +00:00
|
|
|
|
|
|
|
# remove unpackaged files from the buildroot
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
|
|
|
|
2005-07-19 10:14:24 +00:00
|
|
|
# not particularly interested in the tex docs, the html version has everything
|
2008-12-31 07:50:54 +00:00
|
|
|
rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/%{name}-doc-%{version}/latex
|
|
|
|
|
|
|
|
# Multilib fix: ensure generated headers have timestamps
|
|
|
|
# independent of build time
|
|
|
|
(cd include/oggz &&
|
|
|
|
touch -r oggz_off_t_generated.h.in.multilib \
|
|
|
|
$RPM_BUILD_ROOT%{_includedir}/oggz/oggz_off_t_generated.h
|
|
|
|
)
|
|
|
|
|
2005-06-13 17:30:07 +00:00
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2008-12-31 07:50:54 +00:00
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
2005-07-19 10:14:24 +00:00
|
|
|
|
2005-06-13 17:30:07 +00:00
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc AUTHORS ChangeLog COPYING README
|
|
|
|
# 0 length NEWS file
|
|
|
|
# %doc NEWS
|
|
|
|
%{_libdir}/liboggz.so.*
|
|
|
|
%{_mandir}/man1/*
|
|
|
|
%{_bindir}/oggz*
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
2005-07-19 10:14:24 +00:00
|
|
|
%{_includedir}/oggz
|
2005-06-13 17:30:07 +00:00
|
|
|
%{_libdir}/liboggz.so
|
|
|
|
%{_libdir}/liboggz.a
|
|
|
|
%{_libdir}/pkgconfig/oggz.pc
|
|
|
|
|
2008-12-31 07:50:54 +00:00
|
|
|
%files doc
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc %{_docdir}/%{name}-doc-%{version}
|
2005-06-13 17:30:07 +00:00
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2009-07-25 06:16:16 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.8-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-02-25 16:50:17 +00:00
|
|
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.8-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2008-12-31 07:50:54 +00:00
|
|
|
* Tue Dec 30 2008 Michel Salim <salimma@fedoraproject.org> - 0.9.8-2
|
|
|
|
- Multilib fixes (bugs #342291, #477291)
|
|
|
|
|
2008-07-07 08:05:07 +00:00
|
|
|
* Mon Jul 7 2008 Michel Alexandre Salim <salimma@fedoraproject.org> - 0.9.8-1
|
|
|
|
- Update to 0.9.8
|
|
|
|
|
2008-07-17 22:56:09 +00:00
|
|
|
* Wed May 21 2008 Michel Alexandre Salim <salimma@fedoraproject.org> - 0.9.7-1
|
2008-05-21 22:12:27 +00:00
|
|
|
- Update to 0.9.7
|
|
|
|
|
2008-02-20 05:01:12 +00:00
|
|
|
* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.9.5-2
|
|
|
|
- Autorebuild for GCC 4.3
|
|
|
|
|
2007-01-12 04:46:45 +00:00
|
|
|
* Fri Jan 12 2007 Thomas Vander Stichele <thomas at apestaart dot org>
|
|
|
|
- 0.9.5-1
|
|
|
|
- new upstream release
|
|
|
|
|
2006-10-04 22:39:04 +00:00
|
|
|
* Thu Oct 05 2006 Christian Iseli <Christian.Iseli@licr.org> 0.9.4-3
|
|
|
|
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
|
|
|
|
|
2006-09-20 18:57:01 +00:00
|
|
|
* Wed Sep 20 2006 Thomas Vander Stichele <thomas at apestaart dot org>
|
|
|
|
- 0.9.4-2
|
|
|
|
- rebuilt
|
|
|
|
|
2006-03-05 15:54:08 +00:00
|
|
|
* Sun Mar 05 2006 Thomas Vander Stichele <thomas at apestaart dot org>
|
|
|
|
- 0.9.4-1
|
|
|
|
- new upstream release
|
|
|
|
- removed patch, was applied upstream
|
|
|
|
|
2005-11-13 10:49:01 +00:00
|
|
|
* Sat Nov 12 2005 Thomas Vander Stichele <thomas at apestaart dot org>
|
|
|
|
- 0.9.3-1
|
|
|
|
- new upstream release
|
|
|
|
|
2005-07-19 10:14:24 +00:00
|
|
|
* Mon Jul 18 2005 Thomas Vander Stichele <thomas at apestaart dot org>
|
|
|
|
- 0.9.2-1
|
|
|
|
- new upstream version
|
|
|
|
- removed patches
|
|
|
|
- moved devel docs to versioned location
|
2005-06-16 19:04:15 +00:00
|
|
|
|
2005-06-13 17:30:07 +00:00
|
|
|
* Mon Jun 13 2005 Thomas Vander Stichele <thomas at apestaart dot org>
|
|
|
|
- 0.9.1-2: rpmlint cleanup
|
|
|
|
|
|
|
|
* Fri Jun 03 2005 Thomas Vander Stichele <thomas at apestaart dot org>
|
|
|
|
- 0.9.1-1: initial package
|