diff --git a/apr-util.spec b/apr-util.spec index 8050edb..7c46be0 100644 --- a/apr-util.spec +++ b/apr-util.spec @@ -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 @@ autoheader && autoconf --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 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libaprutil-%{apuver}.so %{_includedir}/apr-%{apuver}/*.h %{_libdir}/pkgconfig/*.pc -%doc --parents html %changelog +* Thu Mar 22 2007 Joe Orton 1.2.8-5 +- drop doxygen documentation (which caused multilib conflicts) + * Wed Feb 28 2007 Joe Orton 1.2.8-4 - add mysql driver in -mysql subpackage (Bojan Smojver, #222237)