[perl-IO-TieCombine] 1.001 bump

Petr Pisar ppisar at fedoraproject.org
Fri Jan 27 11:50:06 UTC 2012


commit 7f63d5817ba681728a9d032aa101610bb5fdf8c1
Author: Petr Písař <ppisar at redhat.com>
Date:   Fri Jan 27 12:49:58 2012 +0100

    1.001 bump

 .gitignore              |    1 +
 perl-IO-TieCombine.spec |   35 ++++++++++++++---------------------
 sources                 |    2 +-
 3 files changed, 16 insertions(+), 22 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index dec0ce2..7e5847c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 IO-TieCombine-1.000.tar.gz
+/IO-TieCombine-1.001.tar.gz
diff --git a/perl-IO-TieCombine.spec b/perl-IO-TieCombine.spec
index ec97c54..b8ae5a6 100644
--- a/perl-IO-TieCombine.spec
+++ b/perl-IO-TieCombine.spec
@@ -1,21 +1,20 @@
 Name:       perl-IO-TieCombine 
-Version:    1.000 
-Release:    10%{?dist}
-# see lib/IO/TieCombine.pm
+Version:    1.001 
+Release:    1%{?dist}
 License:    GPL+ or Artistic
 Group:      Development/Libraries
 Summary:    Produce tied (and other) separate but combined variables 
-Source:     http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/IO-TieCombine-%{version}.tar.gz 
 Url:        http://search.cpan.org/dist/IO-TieCombine
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
-Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Source:     http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/IO-TieCombine-%{version}.tar.gz 
 BuildArch:  noarch
+BuildRequires:  perl(ExtUtils::MakeMaker) 
+# Run-time
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(Symbol)
+# Tests
+BuildRequires:  perl(Test::More)
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
-BuildRequires: perl(ExtUtils::MakeMaker) 
-BuildRequires: perl(Test::More)
-
-# a weak description, I know, but upstream didn't have one and it's an
-# App::Cmd prereq.
 %description
 This package allows you to tie separate variables into a combined whole, using
 ties and other magic.  This can be very useful when, say, you want a unified
@@ -25,34 +24,28 @@ output from various different things that return data in different ways
 %prep
 %setup -q -n IO-TieCombine-%{version}
 
-perl -pi -e 's|^#!perl|#!%{__perl}|' t/*.t
-
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
-rm -rf %{buildroot}
-
 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
 make test
 
-%clean
-rm -rf %{buildroot} 
-
 %files
-%defattr(-,root,root,-)
-%doc Changes LICENSE README t/
+%doc Changes LICENSE README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*.3*
 
 %changelog
+* Fri Jan 27 2012 Petr Pisar <ppisar at redhat.com> - 1.001-1
+- 1.001 bump
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.000-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 75df45c..1580f15 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a2e0d8019cf8ca3ea33d970d93f9853e  IO-TieCombine-1.000.tar.gz
+3bbd4e44073fe92aa66a44d62bb0a867  IO-TieCombine-1.001.tar.gz



More information about the perl-devel mailing list