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
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user