|
|
|
@ -18,7 +18,7 @@ BuildRequires: perl(Test::More)
|
|
|
|
|
BuildRequires: perl(Test::NoTabs)
|
|
|
|
|
BuildRequires: perl(Test::Pod)
|
|
|
|
|
BuildRequires: perl(Test::Pod::Coverage)
|
|
|
|
|
%if !%{defined perl_bootstrap}
|
|
|
|
|
%if 0%{!?perl_bootstrap:1}
|
|
|
|
|
BuildRequires: perl(Pod::Coverage::TrustPod)
|
|
|
|
|
%endif
|
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
|
|
|
@ -64,6 +64,7 @@ rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Jun 30 2011 Paul Howarth <paul@city-fan.org> - 0.9-5
|
|
|
|
|
- Restore EPEL-4 compatibility
|
|
|
|
|
- perl(Pod::Coverage::TrustPod) is available everywhere now
|
|
|
|
|
- %%{?perl_default_filter} isn't needed for this tiny package
|
|
|
|
|
- Nobody else likes macros for commands
|
|
|
|
|