Author: cweyl Update of /cvs/extras/rpms/perl-parent/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16308/devel Modified Files: .cvsignore sources Added Files: import.log perl-parent.spec Log Message: initial commit --- NEW FILE import.log --- perl-parent-0_221-1_fc9:HEAD:perl-parent-0.221-1.fc9.src.rpm:1213892892 --- NEW FILE perl-parent.spec --- Name: perl-parent Version: 0.221 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 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) %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); } %prep %setup -q -n parent-%{version} 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} %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 t/ %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Wed May 28 2008 Chris Weyl <cweyl@xxxxxxxxxxxxxxx> 0.221-1 - Specfile autogenerated by cpanspec 1.75. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-parent/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 19 Jun 2008 00:36:39 -0000 1.1 +++ .cvsignore 19 Jun 2008 16:28:21 -0000 1.2 @@ -0,0 +1 @@ +parent-0.221.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-parent/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 19 Jun 2008 00:36:39 -0000 1.1 +++ sources 19 Jun 2008 16:28:21 -0000 1.2 @@ -0,0 +1 @@ +4bacb68147a063ec475fd1a63c949d74 parent-0.221.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl Fedora-perl-devel-list mailing list Fedora-perl-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list