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

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


Author: thomasvs

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

Modified Files:
	libcmml.spec 
Log Message:
incorporate suggestions from ville


Index: libcmml.spec
===================================================================
RCS file: /cvs/extras/rpms/libcmml/devel/libcmml.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libcmml.spec	13 Jun 2005 18:15:19 -0000	1.1
+++ libcmml.spec	16 Jun 2005 19:06:23 -0000	1.2
@@ -54,7 +54,7 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%makeinstall
+%makeinstall docdir=`pwd`/doxygen
 
 # remove unpackaged files from the buildroot
 rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
@@ -75,10 +75,10 @@
 
 %files devel
 %defattr(-,root,root)
+%doc doxygen/html
 %{_libdir}/libcmml.so
 %{_libdir}/libcmml.a
 %{_libdir}/pkgconfig/cmml.pc
-%doc %{_docdir}/libcmml
 %{_includedir}/cmml.h
 
 %post -p /sbin/ldconfig
@@ -86,5 +86,8 @@
 %postun -p /sbin/ldconfig
 
 %changelog
+* Thu Jun 16 2005 Thomas Vander Stichele <thomas at apestaart dot org>
+- 0.9.0-2: suggestions from Ville
+
 * Sat Jun 04 2005 Thomas Vander Stichele <thomas at apestaart dot org>
 - 0.9.0-1: initial package




More information about the fedora-extras-commits mailing list