diff --git a/.gitignore b/.gitignore index a4606e8..51c4438 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ Catalyst-Controller-ActionRole-0.14.tar.gz /Catalyst-Controller-ActionRole-0.15.tar.gz /Catalyst-Controller-ActionRole-0.16.tar.gz +/Catalyst-Controller-ActionRole-0.17.tar.gz diff --git a/perl-Catalyst-Controller-ActionRole.spec b/perl-Catalyst-Controller-ActionRole.spec index cb84427..9269482 100644 --- a/perl-Catalyst-Controller-ActionRole.spec +++ b/perl-Catalyst-Controller-ActionRole.spec @@ -1,6 +1,6 @@ Name: perl-Catalyst-Controller-ActionRole Summary: Apply roles to action instances -Version: 0.16 +Version: 0.17 Release: 1%{?dist} License: GPL+ or Artistic @@ -18,7 +18,7 @@ BuildRequires: perl(Catalyst::Runtime) >= 5.80025 BuildRequires: perl(Catalyst::Test) BuildRequires: perl(Catalyst::Utils) BuildRequires: perl(Class::MOP) >= 0.80 -BuildRequires: perl(ExtUtils::MakeMaker) >= 6.31 +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.75 BuildRequires: perl(FindBin) BuildRequires: perl(List::Util) BuildRequires: perl(Moose) >= 0.90 @@ -46,15 +46,12 @@ controller methods. %setup -q -n Catalyst-Controller-ActionRole-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor +%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 make %{?_smp_mflags} %install make pure_install DESTDIR=$RPM_BUILD_ROOT -find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; -find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; - %{_fixperms} $RPM_BUILD_ROOT/* %check @@ -67,6 +64,10 @@ make test %{_mandir}/man3/Catalyst* %changelog +* Sun Feb 08 2015 Emmanuel Seyman - 0.17-1 +- Update to 0.17 +- Add NO_PACKLIST=1 as an argument to Makefile.PL + * Sat Nov 15 2014 Emmanuel Seyman - 0.16-1 - Update to 0.16 - Drop unused tags diff --git a/sources b/sources index 10e6eb8..1b1a859 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d0b64f0a3720c9a738181c917f7bcc20 Catalyst-Controller-ActionRole-0.16.tar.gz +34615a7ae7c80e96ef8cb86ed7feca14 Catalyst-Controller-ActionRole-0.17.tar.gz