0.22 bump
This commit is contained in:
parent
451f666cc1
commit
9a37d26b82
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user