[perl-DateTime-Format-Flexible/f17] 0.24 bump

Petr Pisar ppisar at fedoraproject.org
Thu Nov 29 10:13:55 UTC 2012


commit 7528b82eeb5cbfc7afdbf2d2d9a554a3d1e44094
Author: Petr Písař <ppisar at redhat.com>
Date:   Thu Nov 29 11:11:33 2012 +0100

    0.24 bump

 .gitignore                         |    1 +
 perl-DateTime-Format-Flexible.spec |   10 ++++++----
 sources                            |    2 +-
 3 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3027d4e..8654702 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ DateTime-Format-Flexible-0.15.tar.gz
 /DateTime-Format-Flexible-0.21.tar.gz
 /DateTime-Format-Flexible-0.22.tar.gz
 /DateTime-Format-Flexible-0.23.tar.gz
+/DateTime-Format-Flexible-0.24.tar.gz
diff --git a/perl-DateTime-Format-Flexible.spec b/perl-DateTime-Format-Flexible.spec
index 6a3380c..16243e8 100644
--- a/perl-DateTime-Format-Flexible.spec
+++ b/perl-DateTime-Format-Flexible.spec
@@ -1,5 +1,5 @@
 Name:       perl-DateTime-Format-Flexible
-Version:    0.23
+Version:    0.24
 Release:    1%{?dist}
 License:    GPL+ or Artistic
 Group:      Development/Libraries
@@ -25,7 +25,7 @@ BuildRequires:  perl(Test::More)
 # Optional tests
 BuildRequires:  perl(Test::Pod) >= 1.14
 BuildRequires:  perl(Test::Pod::Coverage) >= 1.04
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %description
 If you have ever had to use a program that made you type in the date a certain
@@ -39,13 +39,12 @@ it into a DateTime object.
 %setup -q -n DateTime-Format-Flexible-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
-find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
 %{_fixperms} %{buildroot}/*
 
 %check
@@ -57,6 +56,9 @@ TEST_POD=1 make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Nov 29 2012 Petr Pisar <ppisar at redhat.com> - 0.24-1
+- 0.24 bump
+
 * Tue Jun 19 2012 Petr Pisar <ppisar at redhat.com> - 0.23-1
 - 0.23 bump
 
diff --git a/sources b/sources
index a11d357..fb33382 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c35f384b7f6382ed8f3872150b84c4b0  DateTime-Format-Flexible-0.23.tar.gz
+70dad7f327a301bf58d0847b1943787c  DateTime-Format-Flexible-0.24.tar.gz


More information about the scm-commits mailing list