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
|
||||
Name: apr-util
|
||||
Version: 0.9.6
|
||||
Version: 0.9.7
|
||||
Release: 2
|
||||
License: Apache Software License
|
||||
Group: System Environment/Libraries
|
||||
@ -24,7 +24,7 @@ for XML, LDAP, database interfaces, URI parsing and more.
|
||||
%package devel
|
||||
Group: Development/Libraries
|
||||
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
|
||||
Conflicts: subversion-devel < 0.20.1-2
|
||||
|
||||
@ -52,8 +52,14 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
||||
# Documentation
|
||||
mv docs/dox/html html
|
||||
|
||||
# Unpackaged files
|
||||
rm -f $RPM_BUILD_ROOT%{_libdir}/aprutil.exp
|
||||
# Unpackaged files; remove the static libaprutil
|
||||
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
|
||||
# Run the less verbose tests
|
||||
@ -84,6 +90,14 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc --parents html
|
||||
|
||||
%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
|
||||
- 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