Update to 0.237
- New upstream release 0.237 - Don't load vars.pm (CPAN RT#132077) - Drop legacy Group: tag - Drop buildroot cleaning in %install section
This commit is contained in:
parent
ef947e6608
commit
2d6d2cd245
@ -1,10 +1,9 @@
|
||||
Name: perl-parent
|
||||
Epoch: 1
|
||||
Version: 0.236
|
||||
Release: 416%{?dist}
|
||||
Version: 0.237
|
||||
Release: 1%{?dist}
|
||||
Summary: Establish an ISA relationship with base classes at compile time
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
URL: https://metacpan.org/release/parent
|
||||
Source0: https://cpan.metacpan.org/authors/id/C/CO/CORION/parent-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
@ -12,12 +11,11 @@ BuildArch: noarch
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: findutils
|
||||
BuildRequires: make
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
# Module Runtime
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(vars)
|
||||
# Test Suite
|
||||
BuildRequires: perl(lib)
|
||||
BuildRequires: perl(Test::More) >= 0.4
|
||||
@ -45,10 +43,9 @@ perl Makefile.PL INSTALLDIRS=vendor
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
find %{buildroot} -type f -name .packlist -delete
|
||||
%{_fixperms} %{buildroot}
|
||||
%{_fixperms} -c %{buildroot}
|
||||
|
||||
%check
|
||||
make test
|
||||
@ -59,6 +56,12 @@ make test
|
||||
%{_mandir}/man3/parent.3*
|
||||
|
||||
%changelog
|
||||
* Sat Jul 7 2018 Paul Howarth <paul@city-fan.org> - 1:0.237-1
|
||||
- Update to 0.237
|
||||
- Don't load vars.pm (CPAN RT#132077)
|
||||
- Drop legacy Group: tag
|
||||
- Drop buildroot cleaning in %%install section
|
||||
|
||||
* Wed Jun 27 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.236-416
|
||||
- Increase release to favour standalone package
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user