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
|
Name: perl-Pod-Coverage-TrustPod
|
||||||
Version: 0.100003
|
Version: 0.100004
|
||||||
Release: 9%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Allow a module's pod to contain Pod::Coverage hints
|
Summary: Allow a module's pod to contain Pod::Coverage hints
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
URL: http://search.cpan.org/dist/Pod-Coverage-TrustPod/
|
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
|
Source0: http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Pod-Coverage-TrustPod-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# Build:
|
# Build:
|
||||||
BuildRequires: perl-interpreter
|
BuildRequires: coreutils
|
||||||
|
BuildRequires: findutils
|
||||||
|
BuildRequires: make
|
||||||
BuildRequires: perl-generators
|
BuildRequires: perl-generators
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30
|
BuildRequires: perl-interpreter
|
||||||
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||||
# Run-time:
|
# Run-time:
|
||||||
BuildRequires: perl(base)
|
BuildRequires: perl(base)
|
||||||
BuildRequires: perl(Pod::Coverage::CountParents)
|
BuildRequires: perl(Pod::Coverage::CountParents)
|
||||||
@ -19,6 +22,7 @@ BuildRequires: perl(strict)
|
|||||||
BuildRequires: perl(warnings)
|
BuildRequires: perl(warnings)
|
||||||
# Tests:
|
# Tests:
|
||||||
BuildRequires: perl(Carp::Heavy)
|
BuildRequires: perl(Carp::Heavy)
|
||||||
|
BuildRequires: perl(File::Spec)
|
||||||
BuildRequires: perl(lib)
|
BuildRequires: perl(lib)
|
||||||
BuildRequires: perl(Test::More) >= 0.88
|
BuildRequires: perl(Test::More) >= 0.88
|
||||||
# Explicit dependencies:
|
# Explicit dependencies:
|
||||||
@ -38,8 +42,8 @@ make %{?_smp_mflags}
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
make pure_install DESTDIR=%{buildroot}
|
make pure_install DESTDIR=%{buildroot}
|
||||||
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
|
find %{buildroot} -type f -name .packlist -delete
|
||||||
%{_fixperms} %{buildroot}
|
%{_fixperms} -c %{buildroot}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make test
|
make test
|
||||||
@ -51,6 +55,11 @@ make test
|
|||||||
%{_mandir}/man3/Pod::Coverage::TrustPod.3*
|
%{_mandir}/man3/Pod::Coverage::TrustPod.3*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.100003-9
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user