0.13 bump

This commit is contained in:
Petr Šabata 2011-12-05 13:54:30 +01:00
parent 08a4a3b5d2
commit f17bc5587d
3 changed files with 10 additions and 6 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@ Capture-Tiny-0.08.tar.gz
/Capture-Tiny-0.10.tar.gz
/Capture-Tiny-0.11.tar.gz
/Capture-Tiny-0.12.tar.gz
/Capture-Tiny-0.13.tar.gz

View File

@ -1,5 +1,5 @@
Name: perl-Capture-Tiny
Version: 0.12
Version: 0.13
Release: 1%{?dist}
Summary: Capture STDOUT and STDERR from Perl, XS or external programs
License: ASL 2.0
@ -35,10 +35,10 @@ in any particular situation and just use this one.
make %{?_smp_mflags}
%install
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
%{_fixperms} $RPM_BUILD_ROOT/*
make pure_install PERL_INSTALL_ROOT=%{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
@ -49,6 +49,9 @@ make test
%{_mandir}/man3/*
%changelog
* Mon Dec 05 2011 Petr Šabata <contyk@redhat.com> - 0.13-1
- 0.13 bump
* Fri Dec 02 2011 Petr Pisar <ppisar@redhat.com> - 0.12-1
- 0.12 bump

View File

@ -1 +1 @@
a7578d54a3c1e14a7a862c11bdc7db65 Capture-Tiny-0.12.tar.gz
d03f278c448ff7897cd2037e54ab86ee Capture-Tiny-0.13.tar.gz