[perl-Test-Most] 0.25 bump

Petr Sabata psabata at fedoraproject.org
Thu Aug 18 10:44:39 UTC 2011


commit 56b7eb4e2e7c959c9a9c2eb0405eeb993d7a1d3a
Author: Petr Sabata <contyk at redhat.com>
Date:   Thu Aug 18 12:43:44 2011 +0200

    0.25 bump

 .gitignore          |    1 +
 perl-Test-Most.spec |   12 +++++++-----
 sources             |    2 +-
 3 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 88c99f6..c7ffa89 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 Test-Most-0.21.tar.gz
 /Test-Most-0.23.tar.gz
 /Test-Most-0.24.tar.gz
+/Test-Most-0.25.tar.gz
diff --git a/perl-Test-Most.spec b/perl-Test-Most.spec
index dc430fd..f370b28 100644
--- a/perl-Test-Most.spec
+++ b/perl-Test-Most.spec
@@ -1,5 +1,5 @@
 Name:           perl-Test-Most
-Version:        0.24
+Version:        0.25
 Release:        1%{?dist}
 Summary:        Perl module with test functions and features
 License:        GPL+ or Artistic
@@ -41,10 +41,9 @@ control over your test suite.
 ./Build
 
 %install
-./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
-
-%{_fixperms} $RPM_BUILD_ROOT/*
+./Build install destdir=%{buildroot} create_packlist=0
+find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
+%{_fixperms} %{buildroot}/*
 
 %check
 ./Build test
@@ -55,6 +54,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %{_mandir}/man3/*
 
 %changelog
+* Thu Aug 18 2011 Petr Sabata <contyk at redhat.com> - 0.25-1
+- 0.25 bump
+
 * Tue Jul 26 2011 Petr Sabata <contyk at redhat.com> - 0.24-1
 - 0.24 bump
 - Removing now obsolete Buildroot and defattr
diff --git a/sources b/sources
index 6d3ccc7..6c419ae 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f9c6eadbb84456f3ae5a6b190adf0084  Test-Most-0.24.tar.gz
+3be1633b99495c756e835aca5ef7216a  Test-Most-0.25.tar.gz



More information about the perl-devel mailing list