update to 0.9.3
This commit is contained in:
parent
4f159166b5
commit
5babfe8ddd
@ -1 +1 @@
|
||||
liboggz-0.9.2.tar.gz
|
||||
liboggz-0.9.3.tar.gz
|
||||
|
||||
28
liboggz.man.patch
Normal file
28
liboggz.man.patch
Normal file
@ -0,0 +1,28 @@
|
||||
Index: configure.ac
|
||||
===================================================================
|
||||
--- configure.ac (revision 1625)
|
||||
+++ configure.ac (working copy)
|
||||
@@ -49,8 +49,8 @@
|
||||
fi
|
||||
|
||||
# Check for docbook
|
||||
-AC_CHECK_PROG(HAVE_DOCBOOKTOMAN, docbook-to-man, true, false)
|
||||
-AM_CONDITIONAL(HAVE_DOCBOOKTOMAN,$HAVE_DOCBOOKTOMAN)
|
||||
+AC_CHECK_PROGS(DOCBOOKTOMAN, docbook-to-man docbook2man, false)
|
||||
+AM_CONDITIONAL(HAVE_DOCBOOKTOMAN, test "x$DOCBOOKTOMAN" != "xfalse")
|
||||
AC_CHECK_PROG(HAVE_DOCBOOK2HTML, docbook2html, true, false)
|
||||
AM_CONDITIONAL(HAVE_DOCBOOK2HTML,$HAVE_DOCBOOK2HTML)
|
||||
|
||||
Index: doc/Makefile.am
|
||||
===================================================================
|
||||
--- doc/Makefile.am (revision 1625)
|
||||
+++ doc/Makefile.am (working copy)
|
||||
@@ -25,7 +25,7 @@
|
||||
|
||||
if HAVE_DOCBOOKTOMAN
|
||||
%.1: %.1.sgml
|
||||
- docbook-to-man $< > $@
|
||||
+ $(DOCBOOKTOMAN) $< > $@
|
||||
else
|
||||
%.1: %.1.sgml
|
||||
endif
|
||||
21
liboggz.spec
21
liboggz.spec
@ -1,5 +1,5 @@
|
||||
Name: liboggz
|
||||
Version: 0.9.2
|
||||
Version: 0.9.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Simple programming interface for Ogg files and streams
|
||||
|
||||
@ -7,10 +7,17 @@ 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: doxygen
|
||||
BuildRequires: libogg-devel >= 1.0
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: docbook-utils
|
||||
|
||||
# because of patch
|
||||
BuildRequires: libtool
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
|
||||
# libtool
|
||||
BuildRequires: gcc-c++
|
||||
@ -37,6 +44,12 @@ development using liboggz.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}
|
||||
%patch
|
||||
|
||||
aclocal -I m4
|
||||
libtoolize
|
||||
autoconf
|
||||
automake
|
||||
|
||||
%build
|
||||
%configure
|
||||
@ -77,6 +90,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%changelog
|
||||
* Sat Nov 12 2005 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
- 0.9.3-1
|
||||
- new upstream release
|
||||
|
||||
* Mon Jul 18 2005 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
- 0.9.2-1
|
||||
- new upstream version
|
||||
|
||||
Loading…
Reference in New Issue
Block a user