[perl-IO-Capture-Extended] 0.12 bump

Petr Pisar ppisar at fedoraproject.org
Mon May 19 06:06:28 UTC 2014


commit 66fd6b595ebfb6b0577eeb6f5a2efbbe7dabf882
Author: Petr Písař <ppisar at redhat.com>
Date:   Mon May 19 08:06:05 2014 +0200

    0.12 bump

 .gitignore                    |    1 +
 .rpmlint                      |    2 ++
 perl-IO-Capture-Extended.spec |   18 +++++++++++-------
 sources                       |    2 +-
 4 files changed, 15 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e95cc29..085afe7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /IO-Capture-Extended-0.11.tar.gz
+/IO-Capture-Extended-0.12.tar.gz
diff --git a/.rpmlint b/.rpmlint
new file mode 100644
index 0000000..41a095f
--- /dev/null
+++ b/.rpmlint
@@ -0,0 +1,2 @@
+from Config import *
+addFilter("spelling-error .* (Stdout|Stderr)");
diff --git a/perl-IO-Capture-Extended.spec b/perl-IO-Capture-Extended.spec
index b2a6d05..f5c9181 100644
--- a/perl-IO-Capture-Extended.spec
+++ b/perl-IO-Capture-Extended.spec
@@ -1,13 +1,13 @@
 Name:           perl-IO-Capture-Extended
-Version:        0.11
-Release:        7%{?dist}
+Version:        0.12
+Release:        1%{?dist}
 Summary:        Extend functionality of IO::Capture
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/IO-Capture-Extended/
 Source0:        http://www.cpan.org/authors/id/J/JK/JKEENAN/IO-Capture-Extended-%{version}.tar.gz
 BuildArch:      noarch
-# Compile-time:
+BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
 # Run-time:
 BuildRequires:  perl(base)
@@ -15,11 +15,13 @@ BuildRequires:  perl(Exporter)
 BuildRequires:  perl(IO::Capture) >= 0.05
 BuildRequires:  perl(IO::Capture::Stderr)
 BuildRequires:  perl(IO::Capture::Stdout)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
 # Tests only:
 BuildRequires:  perl(lib)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Simple) >= 0.44
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:       perl(IO::Capture) >= 0.05
 
 %description
@@ -33,24 +35,26 @@ Test::Simple, Test::More or other modules built on Test::Builder.
 %setup -q -n IO-Capture-Extended-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
 make test
 
 %files
-%doc Changes LICENSE README
+%doc Changes LICENSE README.md
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Mon May 19 2014 Petr Pisar <ppisar at redhat.com> - 0.12-1
+- 0.12 bump
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.11-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index b1d518c..19a6c91 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3886ef237c2ac96a844eac58d62b4ff8  IO-Capture-Extended-0.11.tar.gz
+6983c5452de2180e8e531a336b282af7  IO-Capture-Extended-0.12.tar.gz


More information about the scm-commits mailing list