0.28 bump
This commit is contained in:
parent
d525de3b6c
commit
dc5f63fa7f
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
||||
@ -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@redhat.com> - 0.28-1
|
||||
- 0.28 bump
|
||||
|
||||
* Wed Nov 12 2014 Petr Šabata <contyk@redhat.com> - 0.27-1
|
||||
- 0.27 bump
|
||||
- META changes only
|
||||
|
||||
Loading…
Reference in New Issue
Block a user