Compare commits
No commits in common. "c8-stream-5.24" and "c8-stream-5.26" have entirely different histories.
c8-stream-
...
c8-stream-
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/Pod-Coverage-TrustPod-0.100003.tar.gz
|
||||
SOURCES/Pod-Coverage-TrustPod-0.100005.tar.gz
|
||||
|
@ -1 +1 @@
|
||||
46156ba71d1a2c91feff743a7491f642f008ccc8 SOURCES/Pod-Coverage-TrustPod-0.100003.tar.gz
|
||||
1437a71ed0fa98798a3dc7066b174a86c0d18029 SOURCES/Pod-Coverage-TrustPod-0.100005.tar.gz
|
||||
|
@ -1,15 +1,18 @@
|
||||
Name: perl-Pod-Coverage-TrustPod
|
||||
Version: 0.100003
|
||||
Release: 6%{?dist}
|
||||
Version: 0.100005
|
||||
Release: 1%{?dist}
|
||||
Summary: Allow a module's pod to contain Pod::Coverage hints
|
||||
License: GPL+ or Artistic
|
||||
URL: http://search.cpan.org/dist/Pod-Coverage-TrustPod/
|
||||
Source0: http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Pod-Coverage-TrustPod-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
# Build:
|
||||
BuildRequires: perl
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: findutils
|
||||
BuildRequires: make
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
# Run-time:
|
||||
BuildRequires: perl(base)
|
||||
BuildRequires: perl(Pod::Coverage::CountParents)
|
||||
@ -19,6 +22,7 @@ BuildRequires: perl(strict)
|
||||
BuildRequires: perl(warnings)
|
||||
# Tests:
|
||||
BuildRequires: perl(Carp::Heavy)
|
||||
BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(lib)
|
||||
BuildRequires: perl(Test::More) >= 0.88
|
||||
# Explicit dependencies:
|
||||
@ -38,8 +42,8 @@ make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
|
||||
%{_fixperms} %{buildroot}
|
||||
find %{buildroot} -type f -name .packlist -delete
|
||||
%{_fixperms} -c %{buildroot}
|
||||
|
||||
%check
|
||||
make test
|
||||
@ -51,6 +55,24 @@ make test
|
||||
%{_mandir}/man3/Pod::Coverage::TrustPod.3*
|
||||
|
||||
%changelog
|
||||
* Mon Mar 12 2018 Paul Howarth <paul@city-fan.org> - 0.100005-1
|
||||
- Update to 0.100005
|
||||
- Remove an accidentally-introduced // operator
|
||||
|
||||
* Mon Mar 5 2018 Paul Howarth <paul@city-fan.org> - 0.100004-1
|
||||
- Update to 0.100004
|
||||
- Report more usefully when a regex can't be compiled
|
||||
- Simplify find command using -delete
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.100003-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.100003-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Mon Jun 05 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.100003-7
|
||||
- Perl 5.26 rebuild
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.100003-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user