[perl-PPIx-Regexp] 0.029 bump

Petr Pisar ppisar at fedoraproject.org
Mon Jan 14 12:11:28 UTC 2013


commit 86f44e2447726e546d9d0e31eb9f4997876b9364
Author: Petr Písař <ppisar at redhat.com>
Date:   Mon Jan 14 13:11:12 2013 +0100

    0.029 bump

 .gitignore            |    1 +
 perl-PPIx-Regexp.spec |   12 +++++++-----
 sources               |    2 +-
 3 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e734522..4b85d72 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@ PPIx-Regexp-0.007.tar.gz
 /PPIx-Regexp-0.026.tar.gz
 /PPIx-Regexp-0.027.tar.gz
 /PPIx-Regexp-0.028.tar.gz
+/PPIx-Regexp-0.029.tar.gz
diff --git a/perl-PPIx-Regexp.spec b/perl-PPIx-Regexp.spec
index 35532ae..facb7f3 100644
--- a/perl-PPIx-Regexp.spec
+++ b/perl-PPIx-Regexp.spec
@@ -1,6 +1,6 @@
 Name:           perl-PPIx-Regexp
-Version:        0.028
-Release:        5%{?dist}
+Version:        0.029
+Release:        1%{?dist}
 Summary:        Represent a regular expression of some sort
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -23,7 +23,7 @@ BuildRequires:  perl(Task::Weaken)
 # Tests:
 BuildRequires:  perl(Test::More) >= 0.88
 # Text::CSV is never required
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:       perl(Exporter)
 Requires:       perl(PPI::Document) >= 1.117
 Requires:       perl(Task::Weaken)
@@ -41,12 +41,11 @@ chmod -x eg/*
 sed -i '1 s|/usr/local/bin/perl|/usr/bin/perl|' eg/*
 
 %build
-%{__perl} Build.PL installdirs=vendor
+perl Build.PL installdirs=vendor
 ./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/*
 
 %check
@@ -58,6 +57,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jan 14 2013 Petr Pisar <ppisar at redhat.com> - 0.029-1
+- 0.029 bump
+
 * Tue Aug 21 2012 Petr Pisar <ppisar at redhat.com> - 0.028-5
 - Run-require Exporter
 
diff --git a/sources b/sources
index 472a99f..e851d3c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-de7334a0c2f121812e59e5ccddea96ec  PPIx-Regexp-0.028.tar.gz
+0fb81d582f04163b18865d3e6210b36f  PPIx-Regexp-0.029.tar.gz



More information about the perl-devel mailing list