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 Name: perl-ExtUtils-Depends
Version: 0.405 Version: 0.8000
Release: 10%{?dist} Release: 1%{?dist}
Summary: Easily build XS extensions that depend on XS extensions Summary: Easily build XS extensions that depend on XS extensions
License: GPL+ or Artistic License: GPL+ or Artistic
URL: https://metacpan.org/release/ExtUtils-Depends 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 BuildArch: noarch
# Module Build # Module Build
BuildRequires: coreutils BuildRequires: coreutils
BuildRequires: findutils
BuildRequires: make BuildRequires: make
BuildRequires: perl-interpreter
BuildRequires: perl-generators BuildRequires: perl-generators
BuildRequires: perl-interpreter
BuildRequires: perl(Cwd) BuildRequires: perl(Cwd)
BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
# Module Runtime # Module Runtime
BuildRequires: perl(Carp) BuildRequires: perl(Carp)
BuildRequires: perl(Config) BuildRequires: perl(Config)
@ -47,13 +46,12 @@ also a C and an XS interface besides the Perl one.
%setup -q -n ExtUtils-Depends-%{version} %setup -q -n ExtUtils-Depends-%{version}
%build %build
perl Makefile.PL INSTALLDIRS=vendor perl Makefile.PL INSTALLDIRS=vendor NO_PERLLOCAL=1 NO_PACKLIST=1
make %{?_smp_mflags} %{make_build}
%install %install
make pure_install DESTDIR=%{buildroot} %{make_install}
find %{buildroot} -type f -name .packlist -exec rm -f {} \; %{_fixperms} -c %{buildroot}
%{_fixperms} %{buildroot}
%check %check
make test make test
@ -64,6 +62,13 @@ make test
%{_mandir}/man3/ExtUtils::Depends.3* %{_mandir}/man3/ExtUtils::Depends.3*
%changelog %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 * Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.405-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - 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