[perl-Capture-Tiny] 0.13 bump

Petr Šabata psabata at fedoraproject.org
Mon Dec 5 12:57:18 UTC 2011


commit f17bc5587d9fa07530d422639ec002f22f211414
Author: Petr Šabata <contyk at redhat.com>
Date:   Mon Dec 5 13:54:30 2011 +0100

    0.13 bump

 .gitignore             |    1 +
 perl-Capture-Tiny.spec |   13 ++++++++-----
 sources                |    2 +-
 3 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ba64bb4..c187050 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/perl-Capture-Tiny.spec b/perl-Capture-Tiny.spec
index 56c9c25..1f6ff6b 100644
--- a/perl-Capture-Tiny.spec
+++ b/perl-Capture-Tiny.spec
@@ -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 at redhat.com> - 0.13-1
+- 0.13 bump
+
 * Fri Dec 02 2011 Petr Pisar <ppisar at redhat.com> - 0.12-1
 - 0.12 bump
 
diff --git a/sources b/sources
index 57e0fff..f5617a3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a7578d54a3c1e14a7a862c11bdc7db65  Capture-Tiny-0.12.tar.gz
+d03f278c448ff7897cd2037e54ab86ee  Capture-Tiny-0.13.tar.gz



More information about the perl-devel mailing list