Update to 0.8000

- New upstream release 0.8000
  - Bump version so https://metacpan.org/pod/ExtUtils::Depends shows the
    correct ExtUtils::Depends module
  - Quote directories with spaces
- Modernize spec using features from ExtUtils::MakeMaker ≥ 6.76
epel9
Paul Howarth 6 years ago
parent 54e80de8c9
commit 55255f02eb

@ -0,0 +1,2 @@
from Config import *
addFilter("spelling-error %description -l en_US typemaps -> ")

@ -1,19 +1,18 @@
Name: perl-ExtUtils-Depends
Version: 0.405
Release: 10%{?dist}
Version: 0.8000
Release: 1%{?dist}
Summary: Easily build XS extensions that depend on XS extensions
License: GPL+ or Artistic
URL: https://metacpan.org/release/ExtUtils-Depends
Source0: https://cpan.metacpan.org/authors/id/X/XA/XAOC/ExtUtils-Depends-%{version}.tar.gz
Source0: https://cpan.metacpan.org/modules/by-module/ExtUtils/ExtUtils-Depends-%{version}.tar.gz
BuildArch: noarch
# Module Build
BuildRequires: coreutils
BuildRequires: findutils
BuildRequires: make
BuildRequires: perl-interpreter
BuildRequires: perl-generators
BuildRequires: perl-interpreter
BuildRequires: perl(Cwd)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
# Module Runtime
BuildRequires: perl(Carp)
BuildRequires: perl(Config)
@ -47,13 +46,12 @@ also a C and an XS interface besides the Perl one.
%setup -q -n ExtUtils-Depends-%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
perl Makefile.PL INSTALLDIRS=vendor NO_PERLLOCAL=1 NO_PACKLIST=1
%{make_build}
%install
make pure_install DESTDIR=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
%{_fixperms} %{buildroot}
%{make_install}
%{_fixperms} -c %{buildroot}
%check
make test
@ -64,6 +62,13 @@ make test
%{_mandir}/man3/ExtUtils::Depends.3*
%changelog
* Wed Apr 10 2019 Paul Howarth <paul@city-fan.org> - 0.8000-1
- Update to 0.8000
- Bump version so https://metacpan.org/pod/ExtUtils::Depends shows the
correct ExtUtils::Depends module
- Quote directories with spaces
- Modernize spec using features from ExtUtils::MakeMaker ≥ 6.76
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.405-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

@ -1 +1 @@
caefbca2f173d0cea3f5ac26b6c08a2c ExtUtils-Depends-0.405.tar.gz
SHA512 (ExtUtils-Depends-0.8000.tar.gz) = c2823e48fc6ae42677da958d8cbeb561a29839cc387224ecd545e1d81979cd963377210f9c5a9bf314e2fc6e0907190f0b867ed59e91f8eab6df91f8d0c91e5d

Loading…
Cancel
Save