Drop EL-5 support
- Drop Group: tag - Drop explicit buildroot cleaning in %install section
This commit is contained in:
parent
8c5e3b41a9
commit
6292795891
@ -1,8 +1,7 @@
|
|||||||
Name: perl-ExtUtils-Helpers
|
Name: perl-ExtUtils-Helpers
|
||||||
Version: 0.026
|
Version: 0.026
|
||||||
Release: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
Summary: Various portability utilities for module builders
|
Summary: Various portability utilities for module builders
|
||||||
Group: Development/Libraries
|
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
URL: https://metacpan.org/release/ExtUtils-Helpers
|
URL: https://metacpan.org/release/ExtUtils-Helpers
|
||||||
Source0: http://cpan.metacpan.org/authors/id/L/LE/LEONT/ExtUtils-Helpers-%{version}.tar.gz
|
Source0: http://cpan.metacpan.org/authors/id/L/LE/LEONT/ExtUtils-Helpers-%{version}.tar.gz
|
||||||
@ -11,8 +10,8 @@ BuildArch: noarch
|
|||||||
BuildRequires: coreutils
|
BuildRequires: coreutils
|
||||||
BuildRequires: findutils
|
BuildRequires: findutils
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: perl-interpreter
|
|
||||||
BuildRequires: perl-generators
|
BuildRequires: perl-generators
|
||||||
|
BuildRequires: perl-interpreter
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||||
# Module (File::Copy only needed for VMS support, not packaged)
|
# Module (File::Copy only needed for VMS support, not packaged)
|
||||||
BuildRequires: perl(Carp)
|
BuildRequires: perl(Carp)
|
||||||
@ -46,10 +45,9 @@ perl Makefile.PL INSTALLDIRS=vendor
|
|||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf %{buildroot}
|
|
||||||
make pure_install DESTDIR=%{buildroot}
|
make pure_install DESTDIR=%{buildroot}
|
||||||
find %{buildroot} -type f -name .packlist -delete
|
find %{buildroot} -type f -name .packlist -delete
|
||||||
%{_fixperms} %{buildroot}
|
%{_fixperms} -c %{buildroot}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make test
|
make test
|
||||||
@ -66,6 +64,12 @@ make test
|
|||||||
%{_mandir}/man3/ExtUtils::Helpers::Unix.3*
|
%{_mandir}/man3/ExtUtils::Helpers::Unix.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 19 2018 Paul Howarth <paul@city-fan.org> - 0.026-8
|
||||||
|
- Drop EL-5 support
|
||||||
|
- Drop BuildRoot: and Group: tags
|
||||||
|
- Drop explicit buildroot cleaning in %%install section
|
||||||
|
- Drop explicit %%clean section
|
||||||
|
|
||||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.026-7
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.026-7
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user