[perl-IO-TieCombine] 1.004 bump

Petr Pisar ppisar at fedoraproject.org
Mon Feb 3 12:08:09 UTC 2014


commit 6b6abddc71615fcee5791852f1df5fa704c28c1e
Author: Petr Písař <ppisar at redhat.com>
Date:   Mon Feb 3 13:08:22 2014 +0100

    1.004 bump

 .gitignore              |    1 +
 perl-IO-TieCombine.spec |   11 ++++++-----
 sources                 |    2 +-
 3 files changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 33f5ba3..25eb6dc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,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
+/IO-TieCombine-1.004.tar.gz
diff --git a/perl-IO-TieCombine.spec b/perl-IO-TieCombine.spec
index 4d634b6..87f458b 100644
--- a/perl-IO-TieCombine.spec
+++ b/perl-IO-TieCombine.spec
@@ -1,5 +1,5 @@
 Name:       perl-IO-TieCombine 
-Version:    1.003 
+Version:    1.004
 Release:    1%{?dist}
 License:    GPL+ or Artistic
 Group:      Development/Libraries
@@ -15,9 +15,7 @@ BuildRequires:  perl(warnings)
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Symbol)
 # Tests
-BuildRequires:  perl(File::Find)
-BuildRequires:  perl(File::Temp)
-BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::More) >= 0.96
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %description
@@ -34,7 +32,7 @@ perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
-make pure_install PERL_INSTALL_ROOT=%{buildroot}
+make pure_install DESTDIR=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 %{_fixperms} %{buildroot}/*
 
@@ -47,6 +45,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Mon Feb 03 2014 Petr Pisar <ppisar at redhat.com> - 1.004-1
+- 1.004 bump
+
 * Mon Sep 23 2013 Petr Pisar <ppisar at redhat.com> - 1.003-1
 - 1.003 bump
 
diff --git a/sources b/sources
index 776a0d5..ac9d422 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ea4ffa890b1ec4215b5dc65e45f7511f  IO-TieCombine-1.003.tar.gz
+c36ad78c5787e064f94d8a3018193432  IO-TieCombine-1.004.tar.gz



More information about the perl-devel mailing list