From 22f80be094e21887f1952e9cad94fc48b58c7c0e Mon Sep 17 00:00:00 2001 From: Chris Weyl Date: Fri, 11 Sep 2009 15:56:46 +0000 Subject: [PATCH] - update filtering - auto-update to 0.223 (by cpan-spec-update 0.01) - altered br on perl(Test::More) (0 => 0.4) --- .cvsignore | 2 +- perl-parent.spec | 34 +++++++++++++++++----------------- sources | 2 +- 3 files changed, 19 insertions(+), 19 deletions(-) diff --git a/.cvsignore b/.cvsignore index 6b16078..f1d8b62 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -parent-0.221.tar.gz +parent-0.223.tar.gz diff --git a/perl-parent.spec b/perl-parent.spec index e71ccf5..80d729b 100644 --- a/perl-parent.spec +++ b/perl-parent.spec @@ -1,29 +1,31 @@ Name: perl-parent -Version: 0.221 -Release: 4%{?dist} +Version: 0.223 +Release: 1%{?dist} Summary: Establish an ISA relationship with base classes at compile time License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/parent/ -Source0: http://www.cpan.org/authors/id/C/CO/CORION/parent-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/C/CO/CORION/parent-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildRequires: perl(ExtUtils::MakeMaker) -BuildRequires: perl(Test::More) +BuildRequires: perl(Test::More) >= 0.4 + +%{?perl_default_filter} %description Allows you to both load one or more modules, while setting up inheritance from those modules at the same time. Mostly similar in effect to: package Baz; - + BEGIN { - require Foo; - require Bar; - - push @ISA, qw(Foo Bar); + require Foo; + require Bar; + + push @ISA, qw(Foo Bar); } %prep @@ -31,14 +33,7 @@ from those modules at the same time. Mostly similar in effect to: find . -type f -exec chmod -c -x {} + -cat << \EOF > %{name}-prov -#!/bin/sh -%{__perl_provides} $* |\ -sed -e '/perl([DFR].*)/d' -EOF - -%define __perl_provides %{_builddir}/parent-%{version}/%{name}-prov -chmod +x %{__perl_provides} +# sed -e '/perl([DFR].*)/d' %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -67,6 +62,11 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Fri Sep 11 2009 Chris Weyl 0.223-1 +- update filtering +- auto-update to 0.223 (by cpan-spec-update 0.01) +- altered br on perl(Test::More) (0 => 0.4) + * Sun Jul 26 2009 Fedora Release Engineering - 0.221-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild diff --git a/sources b/sources index 28a090c..351ede1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4bacb68147a063ec475fd1a63c949d74 parent-0.221.tar.gz +e89c37813e8497f1d8bbf223ab18a02d parent-0.223.tar.gz