diff --git a/perl-Module-Build-Tiny.spec b/perl-Module-Build-Tiny.spec index aa405f0..adaa7dd 100644 --- a/perl-Module-Build-Tiny.spec +++ b/perl-Module-Build-Tiny.spec @@ -1,6 +1,6 @@ Summary: A tiny replacement for Module::Build Name: perl-Module-Build-Tiny -Version: 0.019 +Version: 0.020 Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries @@ -52,8 +52,7 @@ perl Build.PL --installdirs=vendor ./Build %install -./Build install --destdir=%{buildroot} -find %{buildroot} -type f -name .packlist -exec rm -f {} ';' +./Build install --destdir=%{buildroot} --create_packlist=0 %check RELEASE_TESTING=1 ./Build test @@ -64,6 +63,10 @@ RELEASE_TESTING=1 ./Build test %{_mandir}/man3/Module::Build::Tiny.3pm* %changelog +* Mon May 20 2013 Paul Howarth - 0.020-1 +- Update to 0.020 + - Accept a --create_packlist argument + * Tue Apr 30 2013 Paul Howarth - 0.019-1 - Update to 0.019 - Accept --pureperl-only diff --git a/sources b/sources index 35fc1e0..666b407 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5c7ee09377ac34d60cd8616b35782c63 Module-Build-Tiny-0.019.tar.gz +91f1503e1ec7fc84d75f7be8a7cf26bc Module-Build-Tiny-0.020.tar.gz