[perl-IO-TieCombine] 1.003 bump

Petr Pisar ppisar at fedoraproject.org
Mon Sep 23 12:39:15 UTC 2013


commit 057ceb0c069a1a612087f5048bab6a51f57fc080
Author: Petr Písař <ppisar at redhat.com>
Date:   Mon Sep 23 14:38:41 2013 +0200

    1.003 bump

 .gitignore              |    1 +
 perl-IO-TieCombine.spec |   19 +++++++++++++------
 sources                 |    2 +-
 3 files changed, 15 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e9bf859..33f5ba3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 IO-TieCombine-1.000.tar.gz
 /IO-TieCombine-1.001.tar.gz
 /IO-TieCombine-1.002.tar.gz
+/IO-TieCombine-1.003.tar.gz
diff --git a/perl-IO-TieCombine.spec b/perl-IO-TieCombine.spec
index 8f50883..4d634b6 100644
--- a/perl-IO-TieCombine.spec
+++ b/perl-IO-TieCombine.spec
@@ -1,19 +1,24 @@
 Name:       perl-IO-TieCombine 
-Version:    1.002 
-Release:    6%{?dist}
+Version:    1.003 
+Release:    1%{?dist}
 License:    GPL+ or Artistic
 Group:      Development/Libraries
 Summary:    Produce tied (and other) separate but combined variables 
 Url:        http://search.cpan.org/dist/IO-TieCombine
 Source:     http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/IO-TieCombine-%{version}.tar.gz 
 BuildArch:  noarch
-BuildRequires:  perl(ExtUtils::MakeMaker) 
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.30
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
 # Run-time
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Symbol)
 # Tests
+BuildRequires:  perl(File::Find)
+BuildRequires:  perl(File::Temp)
 BuildRequires:  perl(Test::More)
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %description
 This package allows you to tie separate variables into a combined whole, using
@@ -25,13 +30,12 @@ output from various different things that return data in different ways
 %setup -q -n IO-TieCombine-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
 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
@@ -43,6 +47,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Mon Sep 23 2013 Petr Pisar <ppisar at redhat.com> - 1.003-1
+- 1.003 bump
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.002-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 442dc83..776a0d5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3f0508284dafe9f674237e99868ba3d2  IO-TieCombine-1.002.tar.gz
+ea4ffa890b1ec4215b5dc65e45f7511f  IO-TieCombine-1.003.tar.gz


More information about the scm-commits mailing list