rpms/apr-util/F-10 apr-util.spec,1.62,1.63

jorton jorton at fedoraproject.org
Mon Jun 29 20:55:16 UTC 2009


Author: jorton

Update of /cvs/extras/rpms/apr-util/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7630

Modified Files:
	apr-util.spec 
Log Message:
* Mon Jun 29 2009 Joe Orton <jorton at redhat.com> 1.3.7-3
- fix files list



Index: apr-util.spec
===================================================================
RCS file: /cvs/extras/rpms/apr-util/F-10/apr-util.spec,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -p -r1.62 -r1.63
--- apr-util.spec	29 Jun 2009 20:45:07 -0000	1.62
+++ apr-util.spec	29 Jun 2009 20:54:46 -0000	1.63
@@ -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/
@@ -139,7 +139,7 @@ export MALLOC_CHECK_=2 MALLOC_PERTURB_=$
 cd test
 make %{?_smp_mflags} testall
 # testall breaks with DBD DSO; ignore
-export LD_LIBRARY_PATH="`echo "../dbm/.libs:../dbd/.libs:../ldap/.libs:$LD_LIBRARY_PATH" | sed -e 's/::*$//'`"
+export LD_LIBRARY_PATH="`echo "../dbd/.libs:../ldap/.libs:$LD_LIBRARY_PATH" | sed -e 's/::*$//'`"
 ./testall -v -q || true
 ./testall testrmm
 ./testall testdbm
@@ -155,7 +155,6 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %doc CHANGES LICENSE NOTICE
 %{_libdir}/libaprutil-%{apuver}.so.*
-%{_libdir}/apr-util-%{apuver}/apr_dbm*
 %dir %{_libdir}/apr-util-%{apuver}
 
 %files pgsql
@@ -192,6 +191,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/aclocal/*.m4
 
 %changelog
+* Mon Jun 29 2009 Joe Orton <jorton at redhat.com> 1.3.7-3
+- fix files list
+
 * Mon Jun 29 2009 Joe Orton <jorton at redhat.com> 1.3.7-2
 - don't build DBM code as a DSO (#508424)
 




More information about the fedora-extras-commits mailing list