Update to 0.403

- New upstream release 0.403
  - Avoid using Test::More::done_testing() for to support building
    out-of-the-box on older perls
epel9
Paul Howarth 10 years ago
parent 81f9b8c1c3
commit 7eee1bbe6c

@ -1,5 +1,5 @@
Name: perl-ExtUtils-Depends
Version: 0.402
Version: 0.403
Release: 1%{?dist}
Summary: Easily build XS extensions that depend on XS extensions
License: GPL+ or Artistic
@ -28,16 +28,16 @@ BuildRequires: perl(File::Spec::Functions)
BuildRequires: perl(File::Temp)
BuildRequires: perl(FindBin)
BuildRequires: perl(lib)
BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(Test::More)
# Runtime
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Requires: perl(DynaLoader)
%description
This module tries to make it easy to build Perl extensions that use
functions and typemaps provided by other perl extensions. This means that a
perl extension is treated like a shared library that provides also a C and
an XS interface besides the perl one.
functions and typemaps provided by other Perl extensions. This means
that a Perl extension is treated like a shared library that provides
also a C and an XS interface besides the Perl one.
%prep
%setup -q -n ExtUtils-Depends-%{version}
@ -47,9 +47,9 @@ perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
%install
make pure_install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
%{_fixperms} $RPM_BUILD_ROOT
make pure_install DESTDIR=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
%{_fixperms} %{buildroot}
%check
make test
@ -60,6 +60,11 @@ make test
%{_mandir}/man3/ExtUtils::Depends.3*
%changelog
* Mon Jan 5 2015 Paul Howarth <paul@city-fan.org> - 0.403-1
- Update to 0.403
- Avoid using Test::More::done_testing() for to support building
out-of-the-box on older perls
* Mon Oct 20 2014 Paul Howarth <paul@city-fan.org> - 0.402-1
- Update to 0.402
- Set Data::Dumper::Sortkeys = 1 in ExtUtils::Depends->save_config()

@ -1 +1 @@
7df1130f5705b3cd496f461b522e6526 ExtUtils-Depends-0.402.tar.gz
bf28c1aad4e1d8761f598ab0b0531dd9 ExtUtils-Depends-0.403.tar.gz

Loading…
Cancel
Save