|
|
|
@ -1,11 +1,11 @@
|
|
|
|
|
Name: perl-Package-Variant
|
|
|
|
|
Version: 1.001003
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Version: 1.002002
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Parameterizable packages
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
URL: http://search.cpan.org/dist/Package-Variant/
|
|
|
|
|
Source0: http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Package-Variant-%{version}.tar.gz
|
|
|
|
|
Source0: http://search.cpan.org/CPAN/authors/id/H/HA/HAARG/Package-Variant-%{version}.tar.gz
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
BuildRequires: perl(Carp)
|
|
|
|
|
BuildRequires: perl(Exporter)
|
|
|
|
@ -14,10 +14,12 @@ BuildRequires: perl(Import::Into) >= 1
|
|
|
|
|
BuildRequires: perl(Module::Runtime) >= 0.013
|
|
|
|
|
BuildRequires: perl(Moo)
|
|
|
|
|
BuildRequires: perl(Moo::Role)
|
|
|
|
|
BuildRequires: perl(strict)
|
|
|
|
|
BuildRequires: perl(strictures) >= 1
|
|
|
|
|
BuildRequires: perl(Sub::Name)
|
|
|
|
|
BuildRequires: perl(Test::Fatal)
|
|
|
|
|
BuildRequires: perl(Test::More)
|
|
|
|
|
BuildRequires: perl(warnings)
|
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
# not automatically detected
|
|
|
|
|
Requires: perl(Sub::Name)
|
|
|
|
@ -51,6 +53,10 @@ make test
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Nov 26 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.002002-1
|
|
|
|
|
- 1.002002 bump
|
|
|
|
|
- Update URL
|
|
|
|
|
|
|
|
|
|
* Fri Aug 29 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.001003-4
|
|
|
|
|
- Perl 5.20 rebuild
|
|
|
|
|
|
|
|
|
|