[perl-Capture-Tiny] 0.28 bump

Petr Šabata psabata at fedoraproject.org
Fri Feb 13 12:48:26 UTC 2015


commit dc5f63fa7f33e7add5392d15ee90114ee087d44e
Author: Petr Šabata <contyk at redhat.com>
Date:   Fri Feb 13 13:48:14 2015 +0100

    0.28 bump

 .gitignore             |    1 +
 perl-Capture-Tiny.spec |   25 ++++++++++---------------
 sources                |    2 +-
 3 files changed, 12 insertions(+), 16 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d60d78c..d7d7211 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@ Capture-Tiny-0.08.tar.gz
 /Capture-Tiny-0.25.tar.gz
 /Capture-Tiny-0.26.tar.gz
 /Capture-Tiny-0.27.tar.gz
+/Capture-Tiny-0.28.tar.gz
diff --git a/perl-Capture-Tiny.spec b/perl-Capture-Tiny.spec
index 35fe730..ba923bd 100644
--- a/perl-Capture-Tiny.spec
+++ b/perl-Capture-Tiny.spec
@@ -1,5 +1,5 @@
 Name:           perl-Capture-Tiny
-Version:        0.27
+Version:        0.28
 Release:        1%{?dist}
 Summary:        Capture STDOUT and STDERR from Perl, XS or external programs
 License:        ASL 2.0
@@ -8,7 +8,7 @@ URL:            http://search.cpan.org/dist/Capture-Tiny/
 Source0:        http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Capture-Tiny-%{version}.tar.gz
 BuildArch:      noarch
 BuildRequires:  perl
-BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.17
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
 BuildRequires:  perl(strict)
 BuildRequires:  perl(warnings)
 # Run-time:
@@ -23,18 +23,10 @@ BuildRequires:  perl(Scalar::Util)
 # Tests only:
 BuildRequires:  perl(Config)
 BuildRequires:  perl(File::Spec::Functions)
-BuildRequires:  perl(lib)
 BuildRequires:  perl(IO::File)
-BuildRequires:  perl(List::Util)
+BuildRequires:  perl(lib)
 BuildRequires:  perl(Test::More) >= 0.62
-BuildRequires:  perl(version)
-# Optional tests:
-%if !%{defined perl_bootstrap}
-BuildRequires:  perl(Inline)
-BuildRequires:  perl(Inline::C)
-BuildRequires:  perl(Parse::RecDescent)
-%endif
-Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Requires:       perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
 
 %description
 Capture::Tiny provides a simple, portable way to capture anything sent to
@@ -48,23 +40,26 @@ in any particular situation and just use this one.
 %setup -q -n Capture-Tiny-%{version}
 
 %build
-perl Makefile.PL INSTALLDIRS=perl
+perl Makefile.PL INSTALLDIRS=perl NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} +
 %{_fixperms} %{buildroot}/*
 
 %check
 make test
 
 %files
-%doc Changes examples LICENSE README Todo
+%license LICENSE
+%doc Changes examples README Todo
 %{perl_privlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Fri Feb 13 2015 Petr Šabata <contyk at redhat.com> - 0.28-1
+- 0.28 bump
+
 * Wed Nov 12 2014 Petr Šabata <contyk at redhat.com> - 0.27-1
 - 0.27 bump
 - META changes only
diff --git a/sources b/sources
index 76b7fb8..6cf153c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-63ee233f1dfaa75c5233839407b87ae3  Capture-Tiny-0.27.tar.gz
+2923ba0524f4f42a6022f3ef1ca1913d  Capture-Tiny-0.28.tar.gz


More information about the scm-commits mailing list