c8-stream-5.24
imports/c8-stream-5.24/perl-Test-Pod-1.51-8.module_el8.1.0+224+75158c84
commit
03cc7a7008
@ -0,0 +1 @@
|
||||
SOURCES/Test-Pod-1.51.tar.gz
|
@ -0,0 +1 @@
|
||||
725d2b08c75eed6ef38fe8c82847defca803cd21 SOURCES/Test-Pod-1.51.tar.gz
|
@ -0,0 +1,234 @@
|
||||
Name: perl-Test-Pod
|
||||
Version: 1.51
|
||||
Release: 8%{?dist}
|
||||
Summary: Test POD files for correctness
|
||||
Group: Development/Libraries
|
||||
License: GPL+ or Artistic
|
||||
URL: http://search.cpan.org/dist/Test-Pod/
|
||||
Source0: http://search.cpan.org/CPAN/authors/id/D/DW/DWHEELER/Test-Pod-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: findutils
|
||||
BuildRequires: make
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(File::Find)
|
||||
BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(Pod::Simple) >= 3.05
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(Test::Builder)
|
||||
BuildRequires: perl(Test::Builder::Tester) >= 1.02
|
||||
BuildRequires: perl(Test::More) >= 0.62
|
||||
BuildRequires: perl(warnings)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
|
||||
Requires: perl(File::Find)
|
||||
Requires: perl(File::Spec)
|
||||
Requires: perl(Pod::Simple) >= 3.05
|
||||
Requires: perl(Test::More) >= 0.62
|
||||
|
||||
# Remove under-specified dependcies
|
||||
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(Pod::Simple\\)$
|
||||
|
||||
%description
|
||||
Check POD files for errors or warnings in a test file, using Pod::Simple to do
|
||||
the heavy lifting.
|
||||
|
||||
%prep
|
||||
%setup -q -n Test-Pod-%{version}
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
|
||||
find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \;
|
||||
%{_fixperms} %{buildroot}
|
||||
|
||||
%check
|
||||
LC_ALL=C make test
|
||||
|
||||
%files
|
||||
%doc Changes README
|
||||
%{perl_vendorlib}/Test/
|
||||
%{_mandir}/man3/Test::Pod.3pm*
|
||||
|
||||
%changelog
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.51-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.51-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.51-6
|
||||
- Perl 5.26 rebuild
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.51-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Sat May 14 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.51-4
|
||||
- Perl 5.24 rebuild
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.51-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Tue Jul 07 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.51-2
|
||||
- Updated dependencies
|
||||
|
||||
* Mon Jul 6 2015 Tom Callaway <spot@fedoraproject.org> - 1.51-1
|
||||
- update to 1.51
|
||||
|
||||
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.50-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Fri Jun 05 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.50-2
|
||||
- Perl 5.22 rebuild
|
||||
|
||||
* Mon Jun 01 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.50-1
|
||||
- 1.50 bump
|
||||
|
||||
* Thu May 14 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.49-1
|
||||
- 1.49 bump
|
||||
|
||||
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.48-7
|
||||
- Perl 5.20 rebuild
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.48-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Mon Feb 17 2014 Petr Pisar <ppisar@redhat.com> - 1.48-5
|
||||
- Declare run-time dependency on File::Find (bug #1066006)
|
||||
|
||||
* Thu Feb 13 2014 Petr Pisar <ppisar@redhat.com> - 1.48-4
|
||||
- Clarify license (bug #1064447)
|
||||
- Remove run-time dependency on Test::Builder::Tester (bug #1064743)
|
||||
- Remove under-specified dependencies
|
||||
|
||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.48-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 1.48-2
|
||||
- Perl 5.18 rebuild
|
||||
|
||||
* Mon May 06 2013 Petr Šabata <contyk@redhat.com> - 1.48-1
|
||||
- 1.48 bump, Pod::Simple compatibility enhancements
|
||||
|
||||
* Mon Feb 18 2013 Jitka Plesnikova <jplesnik@redhat.com> - 1.46-1
|
||||
- 1.46 bump
|
||||
|
||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.45-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.45-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Mon Jun 11 2012 Petr Pisar <ppisar@redhat.com> - 1.45-5
|
||||
- Perl 5.16 rebuild
|
||||
|
||||
* Thu May 31 2012 Petr Pisar <ppisar@redhat.com> - 1.45-4
|
||||
- Round Module::Build version to 2 digits
|
||||
|
||||
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.45-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.45-2
|
||||
- Perl mass rebuild
|
||||
|
||||
* Thu Mar 10 2011 Petr Sabata <psabata@redhat.com> - 1.45-1
|
||||
- 1.45 bump
|
||||
- Buildroot garbage cleanup
|
||||
|
||||
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.44-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
* Thu Jan 13 2011 Karsten Hopp <karsten@redhat.com> 1.44-3
|
||||
- bump release and rebuild to fix dependency issues on s390x
|
||||
|
||||
* Wed Dec 22 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.44-2
|
||||
- 661697 rebuild for fixing problems with vendorach/lib
|
||||
|
||||
* Sat Jul 31 2010 Paul Howarth <paul@city-fan.org> - 1.44-1
|
||||
- update to 1.44:
|
||||
- use Module::Build::Compat's "traditional" configuration
|
||||
- loosen version requirements for Test::More and Pod::Simple
|
||||
- add File::Spec to the list of prereqs
|
||||
- drop perl(Test::More) version requirement to 0.62
|
||||
- drop perl(Pod::Simple) version requirement to 3.05
|
||||
|
||||
* Fri May 07 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.42-2
|
||||
- Mass rebuild with perl-5.12.0
|
||||
|
||||
* Thu Mar 11 2010 Paul Howarth <paul@city-fan.org> - 1.42-1
|
||||
- update to 1.42
|
||||
- new upstream maintainer
|
||||
- use Module::Build flow
|
||||
- include README
|
||||
- use less generic %%description and %%summary
|
||||
- use _fixperms macro instead of our own chmod incantation
|
||||
- bump Test::More build requirement to 0.70
|
||||
- add versioned requires for Pod::Simple, Test::Builder::Tester and Test::More
|
||||
|
||||
* Fri Dec 4 2009 Stepan Kasal <skasal@redhat.com> - 1.40-2
|
||||
- rebuild against perl 5.10.1
|
||||
|
||||
* Fri Oct 30 2009 Stepan Kasal <skasal@redhat.com> - 1.40-1
|
||||
- new upstream version
|
||||
|
||||
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.26-6
|
||||
- rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.26-5
|
||||
- rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||
|
||||
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.26-4
|
||||
- rebuild for perl 5.10 (again)
|
||||
|
||||
* Thu Jan 10 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.26-3
|
||||
- rebuild for new perl
|
||||
|
||||
* Thu Dec 20 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.26-2
|
||||
- license tag fix
|
||||
|
||||
* Fri Jul 21 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.26-1
|
||||
- Update to 1.26.
|
||||
|
||||
* Fri Feb 17 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.24-2
|
||||
- Rebuild for FC5 (perl 5.8.8).
|
||||
|
||||
* Fri Feb 3 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.24-1
|
||||
- Update to 1.24.
|
||||
|
||||
* Thu Dec 29 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.22-1
|
||||
- Update to 1.22.
|
||||
|
||||
* Thu May 12 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.20-3
|
||||
- Add dist tag.
|
||||
|
||||
* Thu May 12 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.20-2
|
||||
- rebuilt
|
||||
|
||||
* Thu Jun 24 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:1.20-0.fdr.1
|
||||
- Update to 1.20.
|
||||
|
||||
* Wed May 12 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:1.16-0.fdr.2
|
||||
- Avoid creation of the perllocal.pod file (make pure_install).
|
||||
|
||||
* Mon May 3 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.16-0.fdr.1
|
||||
- Update to 1.16, dir handling patch applied upstream.
|
||||
|
||||
* Fri Apr 30 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.14-0.fdr.1
|
||||
- Update to 1.14.
|
||||
- Require perl(:MODULE_COMPAT_*).
|
||||
- Add patch to avoid warnings from all_pod_files().
|
||||
|
||||
* Sun Mar 14 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.12-0.fdr.1
|
||||
- Update to 1.12.
|
||||
|
||||
* Thu Jan 22 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.08-0.fdr.1
|
||||
- Update to 1.08.
|
||||
- Use %%{perl_vendorlib}.
|
||||
|
||||
* Wed Nov 5 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.96-0.fdr.1
|
||||
- First build.
|
Loading…
Reference in new issue