rpms/google-perftools/devel google-perftools.spec,1.18,1.19

Tom Callaway spot at fedoraproject.org
Thu Jul 2 17:39:17 UTC 2009


Author: spot

Update of /cvs/pkgs/rpms/google-perftools/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8618/devel

Modified Files:
	google-perftools.spec 
Log Message:
disable tests on ppc, upstream issue #153


Index: google-perftools.spec
===================================================================
RCS file: /cvs/pkgs/rpms/google-perftools/devel/google-perftools.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- google-perftools.spec	2 Jul 2009 14:55:48 -0000	1.18
+++ google-perftools.spec	2 Jul 2009 17:38:47 -0000	1.19
@@ -1,6 +1,6 @@
 Name:		google-perftools
 Version:	1.3
-Release:	1%{?dist}
+Release:	2%{?dist}
 License:	BSD
 Group:		Development/Tools
 Summary:	Very fast malloc and performance analysis tools
@@ -50,7 +50,10 @@ rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}
 rm -rf $RPM_BUILD_ROOT
 
 %check
+# http://code.google.com/p/google-perftools/issues/detail?id=153
+%ifnarch ppc
 LD_LIBRARY_PATH=./.libs make check
+%endif
 
 %post -p /sbin/ldconfig
 
@@ -69,6 +72,9 @@ LD_LIBRARY_PATH=./.libs make check
 %{_libdir}/*.so
 
 %changelog
+* Thu Jul  2 2009 Tom "spot" Callaway <tcallawa at redhat.com> - 1.3-2
+- disable tests for ppc, upstream ticket #153
+
 * Thu Jul  2 2009 Tom "spot" Callaway <tcallawa at redhat.com> - 1.3-1
 - update to 1.3
 




More information about the scm-commits mailing list