rpms/liboggz/devel liboggz.spec,1.1,1.2

Thomas Vander Stichele (thomasvs) fedora-extras-commits at redhat.com
Thu Jun 16 19:04:18 UTC 2005


Author: thomasvs

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

Modified Files:
	liboggz.spec 
Log Message:
incorporate changes from ville


Index: liboggz.spec
===================================================================
RCS file: /cvs/extras/rpms/liboggz/devel/liboggz.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- liboggz.spec	13 Jun 2005 17:30:07 -0000	1.1
+++ liboggz.spec	16 Jun 2005 19:04:15 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           liboggz
 Version:        0.9.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Simple programming interface for Ogg files and streams
 
 Group:          System Environment/Libraries
@@ -49,27 +49,27 @@
 %setup -q -n %{name}-%{version}
 %patch -p1
 %patch1 -p0
-
-%build
 aclocal
 autoconf
 automake
+
+%build
 %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
 
 # remove doxygen build stamp; fixed in upstream CVS
-rm -f $RPM_BUILD_ROOT%{_datadir}/doc/liboggz/doxygen-build.stamp
+rm -f $RPM_BUILD_ROOT%{_docdir}/%{name}-devel-%{version}/doxygen-build.stamp
 
 %clean
 rm -rf $RPM_BUILD_ROOT
-                                                                                
+
 %files
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog COPYING README
@@ -81,17 +81,20 @@
 
 %files devel
 %defattr(-,root,root)
+%doc doxygen/html
 %{_libdir}/liboggz.so
 %{_libdir}/liboggz.a
 %{_libdir}/pkgconfig/oggz.pc
-%doc %{_docdir}/liboggz
-%{_includedir}/oggz/oggz*.h
+%{_includedir}/oggz
 
 %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 Jun 13 2005 Thomas Vander Stichele <thomas at apestaart dot org>
 - 0.9.1-2: rpmlint cleanup
 




More information about the fedora-extras-commits mailing list