commit 9a37d26b821b31befa30565fc6513e096e85da4b Author: Petr Písař <ppisar@xxxxxxxxxx> Date: Thu Mar 28 11:52:14 2013 +0100 0.22 bump .gitignore | 1 + perl-Capture-Tiny.spec | 20 ++++++++++++++------ sources | 2 +- 3 files changed, 16 insertions(+), 7 deletions(-) --- diff --git a/.gitignore b/.gitignore index fbf44e4..6c49153 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ Capture-Tiny-0.08.tar.gz /Capture-Tiny-0.19.tar.gz /Capture-Tiny-0.20.tar.gz /Capture-Tiny-0.21.tar.gz +/Capture-Tiny-0.22.tar.gz diff --git a/perl-Capture-Tiny.spec b/perl-Capture-Tiny.spec index d9fd57a..5786198 100644 --- a/perl-Capture-Tiny.spec +++ b/perl-Capture-Tiny.spec @@ -1,23 +1,29 @@ Name: perl-Capture-Tiny -Version: 0.21 -Release: 2%{?dist} +Version: 0.22 +Release: 1%{?dist} Summary: Capture STDOUT and STDERR from Perl, XS or external programs License: ASL 2.0 Group: Development/Libraries 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(ExtUtils::MakeMaker) >= 6.31 +BuildRequires: perl +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30 +BuildRequires: perl(strict) +BuildRequires: perl(warnings) # Run-time: BuildRequires: perl(Carp) BuildRequires: perl(Exporter) BuildRequires: perl(File::Spec) BuildRequires: perl(File::Temp) BuildRequires: perl(IO::Handle) +# PerlIO is optional BuildRequires: perl(Scalar::Util) # Tests only: +BuildRequires: perl(File::Spec::Functions) BuildRequires: perl(lib) BuildRequires: perl(IO::File) +BuildRequires: perl(List::Util) BuildRequires: perl(Test::More) >= 0.62 # Optional tests: BuildRequires: perl(Inline) @@ -41,20 +47,22 @@ perl Makefile.PL INSTALLDIRS=perl make %{?_smp_mflags} %install -make pure_install PERL_INSTALL_ROOT=%{buildroot} +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 -%doc Changes examples LICENSE perlcritic.rc README Todo +%doc Changes examples LICENSE README Todo %{perl_privlib}/* %{_mandir}/man3/* %changelog +* Thu Mar 28 2013 Petr Pisar <ppisar@xxxxxxxxxx> - 0.22-1 +- 0.22 bump + * Thu Feb 14 2013 Fedora Release Engineering <rel-eng@xxxxxxxxxxxxxxxxxxxxxxx> - 0.21-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild diff --git a/sources b/sources index 1795213..5aa55cc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -74b5df944da1502ad919513967e6ab68 Capture-Tiny-0.21.tar.gz +f270ee3682aabf10747592f6c05ef7ba Capture-Tiny-0.22.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel