Update to 0.14
- New upstream release 0.14 - A couple of minor optimizations (GH#8) - BR: perl-generators - Simplify find command using -delete
This commit is contained in:
parent
0cb4712dcf
commit
e47f4ca49b
@ -1,13 +1,17 @@
|
||||
Name: perl-Eval-Closure
|
||||
Version: 0.13
|
||||
Release: 5%{?dist}
|
||||
Version: 0.14
|
||||
Release: 1%{?dist}
|
||||
Summary: Safely and cleanly create closures via string eval
|
||||
License: GPL+ or Artistic
|
||||
URL: http://search.cpan.org/dist/Eval-Closure/
|
||||
Source0: http://search.cpan.org/CPAN/authors/id/D/DO/DOY/Eval-Closure-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
# Module Build
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: findutils
|
||||
BuildRequires: make
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
# Module Runtime
|
||||
BuildRequires: perl(Carp)
|
||||
@ -18,9 +22,9 @@ BuildRequires: perl(overload)
|
||||
BuildRequires: perl(Perl::Tidy)
|
||||
BuildRequires: perl(Scalar::Util)
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(Try::Tiny)
|
||||
# Test Suite
|
||||
BuildRequires: perl(B)
|
||||
BuildRequires: perl(blib)
|
||||
BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(IO::Handle)
|
||||
BuildRequires: perl(IPC::Open3)
|
||||
@ -61,7 +65,7 @@ make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
|
||||
find %{buildroot} -type f -name .packlist -delete
|
||||
%{_fixperms} %{buildroot}
|
||||
|
||||
%check
|
||||
@ -74,6 +78,12 @@ make test
|
||||
%{_mandir}/man3/Eval::Closure.3*
|
||||
|
||||
%changelog
|
||||
* Sun May 29 2016 Paul Howarth <paul@city-fan.org> - 0.14-1
|
||||
- Update to 0.14
|
||||
- A couple of minor optimizations (GH#8)
|
||||
- BR: perl-generators
|
||||
- Simplify find command using -delete
|
||||
|
||||
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.13-5
|
||||
- Perl 5.24 rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user