- update filtering
- auto-update to 0.223 (by cpan-spec-update 0.01) - altered br on perl(Test::More) (0 => 0.4)
This commit is contained in:
parent
2aff701c75
commit
22f80be094
@ -1 +1 @@
|
||||
parent-0.221.tar.gz
|
||||
parent-0.223.tar.gz
|
||||
|
||||
@ -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 <cweyl@alumni.drew.edu> 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 <rel-eng@lists.fedoraproject.org> - 0.221-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user