From b61338418e9c84469b3d76a17b70f38497d30dd7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppi...@redhat.com>
Date: Mon, 17 Jul 2017 15:22:31 +0200
Subject: 0.015 bump

---
 .gitignore               |  1 +
 perl-Module-Runtime.spec | 28 ++++++++++++++++------------
 sources                  |  2 +-
 3 files changed, 18 insertions(+), 13 deletions(-)

diff --git a/.gitignore b/.gitignore
index 0f6dd88..28fd9c1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /Module-Runtime-0.012.tar.gz
 /Module-Runtime-0.013.tar.gz
 /Module-Runtime-0.014.tar.gz
+/Module-Runtime-0.015.tar.gz
diff --git a/perl-Module-Runtime.spec b/perl-Module-Runtime.spec
index a60e112..8b88469 100644
--- a/perl-Module-Runtime.spec
+++ b/perl-Module-Runtime.spec
@@ -4,22 +4,23 @@
 %{bcond_without perl_Module_Runtime_enables_optional_test}
 
 Name:           perl-Module-Runtime
-Version:        0.014
-Release:        9%{?dist}
+Version:        0.015
+Release:        1%{?dist}
 Summary:        Runtime module handling
 License:        GPL+ or Artistic
-Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Module-Runtime/
 Source0:        
http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/Module-Runtime-%{version}.tar.gz
 BuildArch:      noarch
-BuildRequires:  perl-interpreter
+BuildRequires:  make
 BuildRequires:  perl-generators
-BuildRequires:  perl(Module::Build)
-BuildRequires:  perl(strict)
-BuildRequires:  perl(warnings)
+BuildRequires:  perl-interpreter
+BuildRequires:  perl(:VERSION) >= 5.6
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
 # Tests:
 BuildRequires:  perl(Math::BigInt)
-BuildRequires:  perl(Test::More)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(Test::More) >= 0.41
+BuildRequires:  perl(warnings)
 %if %{with perl_Module_Runtime_enables_optional_test}
 # Optional tests:
 BuildRequires:  perl(Test::Pod) >= 1.00
@@ -35,15 +36,15 @@ modules, which are normally handled at compile time.
 %setup -q -n Module-Runtime-%{version}
 
 %build
-perl Build.PL installdirs=vendor
-./Build
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
+make %{?_smp_mflags}
 
 %install
-./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
+make pure_install DESTDIR=%{buildroot}
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
-./Build test
+make test
 
 %files
 %doc Changes README
@@ -51,6 +52,9 @@ perl Build.PL installdirs=vendor
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jul 17 2017 Petr Pisar <ppi...@redhat.com> - 0.015-1
+- 0.015 bump
+
 * Sat Feb 11 2017 Fedora Release Engineering <rel...@fedoraproject.org> - 
0.014-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
 
diff --git a/sources b/sources
index 462252a..c222068 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a6597bc25536a30476f0d75b64d35734  Module-Runtime-0.014.tar.gz
+SHA512 (Module-Runtime-0.015.tar.gz) = 
13f85128130f1543d6be86c002b5d093ed530ab069a7fdf2c109317a234a800611c43e8ff7349f43eb35e0169f80f677a117277a70aa138f0f147d9cf8fb16d0
-- 
cgit v1.1


        
https://src.fedoraproject.org/cgit/perl-Module-Runtime.git/commit/?h=f26&id=b61338418e9c84469b3d76a17b70f38497d30dd7
_______________________________________________
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org

Reply via email to