[perl-PathTools] 3.40 bump

Petr Pisar ppisar at fedoraproject.org
Mon Feb 4 10:43:58 UTC 2013


commit d87423be3d13985eecc93b8af5d01344952cdf45
Author: Petr Písař <ppisar at redhat.com>
Date:   Mon Feb 4 11:43:47 2013 +0100

    3.40 bump

 .gitignore          |    1 +
 perl-PathTools.spec |   11 +++++++----
 sources             |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index df0ed48..5700013 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /PathTools-3.33.tar.gz
 /PathTools-3.39_01.tar.gz
+/PathTools-3.40.tar.gz
diff --git a/perl-PathTools.spec b/perl-PathTools.spec
index 9f6c3f6..dff9b0e 100644
--- a/perl-PathTools.spec
+++ b/perl-PathTools.spec
@@ -1,4 +1,4 @@
-%global cpan_version 3.39_01
+%global cpan_version 3.40
 Name:           perl-PathTools
 Version:        %(echo '%{cpan_version}' | tr _ .)
 Release:        1%{?dist}
@@ -23,13 +23,13 @@ BuildRequires:  perl(lib)
 BuildRequires:  perl(Test::More)
 Requires:       perl(Carp)
 Requires:       perl(Scalar::Util)
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %{?perl_default_filter}
 %global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(VMS::Filespec\\)
 
 %description
-%{summary}.
+This is the combined distribution for the File::Spec and Cwd modules.
 
 %prep
 %setup -q -n PathTools-%{cpan_version}
@@ -38,7 +38,7 @@ rm -r t/lib
 sed -i -e '/^t\/lib\//d' MANIFEST
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
 make %{?_smp_mflags}
 
 %install
@@ -58,6 +58,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Feb 04 2013 Petr Pisar <ppisar at redhat.com> - 3.40-1
+- 3.40 bump
+
 * Tue Sep 18 2012 Petr Pisar <ppisar at redhat.com> - 3.39.01-1
 - 3.39_01 bump
 
diff --git a/sources b/sources
index 231c704..357528f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0d171da166364180d32062c8e0b6f91c  PathTools-3.39_01.tar.gz
+7da19c34dc2d1017cbb675a6ff4fe283  PathTools-3.40.tar.gz


More information about the scm-commits mailing list