[perl-Test-CheckDeps] Update to 0.006

Paul Howarth pghmcfc at fedoraproject.org
Fri Jun 21 20:20:20 UTC 2013


commit 71ae53ebf2cd97a5914e33a37fda4f0a67049348
Author: Paul Howarth <paul at city-fan.org>
Date:   Fri Jun 21 21:19:30 2013 +0100

    Update to 0.006
    
    - New upstream release 0.006
      - Require CPAN::Meta::Check ≥ 0.004
      - Explicitly require CPAN::Meta ≥ 2.120920
      - Switch to Module::Build::Tiny

 perl-Test-CheckDeps.spec |   26 ++++++++++++++------------
 sources                  |    2 +-
 2 files changed, 15 insertions(+), 13 deletions(-)
---
diff --git a/perl-Test-CheckDeps.spec b/perl-Test-CheckDeps.spec
index ff47ab2..e91b266 100644
--- a/perl-Test-CheckDeps.spec
+++ b/perl-Test-CheckDeps.spec
@@ -1,6 +1,6 @@
 Name:		perl-Test-CheckDeps
 Summary:	Check for presence of dependencies
-Version:	0.004
+Version:	0.006
 Release:	1%{?dist}
 License:	GPL+ or Artistic
 Group:		Development/Libraries
@@ -8,10 +8,10 @@ URL:		https://metacpan.org/release/Test-CheckDeps
 Source0:	http://cpan.metacpan.org/authors/id/L/LE/LEONT/Test-CheckDeps-%{version}.tar.gz 
 BuildArch:	noarch
 # Build
-BuildRequires:	perl(ExtUtils::MakeMaker) >= 6.30
+BuildRequires:	perl(Module::Build::Tiny) >= 0.021
 # Module
-BuildRequires:	perl(CPAN::Meta)
-BuildRequires:	perl(CPAN::Meta::Check)
+BuildRequires:	perl(CPAN::Meta) >= 2.120920
+BuildRequires:	perl(CPAN::Meta::Check) >= 0.004
 BuildRequires:	perl(Exporter) >= 5.57
 BuildRequires:	perl(List::Util)
 BuildRequires:	perl(Test::Builder) >= 0.82
@@ -33,18 +33,14 @@ properly. If requested, it can bail out all testing on error.
 %setup -q -n Test-CheckDeps-%{version}
 
 %build
-perl Makefile.PL INSTALLDIRS=vendor
-make %{?_smp_mflags}
+perl Build.PL --installdirs=vendor
+./Build
 
 %install
-make pure_install DESTDIR=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} \;
-%{_fixperms} %{buildroot}
+./Build install --destdir=%{buildroot} --create_packlist=0
 
 %check
-make test RELEASE_TESTING=1
-
-%clean
+RELEASE_TESTING=1 ./Build test
 
 %files
 %doc Changes LICENSE README
@@ -52,6 +48,12 @@ make test RELEASE_TESTING=1
 %{_mandir}/man3/Test::CheckDeps.3pm*
 
 %changelog
+* Fri Jun 21 2013 Paul Howarth <paul at city-fan.org> - 0.006-1
+- Update to 0.006
+  - Require CPAN::Meta::Check ≥ 0.004
+  - Explicitly require CPAN::Meta ≥ 2.120920
+  - Switch to Module::Build::Tiny
+
 * Wed May 15 2013 Paul Howarth <paul at city-fan.org> - 0.004-1
 - Update to 0.004
   - Sort dependencies before displaying them
diff --git a/sources b/sources
index e32e924..18d3910 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bc18052363141e62a3b062a4479e8ece  Test-CheckDeps-0.004.tar.gz
+94d84c68a262ca97ecadbb0ff6d215e1  Test-CheckDeps-0.006.tar.gz


More information about the scm-commits mailing list