0.22 bump

This commit is contained in:
Petr Písař 2013-03-28 11:52:14 +01:00
parent 451f666cc1
commit 9a37d26b82
3 changed files with 16 additions and 7 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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@redhat.com> - 0.22-1
- 0.22 bump
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.21-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

View File

@ -1 +1 @@
74b5df944da1502ad919513967e6ab68 Capture-Tiny-0.21.tar.gz
f270ee3682aabf10747592f6c05ef7ba Capture-Tiny-0.22.tar.gz