new upstream release; fix spec

epel9
Thomas Vander Stichele 20 years ago
parent 9d234532b8
commit 4f159166b5

@ -1 +1 @@
liboggz-0.9.1.tar.gz
liboggz-0.9.2.tar.gz

@ -1,16 +1,12 @@
Name: liboggz
Version: 0.9.1
Release: 3%{?dist}
Version: 0.9.2
Release: 1%{?dist}
Summary: Simple programming interface for Ogg files and streams
Group: System Environment/Libraries
License: BSD
URL: http://www.annodex.net/
Source: http://www.annodex.net/software/liboggz/download/%{name}-%{version}.tar.gz
# fixed in upstream CVS
Patch: liboggz.autotools.patch
# fixed in upstream CVS
Patch1: liboggz.corruption.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: doxygen
@ -19,12 +15,6 @@ BuildRequires: libogg-devel >= 1.0
# libtool
BuildRequires: gcc-c++
# since we patch Makefile.am
BuildRequires: libtool
BuildRequires: automake
BuildRequires: autoconf
BuildRequires: pkgconfig
%description
Oggz provides a simple programming interface for reading and writing Ogg files
and streams. Ogg is an interleaving data container developed by Monty at
@ -47,11 +37,6 @@ development using liboggz.
%prep
%setup -q -n %{name}-%{version}
%patch -p1
%patch1 -p0
aclocal
autoconf
automake
%build
%configure
@ -59,17 +44,17 @@ make
%install
rm -rf $RPM_BUILD_ROOT
%makeinstall docdir=`pwd`/doxygen
%makeinstall docdir=$RPM_BUILD_ROOT%{_datadir}/doc/%{name}-devel-%{version}
# remove unpackaged files from the buildroot
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
# remove doxygen build stamp; fixed in upstream CVS
rm -f $RPM_BUILD_ROOT%{_docdir}/%{name}-devel-%{version}/doxygen-build.stamp
# not particularly interested in the tex docs, the html version has everything
rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/%{name}-devel-%{version}/latex
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog COPYING README
@ -81,19 +66,22 @@ rm -rf $RPM_BUILD_ROOT
%files devel
%defattr(-,root,root)
%doc doxygen/html
%{_includedir}/oggz
%{_libdir}/liboggz.so
%{_libdir}/liboggz.a
%{_libdir}/pkgconfig/oggz.pc
%{_includedir}/oggz
%doc %{_docdir}/%{name}-devel-%{version}
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%changelog
* Thu Jun 16 2005 Thomas Vander Stichele <thomas at apestaart dot org>
- 0.9.1-3: update for Ville's comments
* 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
* Mon Jun 13 2005 Thomas Vander Stichele <thomas at apestaart dot org>
- 0.9.1-2: rpmlint cleanup

@ -1 +1 @@
476ce0b2eb000a0b0e2102d2e8d79580 liboggz-0.9.1.tar.gz
53a0217f4c3d0de1d187e5079c087b22 liboggz-0.9.2.tar.gz

Loading…
Cancel
Save