packages: perl-Pod-Parser/perl-Pod-Parser.spec - executable bin scripts - t...

qboosh qboosh at pld-linux.org
Sat Mar 5 15:46:02 CET 2011


Author: qboosh                       Date: Sat Mar  5 14:46:02 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- executable bin scripts
- test BRs

---- Files affected:
packages/perl-Pod-Parser:
   perl-Pod-Parser.spec (1.19 -> 1.20) 

---- Diffs:

================================================================
Index: packages/perl-Pod-Parser/perl-Pod-Parser.spec
diff -u packages/perl-Pod-Parser/perl-Pod-Parser.spec:1.19 packages/perl-Pod-Parser/perl-Pod-Parser.spec:1.20
--- packages/perl-Pod-Parser/perl-Pod-Parser.spec:1.19	Tue Oct 13 09:17:53 2009
+++ packages/perl-Pod-Parser/perl-Pod-Parser.spec	Sat Mar  5 15:45:57 2011
@@ -18,8 +18,12 @@
 Source0:	http://www.cpan.org/modules/by-module/Pod/%{pdir}-%{pnam}-%{version}.tar.gz
 # Source0-md5:	b23b9997bb460f8e9fa0c6cec722be11
 URL:		http://search.cpan.org/dist/Pod-Parser/
+BuildRequires:	perl(File::Spec) >= 0.82
 BuildRequires:	perl-devel >= 1:5.8.0
 BuildRequires:	rpm-perlprov >= 4.1-13
+%if %{with tests}
+BuildRequires:	perl-Test-Simple >= 0.60
+%endif
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -85,9 +89,14 @@
 %files
 %defattr(644,root,root,755)
 %doc CHANGES README TODO
+%attr(755,root,root) %{_bindir}/pod2usage.cpan
+%attr(755,root,root) %{_bindir}/podchecker.cpan
+%attr(755,root,root) %{_bindir}/podselect.cpan
 %{perl_vendorlib}/Pod/*.pm
-%{_mandir}/man?/*
-%{_bindir}/*
+%{_mandir}/man1/pod2usage.cpan.1p*
+%{_mandir}/man1/podchecker.cpan.1p*
+%{_mandir}/man1/podselect.cpan.1p*
+%{_mandir}/man3/Pod::*.3pm*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -95,6 +104,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.20  2011/03/05 14:45:57  qboosh
+- executable bin scripts
+- test BRs
+
 Revision 1.19  2009/10/13 07:17:53  amateja
 - release 2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/perl-Pod-Parser/perl-Pod-Parser.spec?r1=1.19&r2=1.20&f=u



More information about the pld-cvs-commit mailing list