- fix installbuilddir in apr-1-config

This commit is contained in:
jorton 2006-05-02 10:57:49 +00:00
parent 959d65450e
commit d33618b688
2 changed files with 5 additions and 2 deletions

View File

@ -29,7 +29,7 @@ installed in parallel.
includedir="@includedir@"
+libdir=`pkg-config --variable=libdir apr-@APR_MAJOR_VERSION@`
+installbuilddir="${libdir}/build"
+installbuilddir="${libdir}/apr/build"
+
CC="@CC@"
CPP="@CPP@"

View File

@ -3,7 +3,7 @@
Summary: Apache Portable Runtime library
Name: apr
Version: 1.2.7
Release: 2
Release: 3
License: Apache Software License
Group: System Environment/Libraries
URL: http://apr.apache.org/
@ -114,6 +114,9 @@ rm -rf $RPM_BUILD_ROOT
%{_includedir}/apr-%{aprver}/*.h
%changelog
* Tue May 2 2006 Joe Orton <jorton@redhat.com> 1.2.7-3
- fix installbuilddir in apr-1-config
* Tue May 2 2006 Joe Orton <jorton@redhat.com> 1.2.7-2
- update to 1.2.7
- use pkg-config in apr-1-config to make it libdir-agnostic