From d33618b6882503879714944e7a24cf945c35cba0 Mon Sep 17 00:00:00 2001 From: jorton Date: May 02 2006 10:57:49 +0000 Subject: - fix installbuilddir in apr-1-config --- diff --git a/apr-1.2.7-pkgconf.patch b/apr-1.2.7-pkgconf.patch index 2b52604..ca97365 100644 --- a/apr-1.2.7-pkgconf.patch +++ b/apr-1.2.7-pkgconf.patch @@ -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@" diff --git a/apr.spec b/apr.spec index 2f6cce1..4f117f7 100644 --- a/apr.spec +++ b/apr.spec @@ -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 1.2.7-3 +- fix installbuilddir in apr-1-config + * Tue May 2 2006 Joe Orton 1.2.7-2 - update to 1.2.7 - use pkg-config in apr-1-config to make it libdir-agnostic