SPECS: perl-Test-Warn.spec - enable tests by default
qboosh
qboosh at pld-linux.org
Fri Dec 22 10:37:09 CET 2006
Author: qboosh Date: Fri Dec 22 09:37:09 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- enable tests by default
---- Files affected:
SPECS:
perl-Test-Warn.spec (1.22 -> 1.23)
---- Diffs:
================================================================
Index: SPECS/perl-Test-Warn.spec
diff -u SPECS/perl-Test-Warn.spec:1.22 SPECS/perl-Test-Warn.spec:1.23
--- SPECS/perl-Test-Warn.spec:1.22 Fri Dec 22 10:18:55 2006
+++ SPECS/perl-Test-Warn.spec Fri Dec 22 10:37:04 2006
@@ -1,7 +1,7 @@
# $Revision$, $Date$
#
#Conditional build:
-%bcond_with tests # perform "make test"
+%bcond_without tests # perform "make test"
#
%include /usr/lib/rpm/macros.perl
%define pdir Test
@@ -20,13 +20,14 @@
%if %{with tests}
BuildRequires: perl-Array-Compare
BuildRequires: perl-Sub-Uplevel
-BuildRequires: perl(Test::Builder) => 0.13
+BuildRequires: perl(Test::Builder) >= 0.13
BuildRequires: perl-Test-Builder-Tester
BuildRequires: perl-Test-Exception
BuildRequires: perl-Tree-DAG_Node
%endif
BuildRequires: perl-devel >= 1:5.8.0
BuildRequires: rpm-perlprov >= 4.1-13
+Requires: perl(Test::Builder) >= 0.13
Requires: perl-Tree-DAG_Node
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -70,6 +71,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.23 2006/12/22 09:37:04 qboosh
+- enable tests by default
+
Revision 1.22 2006/12/22 09:18:55 qboosh
- generic URL, readable files
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/perl-Test-Warn.spec?r1=1.22&r2=1.23&f=u
More information about the pld-cvs-commit
mailing list