0.13 bump
This commit is contained in:
parent
08a4a3b5d2
commit
f17bc5587d
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user