[perl-Cairo/epel7] disable check for epel

Tom Callaway spot at fedoraproject.org
Tue Jul 8 17:11:01 UTC 2014


commit 223f926d5b1d9644c5cf1b6cb856d452e97e3e1c
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Tue Jul 8 13:11:11 2014 -0400

    disable check for epel

 perl-Cairo.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/perl-Cairo.spec b/perl-Cairo.spec
index c9776b5..e07047f 100644
--- a/perl-Cairo.spec
+++ b/perl-Cairo.spec
@@ -13,7 +13,8 @@ License:        LGPLv2+
 URL:            http://search.cpan.org/dist/Cairo/
 Source0:        http://www.cpan.org/authors/id/T/TS/TSCH/Cairo-%{version}.tar.gz
 BuildRequires:  perl(ExtUtils::Depends), perl(ExtUtils::PkgConfig)
-BuildRequires:  perl(Test::Number::Delta), perl(ExtUtils::MakeMaker)
+# BuildRequires:  perl(Test::Number::Delta)
+BuildRequires:	perl(ExtUtils::MakeMaker)
 BuildRequires:  cairo-devel >= 1.0.0
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
@@ -39,7 +40,7 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
 
 %check
-%{?_with_testsuite:make test}
+# %%{?_with_testsuite:make test}
 
 %files
 %doc ChangeLog.pre-git LICENSE NEWS README TODO examples/
@@ -48,6 +49,9 @@ chmod -R u+w $RPM_BUILD_ROOT/*
 %{_mandir}/man3/*.3pm*
 
 %changelog
+* Tue Jul  8 2014 Tom Callaway <spot at fedoraproject.org> - 1.104-1.1
+- disable test suite on epel
+
 * Tue Jul  8 2014 Tom Callaway <spot at fedoraproject.org> - 1.104-1
 - update to 1.104
 


More information about the scm-commits mailing list