rpms/perl-GTop/devel perl-GTop.spec,1.2,1.3

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Mon Apr 30 20:58:03 UTC 2007


Author: cweyl

Update of /cvs/extras/rpms/perl-GTop/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18754/devel

Modified Files:
	perl-GTop.spec 
Log Message:
* Mon Apr 30 2007 Chris Weyl <cweyl at alumni.drew.edu> 0.16-3
- disable t/threads.t on ppc



Index: perl-GTop.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-GTop/devel/perl-GTop.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perl-GTop.spec	30 Apr 2007 16:14:52 -0000	1.2
+++ perl-GTop.spec	30 Apr 2007 20:57:29 -0000	1.3
@@ -27,6 +27,11 @@
 find . -type f -exec chmod -c -x {} \;
 perl -pi -e 's|^#!perl|#!/usr/bin/perl|' examples/*
 
+# thread funkiness on ppc
+%ifarch ppc ppc64
+mv t/threads.t t/threads.t.disable
+%endif
+
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
 make %{?_smp_mflags}
@@ -57,6 +62,9 @@
 %{_mandir}/man3/*
 
 %changelog
+* Mon Apr 30 2007 Chris Weyl <cweyl at alumni.drew.edu> 0.16-3
+- disable t/threads.t on ppc
+
 * Mon Apr 30 2007 Chris Weyl <cweyl at alumni.drew.edu> 0.16-2
 - bump
 




More information about the scm-commits mailing list