@ -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