[perl-Module-Runtime] 0.014 bump

Petr Pisar ppisar at fedoraproject.org
Mon Feb 10 11:33:12 UTC 2014


commit 0a29c25fdf475973a3082a77a862e0be5a66b01f
Author: Petr Písař <ppisar at redhat.com>
Date:   Mon Feb 10 12:33:31 2014 +0100

    0.014 bump

 .gitignore               |    1 +
 perl-Module-Runtime.spec |   15 ++++++++++-----
 sources                  |    2 +-
 3 files changed, 12 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b886f14..0f6dd88 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /Module-Runtime-0.011.tar.gz
 /Module-Runtime-0.012.tar.gz
 /Module-Runtime-0.013.tar.gz
+/Module-Runtime-0.014.tar.gz
diff --git a/perl-Module-Runtime.spec b/perl-Module-Runtime.spec
index 3ade52a..7674b0f 100644
--- a/perl-Module-Runtime.spec
+++ b/perl-Module-Runtime.spec
@@ -1,20 +1,23 @@
 # This file is licensed under the terms of GNU GPLv2+.
 Name:           perl-Module-Runtime
-Version:        0.013
-Release:        6%{?dist}
+Version:        0.014
+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
 BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
 # Tests:
 BuildRequires:  perl(Test::More)
 # Optional tests:
 BuildRequires:  perl(Test::Pod) >= 1.00
 BuildRequires:  perl(Test::Pod::Coverage)
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %description
 The functions exported by this module deal with runtime handling of Perl
@@ -24,12 +27,11 @@ modules, which are normally handled at compile time.
 %setup -q -n Module-Runtime-%{version}
 
 %build
-%{__perl} Build.PL installdirs=vendor
+perl Build.PL installdirs=vendor
 ./Build
 
 %install
 ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
@@ -41,6 +43,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %{_mandir}/man3/*
 
 %changelog
+* Mon Feb 10 2014 Petr Pisar <ppisar at redhat.com> - 0.014-1
+- 0.014 bump
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.013-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index b1842ed..462252a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-62b88b1f5f0e975a5d7c80cd46167b97  Module-Runtime-0.013.tar.gz
+a6597bc25536a30476f0d75b64d35734  Module-Runtime-0.014.tar.gz



More information about the perl-devel mailing list