epel9
Petr Písař 5 years ago
parent dd8a66ef4c
commit 2308e5ea32

1
.gitignore vendored

@ -4,3 +4,4 @@
/ExtUtils-HasCompiler-0.016.tar.gz
/ExtUtils-HasCompiler-0.017.tar.gz
/ExtUtils-HasCompiler-0.021.tar.gz
/ExtUtils-HasCompiler-0.022.tar.gz

@ -1,13 +1,15 @@
Name: perl-ExtUtils-HasCompiler
Version: 0.021
Release: 10%{?dist}
Version: 0.022
Release: 1%{?dist}
Summary: Check for the presence of a compiler
License: GPL+ or Artistic
URL: https://metacpan.org/release/ExtUtils-HasCompiler
Source0: https://cpan.metacpan.org/authors/id/L/LE/LEONT/ExtUtils-HasCompiler-%{version}.tar.gz
BuildArch: noarch
BuildRequires: perl-interpreter
BuildRequires: coreutils
BuildRequires: make
BuildRequires: perl-generators
BuildRequires: perl-interpreter
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
@ -39,11 +41,11 @@ linking and loading an XS module.
%setup -q -n ExtUtils-HasCompiler-%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
make %{?_smp_mflags}
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
%{make_build}
%install
make pure_install DESTDIR=$RPM_BUILD_ROOT
%{make_install}
%{_fixperms} $RPM_BUILD_ROOT/*
%check
@ -56,6 +58,9 @@ make test
%{_mandir}/man3/*
%changelog
* Tue Jul 21 2020 Petr Pisar <ppisar@redhat.com> - 0.022-1
- 0.022 bump
* Mon Jun 22 2020 Jitka Plesnikova <jplesnik@redhat.com> - 0.021-10
- Perl 5.32 rebuild

@ -1 +1 @@
SHA512 (ExtUtils-HasCompiler-0.021.tar.gz) = 54ca2ef39d5c7f0d550accfcb410dcafc88b1553c1f03bc507597d5d04fc9327598d94ecc17cc1aec8ae2d875e230e200bcfa5a5f1eae8c2d1495be0c6a18504
SHA512 (ExtUtils-HasCompiler-0.022.tar.gz) = 9364c6c7ef4c17c8f372361820ffd998ed15ffc36b008b9f1338dd10bb1f4e8b4a3fd8bf7642369d37951151ad74094ffc05647ec0dc9f994e4baeb5132a5f7c

Loading…
Cancel
Save