rpms/apr-util/devel apr-util.spec,1.33,1.34

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Mar 22 14:17:55 UTC 2007


Author: jorton

Update of /cvs/dist/rpms/apr-util/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv5322

Modified Files:
	apr-util.spec 
Log Message:
* Thu Mar 22 2007 Joe Orton <jorton at redhat.com> 1.2.8-5
- drop doxygen documentation (which caused multilib conflicts)



Index: apr-util.spec
===================================================================
RCS file: /cvs/dist/rpms/apr-util/devel/apr-util.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- apr-util.spec	28 Feb 2007 12:52:44 -0000	1.33
+++ apr-util.spec	22 Mar 2007 14:17:53 -0000	1.34
@@ -4,7 +4,7 @@
 Summary: Apache Portable Runtime Utility library
 Name: apr-util
 Version: 1.2.8
-Release: 4
+Release: 5
 License: Apache Software License 2.0
 Group: System Environment/Libraries
 URL: http://apr.apache.org/
@@ -74,15 +74,12 @@
         --with-berkeley-db \
         --without-sqlite2 \
         --enable-dbd-dso
-make %{?_smp_mflags} && make dox
+make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 
-# Documentation
-mv docs/dox/html html
-
 # Unpackaged files; remove the static libaprutil
 rm -f $RPM_BUILD_ROOT%{_libdir}/aprutil.exp \
       $RPM_BUILD_ROOT%{_libdir}/libapr*.a
@@ -139,9 +136,11 @@
 %{_libdir}/libaprutil-%{apuver}.so
 %{_includedir}/apr-%{apuver}/*.h
 %{_libdir}/pkgconfig/*.pc
-%doc --parents html
 
 %changelog
+* Thu Mar 22 2007 Joe Orton <jorton at redhat.com> 1.2.8-5
+- drop doxygen documentation (which caused multilib conflicts)
+
 * Wed Feb 28 2007 Joe Orton <jorton at redhat.com> 1.2.8-4
 - add mysql driver in -mysql subpackage (Bojan Smojver, #222237)
 




More information about the fedora-cvs-commits mailing list