[perl-Test-CheckDeps] Update to 0.008

Paul Howarth pghmcfc at fedoraproject.org
Thu Sep 26 16:02:19 UTC 2013


commit 839e04218ea9b9068cff094ace762573d5673276
Author: Paul Howarth <paul at city-fan.org>
Date:   Thu Sep 26 17:01:37 2013 +0100

    Update to 0.008
    
    - New upstream release 0.008
      - Switch to MakeMaker to fix bootstrapping issues

 perl-Test-CheckDeps.spec |   19 +++++++++++++------
 sources                  |    2 +-
 2 files changed, 14 insertions(+), 7 deletions(-)
---
diff --git a/perl-Test-CheckDeps.spec b/perl-Test-CheckDeps.spec
index 8b6579a..ed0585b 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.007
+Version:	0.008
 Release:	1%{?dist}
 License:	GPL+ or Artistic
 Group:		Development/Libraries
@@ -8,7 +8,7 @@ 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(Module::Build::Tiny) >= 0.027
+BuildRequires:	perl(ExtUtils::MakeMaker) >= 6.30
 # Module
 BuildRequires:	perl(CPAN::Meta) >= 2.120920
 BuildRequires:	perl(CPAN::Meta::Check) >= 0.007
@@ -16,6 +16,7 @@ BuildRequires:	perl(Exporter) >= 5.57
 BuildRequires:	perl(List::Util)
 BuildRequires:	perl(Test::Builder) >= 0.82
 # Test Suite
+BuildRequires:	perl(File::Spec)
 BuildRequires:	perl(IO::Handle)
 BuildRequires:	perl(IPC::Open3)
 BuildRequires:	perl(Test::More) >= 0.88
@@ -37,14 +38,16 @@ properly. If requested, it can bail out all testing on error.
 %setup -q -n Test-CheckDeps-%{version}
 
 %build
-perl Build.PL --installdirs=vendor
-./Build
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %install
-./Build install --destdir=%{buildroot} --create_packlist=0
+make pure_install DESTDIR=%{buildroot}
+find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
+%{_fixperms} %{buildroot}
 
 %check
-RELEASE_TESTING=1 ./Build test
+make test RELEASE_TESTING=1
 
 %files
 %doc Changes LICENSE README
@@ -52,6 +55,10 @@ RELEASE_TESTING=1 ./Build test
 %{_mandir}/man3/Test::CheckDeps.3pm*
 
 %changelog
+* Thu Sep 26 2013 Paul Howarth <paul at city-fan.org> - 0.008-1
+- Update to 0.008
+  - Switch to MakeMaker to fix bootstrapping issues
+
 * Thu Sep 19 2013 Paul Howarth <paul at city-fan.org> - 0.007-1
 - Update to 0.007
   - Require CPAN::Meta::Check ≥ 0.007, for conflicts fixes
diff --git a/sources b/sources
index 31ed03c..650cd4b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-058333c8e7a55e221ab46cfd45bcb825  Test-CheckDeps-0.007.tar.gz
+e854b2b6ba40c90286131eb4320effbd  Test-CheckDeps-0.008.tar.gz



More information about the perl-devel mailing list