|
|
|
@ -7,18 +7,12 @@ Group: System Environment/Libraries
|
|
|
|
|
License: BSD
|
|
|
|
|
URL: http://www.annodex.net/
|
|
|
|
|
Source: http://www.annodex.net/software/liboggz/download/%{name}-%{version}.tar.gz
|
|
|
|
|
Patch: liboggz.man.patch
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
|
|
BuildRequires: libogg-devel >= 1.0
|
|
|
|
|
BuildRequires: doxygen
|
|
|
|
|
BuildRequires: docbook-utils
|
|
|
|
|
|
|
|
|
|
# because of patch
|
|
|
|
|
BuildRequires: libtool
|
|
|
|
|
BuildRequires: autoconf
|
|
|
|
|
BuildRequires: automake
|
|
|
|
|
|
|
|
|
|
# libtool
|
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
|
|
|
|
|
@ -44,12 +38,6 @@ development using liboggz.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n %{name}-%{version}
|
|
|
|
|
%patch
|
|
|
|
|
|
|
|
|
|
aclocal -I m4
|
|
|
|
|
libtoolize
|
|
|
|
|
autoconf
|
|
|
|
|
automake
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%configure
|
|
|
|
@ -90,6 +78,11 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Mar 05 2006 Thomas Vander Stichele <thomas at apestaart dot org>
|
|
|
|
|
- 0.9.4-1
|
|
|
|
|
- new upstream release
|
|
|
|
|
- removed patch, was applied upstream
|
|
|
|
|
|
|
|
|
|
* Sat Nov 12 2005 Thomas Vander Stichele <thomas at apestaart dot org>
|
|
|
|
|
- 0.9.3-1
|
|
|
|
|
- new upstream release
|
|
|
|
|