SPECS: perl-Test-Pod-Coverage.spec (NEW) - new

radek radek at pld-linux.org
Sat Aug 13 19:54:52 CEST 2005


Author: radek                        Date: Sat Aug 13 17:54:52 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   perl-Test-Pod-Coverage.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/perl-Test-Pod-Coverage.spec
diff -u /dev/null SPECS/perl-Test-Pod-Coverage.spec:1.1
--- /dev/null	Sat Aug 13 19:54:52 2005
+++ SPECS/perl-Test-Pod-Coverage.spec	Sat Aug 13 19:54:47 2005
@@ -0,0 +1,70 @@
+# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_without	tests		# do not perform "make test"
+#
+%include	/usr/lib/rpm/macros.perl
+%define	pdir	Test
+%define	pnam	Pod-Coverage
+Summary:	Test::Pod::Coverage - Check for pod coverage in your CPAN distribution
+#Summary(pl):	
+Name:		perl-Test-Pod-Coverage
+Version:	1.06
+Release:	0.1
+# 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:	2e9991d4ac04149179fa60f621b3f42f
+BuildRequires:	perl-devel >= 1:5.8.0
+BuildRequires:	rpm-perlprov >= 4.1-13
+%if %{with tests}
+BuildRequires:	perl-Pod-Coverage
+BuildRequires:	perl-Test-Builder-Tester
+%endif
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Checks for POD coverage in files for your CPAN distribution.
+
+  use Test::Pod::Coverage tests=>1;
+  pod_coverage_ok( "Foo::Bar", "Foo::Bar is covered" );
+
+# %description -l pl
+# TODO
+
+%prep
+%setup -q -n %{pdir}-%{pnam}-%{version}
+
+%build
+%{__perl} Makefile.PL \
+	INSTALLDIRS=vendor
+%{__make}
+
+%{?with_tests:%{__make} test}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc Changes
+%{perl_vendorlib}/Test/Pod/*.pm
+%{_mandir}/man3/*
+
+%define	date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/08/13 17:54:47  radek
+- new
+
================================================================



More information about the pld-cvs-commit mailing list