From 3b61650b0b738dd3cb1e4e2c9daef7c9b2c0091c Mon Sep 17 00:00:00 2001 From: jorton Date: Dec 07 2005 16:28:19 +0000 Subject: - apr-1-config: strip more exports (#175124) --- diff --git a/apr.spec b/apr.spec index 1b96219..0f18681 100644 --- a/apr.spec +++ b/apr.spec @@ -3,7 +3,7 @@ Summary: Apache Portable Runtime library Name: apr Version: 1.2.2 -Release: 2 +Release: 3 License: Apache Software License Group: System Environment/Libraries URL: http://apr.apache.org/ @@ -84,6 +84,8 @@ mv docs/dox/html html # Trim exported dependecies sed -ri '/^dependency_libs/{s,-l(uuid|crypt) ,,g}' \ $RPM_BUILD_ROOT%{_libdir}/libapr*.la +sed -ri '/^LIBS=/{s,-l(uuid|crypt) ,,g;s/ */ /g}' \ + $RPM_BUILD_ROOT%{_bindir}/apr-%{aprver}-config # Unpackaged files: rm -f $RPM_BUILD_ROOT%{_libdir}/apr.exp @@ -116,6 +118,9 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/apr-%{aprver}/*.h %changelog +* Wed Dec 7 2005 Joe Orton 1.2.2-3 +- apr-1-config: strip more exports (#175124) + * Tue Dec 6 2005 Joe Orton 1.2.2-2 - avoid linking against -lrt - don't print -L${libdir} in --libs output