SPECS: perl-WWW-Mechanize.spec - updated deps for tests, rel 2
glen
glen at pld-linux.org
Fri Sep 22 00:57:29 CEST 2006
Author: glen Date: Thu Sep 21 22:57:29 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated deps for tests, rel 2
---- Files affected:
SPECS:
perl-WWW-Mechanize.spec (1.28 -> 1.29)
---- Diffs:
================================================================
Index: SPECS/perl-WWW-Mechanize.spec
diff -u SPECS/perl-WWW-Mechanize.spec:1.28 SPECS/perl-WWW-Mechanize.spec:1.29
--- SPECS/perl-WWW-Mechanize.spec:1.28 Thu Aug 24 09:46:55 2006
+++ SPECS/perl-WWW-Mechanize.spec Fri Sep 22 00:57:24 2006
@@ -10,23 +10,26 @@
Summary(pl): WWW::Mechanize - automatyzacja interakcji ze stronami WWW
Name: perl-WWW-Mechanize
Version: 1.20
-Release: 1
+Release: 2
# same as perl
License: GPL v1+ or Artistic
Group: Development/Languages/Perl
Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
# Source0-md5: 97318ae4928c50c56faf097cbe187428
-BuildRequires: rpm-perlprov >= 4.1-13
BuildRequires: perl-devel >= 1:5.8.0
+BuildRequires: rpm-perlprov >= 4.1-13
%if %{with tests}
-BuildRequires: perl-libwww >= 5.76
-BuildRequires: perl-URI
-BuildRequires: perl-HTML-Parser >= 3.33
BuildRequires: perl(Test::More) >= 0.34
+BuildRequires: perl-HTML-Parser >= 3.33
BuildRequires: perl-Sub-Uplevel >= 0.13
+BuildRequires: perl-Test-Exception
+BuildRequires: perl-Test-Memory-Cycle
+BuildRequires: perl-Test-Pod >= 1.14
+BuildRequires: perl-Test-Pod-Coverage >= 1.04
BuildRequires: perl-Test-Taint
-# not packaged
-# BuildRequires: perl-Test-Memory-Cycle
+BuildRequires: perl-Test-Warn
+BuildRequires: perl-URI
+BuildRequires: perl-libwww >= 5.76
%endif
Requires: perl-libwww >= 5.76
BuildArch: noarch
@@ -55,7 +58,7 @@
%setup -q -n %{pdir}-%{pnam}-%{version}
%build
-echo "y" | %{__perl} Makefile.PL \
+echo 'y' | %{__perl} Makefile.PL \
INSTALLDIRS=vendor
%{__make}
@@ -67,6 +70,8 @@
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
+rm -f $RPM_BUILD_ROOT%{perl_vendorlib}/WWW/Mechanize/{FAQ,Cookbook,Examples}.pod
+
%clean
rm -rf $RPM_BUILD_ROOT
@@ -85,6 +90,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.29 2006/09/21 22:57:24 glen
+- updated deps for tests, rel 2
+
Revision 1.28 2006/08/24 07:46:55 migo
- up to 1.20
- updated BRs
@@ -95,7 +103,7 @@
Revision 1.26 2005/11/02 09:08:31 tiwek
- up to 1.16
-STBR
+ STBR
Revision 1.25 2005/09/21 10:41:43 tiwek
- up to 1.14
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/perl-WWW-Mechanize.spec?r1=1.28&r2=1.29&f=u
More information about the pld-cvs-commit
mailing list