[packages/perl-WebFetch] - disable dubious test - updated BRs and files - rel 3

baggins baggins at pld-linux.org
Sat Jan 25 18:05:06 CET 2014


commit 2ae794d1208cb86b6605a6383aeb28a22d7e849a
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sat Jan 25 18:04:47 2014 +0100

    - disable dubious test
    - updated BRs and files
    - rel 3

 perl-WebFetch.spec | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
---
diff --git a/perl-WebFetch.spec b/perl-WebFetch.spec
index c20aa80..e426b4f 100644
--- a/perl-WebFetch.spec
+++ b/perl-WebFetch.spec
@@ -8,7 +8,7 @@ Summary:	WebFetch - Perl module to download and save information from the Web
 Summary(pl.UTF-8):	WebFetch - moduł Perla do ściągania i zapisywania informacji z WWW
 Name:		perl-WebFetch
 Version:	0.13
-Release:	2
+Release:	3
 # same as perl
 License:	GPL v1+ or Artistic
 Group:		Development/Languages/Perl
@@ -18,10 +18,12 @@ BuildRequires:	perl-devel >= 1:5.8.0
 %if %{with tests}
 BuildRequires:	perl(Locale::Country)
 BuildRequires:	perl-Class-ISA
+BuildRequires:	perl-DB_File
 BuildRequires:	perl-Date-Calc
 BuildRequires:	perl-Exception-Class
 BuildRequires:	perl-HTML-Parser
 BuildRequires:	perl-Template-Plugin-XML-XPath
+BuildRequires:	perl-Test-Pod-Coverage
 BuildRequires:	perl-XML-Parser
 BuildRequires:	perl-XML-Atom
 BuildRequires:	perl-XML-RSS
@@ -45,6 +47,9 @@ lub eksportu informacji na inne serwisy internetowe.
 %prep
 %setup -q -n %{pdir}-%{version}
 
+# Coverage for WebFetch::Output::TWiki is 0.0%, with 5 naked subroutines
+%{__sed} -i -e '/WebFetch::Output::TWiki/d' t/pod-coverage.t
+
 %build
 %{__perl} Makefile.PL \
 	INSTALLDIRS=vendor
@@ -63,6 +68,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
+%doc Embedding_API.pod README TODO
 %{perl_vendorlib}/*.pm
 %{perl_vendorlib}/WebFetch
 %{_mandir}/man3/*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/perl-WebFetch.git/commitdiff/2ae794d1208cb86b6605a6383aeb28a22d7e849a



More information about the pld-cvs-commit mailing list