rpms/apr-util/devel apr-util.spec,1.64,1.65

Bojan Smojver bojan at fedoraproject.org
Mon Jun 8 06:01:31 UTC 2009


Author: bojan

Update of /cvs/pkgs/rpms/apr-util/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3004

Modified Files:
	apr-util.spec 
Log Message:
Simplify export of LD_LIBRARY_PATH.


Index: apr-util.spec
===================================================================
RCS file: /cvs/pkgs/rpms/apr-util/devel/apr-util.spec,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -p -r1.64 -r1.65
--- apr-util.spec	8 Jun 2009 05:43:58 -0000	1.64
+++ apr-util.spec	8 Jun 2009 06:01:01 -0000	1.65
@@ -4,7 +4,7 @@
 Summary: Apache Portable Runtime Utility library
 Name: apr-util
 Version: 1.3.7
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: ASL 2.0
 Group: System Environment/Libraries
 URL: http://apr.apache.org/
@@ -137,8 +137,7 @@ export MALLOC_CHECK_=2 MALLOC_PERTURB_=$
 cd test
 make %{?_smp_mflags} testall
 # testall breaks with DBD DSO; ignore
-LD_LIBRARY_PATH="`echo "../dbm/.libs:../dbd/.libs:../ldap/.libs:$LD_LIBRARY_PATH" | sed -e 's/::*$//'`"
-export LD_LIBRARY_PATH
+export LD_LIBRARY_PATH="`echo "../dbm/.libs:../dbd/.libs:../ldap/.libs:$LD_LIBRARY_PATH" | sed -e 's/::*$//'`"
 ./testall -v -q || true
 ./testall testrmm
 ./testall testdbm
@@ -191,6 +190,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/aclocal/*.m4
 
 %changelog
+* Mon Jun  8 2009 Bojan Smojver <bojan at rexursive.com> - 1.3.7-3
+- make export of LD_LIBRARY_PATH simpler
+
 * Mon Jun  8 2009 Bojan Smojver <bojan at rexursive.com> - 1.3.7-2
 - revert tests
 




More information about the fedora-extras-commits mailing list