packages: perl-Test-Block/perl-Test-Block.spec - don't require perl(Tie::St...
amateja
amateja at pld-linux.org
Fri Oct 23 08:50:00 CEST 2009
Author: amateja Date: Fri Oct 23 06:50:00 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- don't require perl(Tie::StdScalar), it's provided within Scalar.pm in perl-base package and this way it's invisible for this mechanism
- release 2
---- Files affected:
packages/perl-Test-Block:
perl-Test-Block.spec (1.2 -> 1.3)
---- Diffs:
================================================================
Index: packages/perl-Test-Block/perl-Test-Block.spec
diff -u packages/perl-Test-Block/perl-Test-Block.spec:1.2 packages/perl-Test-Block/perl-Test-Block.spec:1.3
--- packages/perl-Test-Block/perl-Test-Block.spec:1.2 Mon Mar 24 22:54:59 2008
+++ packages/perl-Test-Block/perl-Test-Block.spec Fri Oct 23 08:49:55 2009
@@ -10,7 +10,7 @@
Summary(pl.UTF-8): Test::Block - określanie szczegółowych planów testów
Name: perl-Test-Block
Version: 0.11
-Release: 1
+Release: 2
# same as perl
License: GPL v1+ or Artistic
Group: Development/Languages/Perl
@@ -23,9 +23,12 @@
BuildRequires: perl(Test::Builder::Tester) >= 1.01
BuildRequires: perl-Test-Exception >= 0.15
%endif
+Requires: perl-base
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+%define _noautoreq perl(Tie::StdScalar)
+
%description
This module allows you to specify the number of expected tests at a
finer level of granularity than an entire test script. It is built
@@ -67,6 +70,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.3 2009/10/23 06:49:55 amateja
+- don't require perl(Tie::StdScalar), it's provided within Scalar.pm in perl-base package and this way it's invisible for this mechanism
+- release 2
+
Revision 1.2 2008/03/24 21:54:59 qboosh
- pl, generic URL
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/perl-Test-Block/perl-Test-Block.spec?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list