From a938dc493bcaa165af2c9c6c1046dc6e02e84545 Mon Sep 17 00:00:00 2001 From: CentOS Buildsys Date: Oct 25 2012 08:03:00 +0000 Subject: import perl-Pod-Coverage-TrustPod-0.100002-4.el7.src.rpm --- diff --git a/.perl-Pod-Coverage-TrustPod.metadata b/.perl-Pod-Coverage-TrustPod.metadata new file mode 100644 index 0000000..0f936d1 --- /dev/null +++ b/.perl-Pod-Coverage-TrustPod.metadata @@ -0,0 +1 @@ +f3935cb26b0e7cd94717363004375be9ad724100 SOURCES/Pod-Coverage-TrustPod-0.100002.tar.gz diff --git a/README.md b/README.md deleted file mode 100644 index 0e7897f..0000000 --- a/README.md +++ /dev/null @@ -1,5 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 - -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SPECS/perl-Pod-Coverage-TrustPod.spec b/SPECS/perl-Pod-Coverage-TrustPod.spec new file mode 100644 index 0000000..425383b --- /dev/null +++ b/SPECS/perl-Pod-Coverage-TrustPod.spec @@ -0,0 +1,99 @@ +Name: perl-Pod-Coverage-TrustPod +Version: 0.100002 +Release: 4%{?dist} +Summary: Allow a module's pod to contain Pod::Coverage hints +License: GPL+ or Artistic +Group: Development/Libraries +URL: http://search.cpan.org/dist/Pod-Coverage-TrustPod/ +Source0: http://www.cpan.org/authors/id/R/RJ/RJBS/Pod-Coverage-TrustPod-%{version}.tar.gz +BuildArch: noarch +BuildRequires: perl(ExtUtils::MakeMaker) +# Run-time: +BuildRequires: perl(base) +BuildRequires: perl(Pod::Coverage::CountParents) +BuildRequires: perl(Pod::Eventual::Simple) +BuildRequires: perl(Pod::Find) +# Tests: +BuildRequires: perl(Carp::Heavy) +BuildRequires: perl(lib) +BuildRequires: perl(Test::More) +# Optional tests: +BuildRequires: perl(Test::Pod) +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) + +%{?perl_default_filter} + +%description +This is a Pod::Coverage subclass (actually, a subclass of +Pod::Coverage::CountParents) that allows the POD itself to declare certain +symbol names trusted. + +%prep +%setup -q -n Pod-Coverage-TrustPod-%{version} + +%build +%{__perl} Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} + +%install +make pure_install DESTDIR=$RPM_BUILD_ROOT + +find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; + +%{_fixperms} $RPM_BUILD_ROOT/* + +%check +RELEASE_TESTING=1 make test + +%files +%doc Changes LICENSE README +%{perl_vendorlib}/* +%{_mandir}/man3/* + +%changelog +* Thu Oct 25 2012 Petr Pisar - 0.100002-4 +- Correct dependencies + +* Fri Jul 20 2012 Fedora Release Engineering - 0.100002-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Thu Jun 14 2012 Petr Pisar - 0.100002-2 +- Perl 5.16 rebuild + +* Sun Apr 22 2012 Iain Arnell 0.100002-1 +- update to latest upstream version +- clean up spec for modern rpmbuild + +* Fri Jan 13 2012 Fedora Release Engineering - 0.100001-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Tue Jul 26 2011 Iain Arnell 0.100001-1 +- update to latest upstream + +* Thu Jul 21 2011 Petr Sabata - 0.100000-3 +- Perl mass rebuild + +* Thu Jul 21 2011 Petr Sabata - 0.100000-2 +- Perl mass rebuild + +* Sat Apr 09 2011 Iain Arnell 0.100000-1 +- update to latest upstream version + +* Tue Feb 08 2011 Fedora Release Engineering - 0.092832-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Fri Nov 19 2010 Iain Arnell 0.092832-1 +- update to latest upstream version + +* Tue May 04 2010 Marcela Maslanova - 0.092830-4 +- Mass rebuild with perl-5.12.0 + +* Tue Feb 16 2010 Iain Arnell 0.092830-3 +- use perl_default_filter +- use DESTDIR, not PERL_INSTALL_ROOT + +* Wed Feb 03 2010 Iain Arnell 0.092830-2 +- requires perl(Pod::Coverage::CountParents) + +* Thu Jan 14 2010 Iain Arnell 0.092830-1 +- Specfile autogenerated by cpanspec 1.78.