|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
Name: perl-MooseX-Role-Parameterized
|
|
|
|
|
Summary: Make your roles flexible through parameterization
|
|
|
|
|
Version: 1.08
|
|
|
|
|
Release: 6%{?dist}
|
|
|
|
|
Version: 1.09
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
URL: http://search.cpan.org/dist/MooseX-Role-Parameterized
|
|
|
|
@ -10,7 +10,7 @@ BuildArch: noarch
|
|
|
|
|
# Module Build
|
|
|
|
|
BuildRequires: perl
|
|
|
|
|
BuildRequires: perl-generators
|
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
|
BuildRequires: perl(Module::Build::Tiny)
|
|
|
|
|
# Module Runtime
|
|
|
|
|
BuildRequires: perl(Carp)
|
|
|
|
|
BuildRequires: perl(Module::Runtime)
|
|
|
|
@ -65,6 +65,7 @@ Parameterized roles offer exactly this solution.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n MooseX-Role-Parameterized-%{version}
|
|
|
|
|
sed -i -e '1s,#!.*perl,,' t/*.t
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
PERL_MM_FALLBACK_SILENCE_WARNING=1 perl Makefile.PL INSTALLDIRS=vendor
|
|
|
|
@ -91,6 +92,9 @@ make test
|
|
|
|
|
%{_mandir}/man3/MooseX::Role::Parameterized::Tutorial.3pm*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Aug 27 2016 Emmanuel Seyman <emmanuel@seyman.fr> - 1.09-1
|
|
|
|
|
- Update to 1.09
|
|
|
|
|
|
|
|
|
|
* Mon May 16 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.08-6
|
|
|
|
|
- Perl 5.24 rebuild
|
|
|
|
|
|
|
|
|
|