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

Bojan Smojver bojan at fedoraproject.org
Mon Jun 8 05:44:28 UTC 2009


Author: bojan

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

Modified Files:
	apr-util.spec 
Log Message:
Revert tests to the old logic.


Index: apr-util.spec
===================================================================
RCS file: /cvs/pkgs/rpms/apr-util/devel/apr-util.spec,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -p -r1.63 -r1.64
--- apr-util.spec	8 Jun 2009 05:25:56 -0000	1.63
+++ apr-util.spec	8 Jun 2009 05:43:58 -0000	1.64
@@ -4,7 +4,7 @@
 Summary: Apache Portable Runtime Utility library
 Name: apr-util
 Version: 1.3.7
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: ASL 2.0
 Group: System Environment/Libraries
 URL: http://apr.apache.org/
@@ -134,7 +134,14 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/apr-util
 %check
 # Run the less verbose test suites
 export MALLOC_CHECK_=2 MALLOC_PERTURB_=$(($RANDOM % 255 + 1))
-make %{?_smp_mflags} check
+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
+./testall -v -q || true
+./testall testrmm
+./testall testdbm
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -184,6 +191,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/aclocal/*.m4
 
 %changelog
+* Mon Jun  8 2009 Bojan Smojver <bojan at rexursive.com> - 1.3.7-2
+- revert tests
+
 * Mon Jun  8 2009 Bojan Smojver <bojan at rexursive.com> - 1.3.7-1
 - bump up to 1.3.7
 




More information about the fedora-extras-commits mailing list