- drop doxygen documentation (which caused multilib conflicts)
This commit is contained in:
parent
8721b3e4cd
commit
0d0b6bf477
@ -4,7 +4,7 @@
|
|||||||
Summary: Apache Portable Runtime Utility library
|
Summary: Apache Portable Runtime Utility library
|
||||||
Name: apr-util
|
Name: apr-util
|
||||||
Version: 1.2.8
|
Version: 1.2.8
|
||||||
Release: 4
|
Release: 5
|
||||||
License: Apache Software License 2.0
|
License: Apache Software License 2.0
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://apr.apache.org/
|
URL: http://apr.apache.org/
|
||||||
@ -74,15 +74,12 @@ autoheader && autoconf
|
|||||||
--with-berkeley-db \
|
--with-berkeley-db \
|
||||||
--without-sqlite2 \
|
--without-sqlite2 \
|
||||||
--enable-dbd-dso
|
--enable-dbd-dso
|
||||||
make %{?_smp_mflags} && make dox
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
|
|
||||||
# Documentation
|
|
||||||
mv docs/dox/html html
|
|
||||||
|
|
||||||
# Unpackaged files; remove the static libaprutil
|
# Unpackaged files; remove the static libaprutil
|
||||||
rm -f $RPM_BUILD_ROOT%{_libdir}/aprutil.exp \
|
rm -f $RPM_BUILD_ROOT%{_libdir}/aprutil.exp \
|
||||||
$RPM_BUILD_ROOT%{_libdir}/libapr*.a
|
$RPM_BUILD_ROOT%{_libdir}/libapr*.a
|
||||||
@ -139,9 +136,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/libaprutil-%{apuver}.so
|
%{_libdir}/libaprutil-%{apuver}.so
|
||||||
%{_includedir}/apr-%{apuver}/*.h
|
%{_includedir}/apr-%{apuver}/*.h
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
%doc --parents html
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 22 2007 Joe Orton <jorton@redhat.com> 1.2.8-5
|
||||||
|
- drop doxygen documentation (which caused multilib conflicts)
|
||||||
|
|
||||||
* Wed Feb 28 2007 Joe Orton <jorton@redhat.com> 1.2.8-4
|
* Wed Feb 28 2007 Joe Orton <jorton@redhat.com> 1.2.8-4
|
||||||
- add mysql driver in -mysql subpackage (Bojan Smojver, #222237)
|
- add mysql driver in -mysql subpackage (Bojan Smojver, #222237)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user