[perl-Test-Inter/f20] 1.06 bump

Petr Pisar ppisar at fedoraproject.org
Mon Feb 16 12:42:13 UTC 2015


commit d479b0aa9f890d0dfd0b7deb2e06093119769b8a
Author: Petr Písař <ppisar at redhat.com>
Date:   Mon Feb 16 13:36:57 2015 +0100

    1.06 bump

 .gitignore           |    1 +
 perl-Test-Inter.spec |   26 ++++++++++++++++----------
 sources              |    2 +-
 3 files changed, 18 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b65b7e6..30da1d2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /Test-Inter-1.03.tar.gz
 /Test-Inter-1.04.tar.gz
 /Test-Inter-1.05.tar.gz
+/Test-Inter-1.06.tar.gz
diff --git a/perl-Test-Inter.spec b/perl-Test-Inter.spec
index 0f5b5ee..040a58c 100644
--- a/perl-Test-Inter.spec
+++ b/perl-Test-Inter.spec
@@ -1,6 +1,6 @@
 Name:           perl-Test-Inter
-Version:        1.05
-Release:        3%{?dist}
+Version:        1.06
+Release:        1%{?dist}
 Summary:        Framework for more readable interactive test scripts
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -8,15 +8,16 @@ URL:            http://search.cpan.org/dist/Test-Inter/
 Source0:        http://www.cpan.org/authors/id/S/SB/SBECK/Test-Inter-%{version}.tar.gz
 BuildArch:      noarch
 BuildRequires:  perl
-BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.30
 BuildRequires:  perl(strict)
 BuildRequires:  perl(warnings)
 # Run-time:
 BuildRequires:  perl(File::Basename)
 BuildRequires:  perl(IO::File)
 # Tests only:
-BuildRequires:  perl(Test::Pod) >= 1.00
-BuildRequires:  perl(Test::Pod::Coverage) >= 1.00
+BuildRequires:  perl(Test::More)
+# Test::Pod 1.00 not used
+# Test::Pod::Coverage 1.00 not used
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %description
@@ -29,22 +30,27 @@ replacement.
 chmod -x examples/*
 
 %build
-perl Build.PL installdirs=vendor
-./Build
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %install
-./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
-./Build test
+make test
 
 %files
-%doc ChangeLog LICENSE README TODO examples
+%license LICENSE
+%doc Changes README examples
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Mon Feb 16 2015 Petr Pisar <ppisar at redhat.com> - 1.06-1
+- 1.06 bump
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.05-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index db58fba..c82e248 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5c021ced9a642f9bb28aa0b8ac6f50a1  Test-Inter-1.05.tar.gz
+61da056da6dae8ee256d2ccbd2e24a73  Test-Inter-1.06.tar.gz


More information about the scm-commits mailing list