commit 8c5f0ea94e88707d920350fe1a3549ae2289083f Author: Petr Písař <ppi...@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 5722433..57680c8 100644 --- a/perl-IO-TieCombine.spec +++ b/perl-IO-TieCombine.spec @@ -1,19 +1,24 @@ Name: perl-IO-TieCombine -Version: 1.002 -Release: 3%{?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 <ppi...@redhat.com> - 1.003-1 +- 1.003 bump + * Fri Jul 20 2012 Fedora Release Engineering <rel-...@lists.fedoraproject.org> - 1.002-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_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 -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-de...@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel