parent
abbf83b3db
commit
c060c7b67f
@ -1 +1 @@
|
|||||||
apr-util-0.9.6.tar.gz
|
apr-util-0.9.7.tar.gz
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Summary: Apache Portable Runtime Utility library
|
Summary: Apache Portable Runtime Utility library
|
||||||
Name: apr-util
|
Name: apr-util
|
||||||
Version: 0.9.6
|
Version: 0.9.7
|
||||||
Release: 2
|
Release: 2
|
||||||
License: Apache Software License
|
License: Apache Software License
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -24,7 +24,7 @@ for XML, LDAP, database interfaces, URI parsing and more.
|
|||||||
%package devel
|
%package devel
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Summary: APR utility library development kit
|
Summary: APR utility library development kit
|
||||||
Requires: apr-util = %{version}-%{release}, apr-devel
|
Requires: apr-util = %{epoch}:%{version}-%{release}, apr-devel
|
||||||
Requires: openldap-devel, db4-devel, expat-devel
|
Requires: openldap-devel, db4-devel, expat-devel
|
||||||
Conflicts: subversion-devel < 0.20.1-2
|
Conflicts: subversion-devel < 0.20.1-2
|
||||||
|
|
||||||
@ -52,8 +52,14 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
|||||||
# Documentation
|
# Documentation
|
||||||
mv docs/dox/html html
|
mv docs/dox/html html
|
||||||
|
|
||||||
# Unpackaged files
|
# 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
|
||||||
|
|
||||||
|
# And remove the reference to the static libaprutil from the .la
|
||||||
|
# file.
|
||||||
|
sed -i '/^old_library/s,libapr.*\.a,,' \
|
||||||
|
$RPM_BUILD_ROOT%{_libdir}/libapr*.la
|
||||||
|
|
||||||
%check
|
%check
|
||||||
# Run the less verbose tests
|
# Run the less verbose tests
|
||||||
@ -84,6 +90,14 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc --parents html
|
%doc --parents html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 20 2005 Joe Orton <jorton@redhat.com> 0.9.7-2
|
||||||
|
- update to 0.9.7
|
||||||
|
- drop static libs (#170051)
|
||||||
|
|
||||||
|
* Tue Jul 26 2005 Joe Orton <jorton@redhat.com> 0.9.6-3
|
||||||
|
- add FILE bucket fix for truncated files (#159191)
|
||||||
|
- add epoch to dependencies
|
||||||
|
|
||||||
* Fri Mar 4 2005 Joe Orton <jorton@redhat.com> 0.9.6-2
|
* Fri Mar 4 2005 Joe Orton <jorton@redhat.com> 0.9.6-2
|
||||||
- rebuild
|
- rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
a3a2671368e47b7efcb381e991451a9f apr-util-0.9.6.tar.gz
|
6afa5f2866537639dc2d248eb7219e01 apr-util-0.9.7.tar.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user