Update to 0.020
- New upstream release 0.020 - Accept a --create_packlist argument
This commit is contained in:
parent
919b19f96c
commit
338409c961
@ -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 <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
|
||||
- Update to 0.019
|
||||
- Accept --pureperl-only
|
||||
|
Loading…
Reference in New Issue
Block a user