Update to 0.020

- New upstream release 0.020
  - Accept a --create_packlist argument
This commit is contained in:
Paul Howarth 2013-05-20 15:26:47 +01:00
parent 919b19f96c
commit 338409c961
2 changed files with 7 additions and 4 deletions

View File

@ -1,6 +1,6 @@
Summary: A tiny replacement for Module::Build Summary: A tiny replacement for Module::Build
Name: perl-Module-Build-Tiny Name: perl-Module-Build-Tiny
Version: 0.019 Version: 0.020
Release: 1%{?dist} Release: 1%{?dist}
License: GPL+ or Artistic License: GPL+ or Artistic
Group: Development/Libraries Group: Development/Libraries
@ -52,8 +52,7 @@ perl Build.PL --installdirs=vendor
./Build ./Build
%install %install
./Build install --destdir=%{buildroot} ./Build install --destdir=%{buildroot} --create_packlist=0
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
%check %check
RELEASE_TESTING=1 ./Build test RELEASE_TESTING=1 ./Build test
@ -64,6 +63,10 @@ RELEASE_TESTING=1 ./Build test
%{_mandir}/man3/Module::Build::Tiny.3pm* %{_mandir}/man3/Module::Build::Tiny.3pm*
%changelog %changelog
* Mon May 20 2013 Paul Howarth <paul@city-fan.org> - 0.020-1
- Update to 0.020
- Accept a --create_packlist argument
* Tue Apr 30 2013 Paul Howarth <paul@city-fan.org> - 0.019-1 * Tue Apr 30 2013 Paul Howarth <paul@city-fan.org> - 0.019-1
- Update to 0.019 - Update to 0.019
- Accept --pureperl-only - Accept --pureperl-only

View File

@ -1 +1 @@
5c7ee09377ac34d60cd8616b35782c63 Module-Build-Tiny-0.019.tar.gz 91f1503e1ec7fc84d75f7be8a7cf26bc Module-Build-Tiny-0.020.tar.gz