rpms/libannodex/FC-3 libannodex.spec,1.3,1.4

Thomas Vander Stichele (thomasvs) fedora-extras-commits at redhat.com
Sun Mar 5 15:45:30 UTC 2006


Author: thomasvs

Update of /cvs/extras/rpms/libannodex/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30576

Modified Files:
	libannodex.spec 
Log Message:
new version


Index: libannodex.spec
===================================================================
RCS file: /cvs/extras/rpms/libannodex/FC-3/libannodex.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libannodex.spec	5 Mar 2006 14:32:49 -0000	1.3
+++ libannodex.spec	5 Mar 2006 15:45:30 -0000	1.4
@@ -1,22 +1,29 @@
 Name:           libannodex
 Version:        0.7.3
-Release:        1%{?dist}
+Release:        3%{?dist}
 Summary:        Library for annotating and indexing networked media
 
 Group:          System Environment/Libraries
 License:        BSD
 URL:		http://www.annodex.net/
 Source:		http://www.annodex.net/software/libannodex/download/%{name}-%{version}.tar.gz
+Patch:          libannodex.man.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires(post): /sbin/ldconfig
 
 BuildRequires:	doxygen
+BuildRequires:	docbook-utils
 BuildRequires:	libogg-devel >= 1.0
 BuildRequires:	liboggz-devel >= 0.9.1
 BuildRequires:	libcmml-devel >= 0.8
 BuildRequires:	libsndfile-devel
 
+# because of patch
+BuildRequires:  libtool
+BuildRequires:  autoconf
+BuildRequires:  automake
+
 # libtool
 BuildRequires:	gcc-c++
 
@@ -40,6 +47,12 @@
 
 %prep
 %setup -q -n %{name}-%{version}
+%patch
+
+aclocal -I m4
+libtoolize
+autoconf
+automake
 
 %build
 %configure
@@ -58,7 +71,7 @@
 
 %clean
 rm -rf $RPM_BUILD_ROOT
-                                                                                
+
 %files
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog COPYING README
@@ -91,7 +104,16 @@
 
 %changelog
 * Sun Mar 05 2006 Thomas Vander Stichele <thomas at apestaart dot org>
-- 0.7.3-1: new upstream release
+- 0.7.3-3
+- added docbook-utils, needed for man page build
+
+* Sun Mar 05 2006 Thomas Vander Stichele <thomas at apestaart dot org>
+- 0.7.3-2
+- added patch for man pages
+
+* Sun Mar 05 2006 Thomas Vander Stichele <thomas at apestaart dot org>
+- 0.7.3-1
+- new upstream release
 
 * Sun Nov 13 2005 Thomas Vander Stichele <thomas at apestaart dot org>
 - 0.7.2-1: new upstream release




More information about the fedora-extras-commits mailing list