rpms/liboggz/devel .cvsignore, 1.2, 1.3 liboggz.spec, 1.2, 1.3 sources, 1.2, 1.3

Thomas Vander Stichele (thomasvs) fedora-extras-commits at redhat.com
Tue Jul 19 10:14:26 UTC 2005


Author: thomasvs

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

Modified Files:
	.cvsignore liboggz.spec sources 
Log Message:
new upstream release; fix spec


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/liboggz/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	13 Jun 2005 17:30:07 -0000	1.2
+++ .cvsignore	19 Jul 2005 10:14:24 -0000	1.3
@@ -1 +1 @@
-liboggz-0.9.1.tar.gz
+liboggz-0.9.2.tar.gz


Index: liboggz.spec
===================================================================
RCS file: /cvs/extras/rpms/liboggz/devel/liboggz.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- liboggz.spec	16 Jun 2005 19:04:15 -0000	1.2
+++ liboggz.spec	19 Jul 2005 10:14:24 -0000	1.3
@@ -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 @@
 # 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 @@
 
 %prep
 %setup -q -n %{name}-%{version}
-%patch -p1
-%patch1 -p0
-aclocal
-autoconf
-automake
 
 %build
 %configure
@@ -59,17 +44,17 @@
 
 %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 @@
 
 %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


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/liboggz/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	13 Jun 2005 17:30:07 -0000	1.2
+++ sources	19 Jul 2005 10:14:24 -0000	1.3
@@ -1 +1 @@
-476ce0b2eb000a0b0e2102d2e8d79580  liboggz-0.9.1.tar.gz
+53a0217f4c3d0de1d187e5079c087b22  liboggz-0.9.2.tar.gz




More information about the scm-commits mailing list