rpms/libannodex/devel .cvsignore, 1.2, 1.3 libannodex.spec, 1.1, 1.2 sources, 1.2, 1.3

Thomas Vander Stichele (thomasvs) fedora-extras-commits at redhat.com
Sun Nov 13 17:37:21 UTC 2005


Author: thomasvs

Update of /cvs/extras/rpms/libannodex/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21988

Modified Files:
	.cvsignore libannodex.spec sources 
Log Message:
new release


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libannodex/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	13 Jun 2005 18:39:39 -0000	1.2
+++ .cvsignore	13 Nov 2005 17:37:19 -0000	1.3
@@ -1 +1 @@
-libannodex-0.6.2.tar.gz
+libannodex-0.7.2.tar.gz


Index: libannodex.spec
===================================================================
RCS file: /cvs/extras/rpms/libannodex/devel/libannodex.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libannodex.spec	13 Jun 2005 18:39:39 -0000	1.1
+++ libannodex.spec	13 Nov 2005 17:37:19 -0000	1.2
@@ -1,5 +1,5 @@
 Name:           libannodex
-Version:        0.6.2
+Version:        0.7.2
 Release:        1%{?dist}
 Summary:        Library for annotating and indexing networked media
 
@@ -7,10 +7,6 @@
 License:        BSD
 URL:		http://www.annodex.net/
 Source:		http://www.annodex.net/software/libannodex/download/%{name}-%{version}.tar.gz
-# fixed in upstream CVS
-Patch:		libannodex.autotools.patch
-# fixed in upstream CVS
-Patch1:		libannodex.cmml.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires(post): /sbin/ldconfig
@@ -24,12 +20,6 @@
 # libtool
 BuildRequires:	gcc-c++
 
-# since we patch Makefile.am
-BuildRequires:  libtool
-BuildRequires:  automake
-BuildRequires:  autoconf
-BuildRequires:  pkgconfig
-
 %description
 libannodex is a library to provide reading and writing of Annodex
 files and streams.
@@ -50,19 +40,14 @@
 
 %prep
 %setup -q -n %{name}-%{version}
-%patch -p1
-%patch1 -p1
 
 %build
-aclocal -I m4
-autoconf
-automake
 %configure
 make
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%makeinstall
+%makeinstall docdir=`pwd`/doxygen
 
 # remove unpackaged files from the buildroot
 rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
@@ -87,10 +72,10 @@
 
 %files devel
 %defattr(-,root,root)
+%doc doxygen/html
 %{_libdir}/libannodex.so
 %{_libdir}/libannodex.a
 %{_libdir}/pkgconfig/annodex.pc
-%doc %{_docdir}/libannodex
 %{_includedir}/annodex/*.h
 %{_libdir}/annodex/importers/libanx*.a
 
@@ -105,6 +90,9 @@
 %postun -p /sbin/ldconfig
 
 %changelog
+* Sun Nov 13 2005 Thomas Vander Stichele <thomas at apestaart dot org>
+- 0.7.2-1: new upstream release
+
 * Mon Jun 13 2005 Thomas Vander Stichele <thomas at apestaart dot org>
 - 0.6.2-2: add dist tag
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libannodex/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	13 Jun 2005 18:39:39 -0000	1.2
+++ sources	13 Nov 2005 17:37:19 -0000	1.3
@@ -1 +1 @@
-496b920a5fd4d11fa75c6f7e47a521c2  libannodex-0.6.2.tar.gz
+63440e4cabdcb1d03878d4adc453fc72  libannodex-0.7.2.tar.gz




More information about the fedora-extras-commits mailing list