Update to 0.100004
- New upstream release 0.100004 - Report more usefully when a regex can't be compiled - Simplify find command using -delete
This commit is contained in:
parent
f585bca93b
commit
97152aaba8
@ -1,15 +1,18 @@
|
||||
Name: perl-Pod-Coverage-TrustPod
|
||||
Version: 0.100003
|
||||
Release: 9%{?dist}
|
||||
Version: 0.100004
|
||||
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-interpreter
|
||||
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,11 @@ make test
|
||||
%{_mandir}/man3/Pod::Coverage::TrustPod.3*
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user