|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: perl-Test-MinimumVersion
|
|
|
|
|
Version: 0.101081
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
Version: 0.101082
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Check whether your code requires a newer perl
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
@ -11,7 +11,7 @@ Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
BuildRequires: perl(base)
|
|
|
|
|
BuildRequires: perl(CPAN::Meta)
|
|
|
|
|
BuildRequires: perl(CPAN::Meta) > 2.120900
|
|
|
|
|
BuildRequires: perl(strict)
|
|
|
|
|
BuildRequires: perl(Exporter)
|
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30
|
|
|
|
@ -46,11 +46,17 @@ chmod -R u+w $RPM_BUILD_ROOT/*
|
|
|
|
|
make test
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%doc Changes LICENSE
|
|
|
|
|
%doc Changes
|
|
|
|
|
%license LICENSE
|
|
|
|
|
%{perl_vendorlib}/Test
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Dec 08 2015 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.101082-1
|
|
|
|
|
- Update to 0.101082.
|
|
|
|
|
- Reflect upstream BR: changes.
|
|
|
|
|
- Add %%license.
|
|
|
|
|
|
|
|
|
|
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.101081-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|