From bddda9023baf18029a3997580533bed5d67a26a3 Mon Sep 17 00:00:00 2001 From: Emmanuel Seyman Date: Feb 08 2015 09:09:06 +0000 Subject: Update to 1.19 --- diff --git a/.gitignore b/.gitignore index 2ac2238..a6f7b1b 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ Catalyst-Action-REST-0.85.tar.gz /Catalyst-Action-REST-1.06.tar.gz /Catalyst-Action-REST-1.11.tar.gz /Catalyst-Action-REST-1.18.tar.gz +/Catalyst-Action-REST-1.19.tar.gz diff --git a/perl-Catalyst-Action-REST.spec b/perl-Catalyst-Action-REST.spec index 0389bbb..8d4c7c0 100644 --- a/perl-Catalyst-Action-REST.spec +++ b/perl-Catalyst-Action-REST.spec @@ -1,11 +1,12 @@ Name: perl-Catalyst-Action-REST -Version: 1.18 +Version: 1.19 Release: 1%{?dist} Summary: Automated REST Method Dispatching License: GPL+ or Artistic -Group: Development/Libraries + URL: http://search.cpan.org/dist/Catalyst-Action-REST/ -Source0: http://search.cpan.org/CPAN/authors/id/I/IL/ILMARI/Catalyst-Action-REST-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/F/FR/FREW/Catalyst-Action-REST-%{version}.tar.gz + BuildArch: noarch BuildRequires: perl BuildRequires: perl(base) @@ -22,7 +23,7 @@ BuildRequires: perl(Cpanel::JSON::XS) BuildRequires: perl(Cwd) BuildRequires: perl(Data::Dumper) BuildRequires: perl(Data::Taxi) -BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.75 BuildRequires: perl(ExtUtils::Manifest) BuildRequires: perl(ExtUtils::MM_Unix) BuildRequires: perl(Fcntl) @@ -89,26 +90,30 @@ regular method. %setup -q -n Catalyst-Action-REST-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor +%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 make %{?_smp_mflags} %install make pure_install DESTDIR=%{buildroot} -find %{buildroot} -type f -name .packlist -exec rm -f {} \; - %{_fixperms} %{buildroot}/* %check make test %files +%license LICENSE %doc Changes README TODO %{perl_vendorlib}/Catalyst* %{_mandir}/man3/Catalyst* %changelog +* Sun Feb 08 2015 Emmanuel Seyman - 1.19-1 +- Update to 1.19 +- Use the %%license macro +- Add NO_PACKLIST=1 as an argument to Makefile.PL + * Sun Feb 01 2015 Emmanuel Seyman - 1.18-1 - Update to 1.18 - Tighten file listing diff --git a/sources b/sources index 299d04d..698708e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -99a4f697a42ca6cdd7a18d7eacea0c4b Catalyst-Action-REST-1.18.tar.gz +160b70f4b443448e27fcbd0f0e414b6f Catalyst-Action-REST-1.19.tar.gz