[perl-Sub-Exporter-GlobExporter/f19] 0.004 bump

Petr Pisar ppisar at fedoraproject.org
Fri Nov 14 14:20:11 UTC 2014


commit 1a7165bb9dd71851ad39e7ab5317b3c8d4327b54
Author: Petr Písař <ppisar at redhat.com>
Date:   Fri Nov 14 15:14:54 2014 +0100

    0.004 bump

 .gitignore                          |    1 +
 perl-Sub-Exporter-GlobExporter.spec |   32 +++++++++++++++++++++-----------
 sources                             |    2 +-
 3 files changed, 23 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7947007..c1beca0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Sub-Exporter-GlobExporter-0.002.tar.gz
+/Sub-Exporter-GlobExporter-0.004.tar.gz
diff --git a/perl-Sub-Exporter-GlobExporter.spec b/perl-Sub-Exporter-GlobExporter.spec
index 20f6d8d..c7aa85e 100644
--- a/perl-Sub-Exporter-GlobExporter.spec
+++ b/perl-Sub-Exporter-GlobExporter.spec
@@ -1,49 +1,59 @@
 Name:           perl-Sub-Exporter-GlobExporter
-Version:        0.002
-Release:        7%{?dist}
+Version:        0.004
+Release:        1%{?dist}
 Summary:        Export shared globs with Sub::Exporter collectors
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Sub-Exporter-GlobExporter/
 Source0:        http://www.cpan.org/authors/id/R/RJ/RJBS/Sub-Exporter-GlobExporter-%{version}.tar.gz
 BuildArch:      noarch
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.30
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Run-time:
 BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(Sub::Exporter)
-BuildRequires:  perl(Test::More) >= 0.96
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+# Tests:
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(IO::Handle)
+BuildRequires:  perl(IPC::Open3)
+BuildRequires:  perl(lib)
+# Test::More 0.94 is enough,
+# <https://github.com/rjbs/Sub-Exporter-GlobExporter/issues/2>
+BuildRequires:  perl(Test::More) >= 0.94
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %{?perl_default_filter}
 
 %description
-This perl module allows you to export shared globs with Sub::Exporter
+This Perl module allows you to export shared globs with Sub::Exporter
 collectors.
 
 %prep
 %setup -q -n Sub-Exporter-GlobExporter-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=%{buildroot}
-
 find %{buildroot} -type f -name .packlist -exec rm -f {} \;
-find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
-
 %{_fixperms} %{buildroot}/*
 
 %check
 make test
 
 %files
-%defattr(-,root,root,-)
 %doc Changes LICENSE README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Fri Nov 14 2014 Petr Pisar <ppisar at redhat.com> - 0.004-1
+- 0.004 bump
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.002-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index fc2fcba..6e5eac2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4bcfa6535ac03fae36428af8e56bbf7a  Sub-Exporter-GlobExporter-0.002.tar.gz
+52597b6e678409eac7c17f8216a4c7cb  Sub-Exporter-GlobExporter-0.004.tar.gz


More information about the scm-commits mailing list