Author: cweyl Update of /cvs/extras/rpms/perl-CPAN-Mini/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20136/devel Modified Files: .cvsignore sources Added Files: perl-CPAN-Mini.spec Log Message: initial commit --- NEW FILE perl-CPAN-Mini.spec --- Name: perl-CPAN-Mini Version: 0.571 Release: 1%{?dist} Summary: Create a minimal mirror of CPAN License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/CPAN-Mini/ Source0: http://www.cpan.org/authors/id/R/RJ/RJBS/CPAN-Mini-%{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(Compress::Zlib) >= 1.20 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(File::HomeDir) >= 0.57 BuildRequires: perl(LWP) >= 5 BuildRequires: perl(URI) >= 1 BuildRequires: perl(Test::More) %description CPAN::Mini provides a simple mechanism to build and update a minimal mirror of the CPAN on your local disk containing only those files needed to install the newest version of every distribution. %prep %setup -q -n CPAN-Mini-%{version} perl -pi -e 's|^#!perl|#!/usr/bin/perl|' 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/ %{_bindir}/* %{perl_vendorlib}/* %{_mandir}/man[13]/* %changelog * Thu May 29 2008 Chris Weyl <cweyl@xxxxxxxxxxxxxxx> 0.571-1 - update to 0.571 * Wed Apr 23 2008 Chris Weyl <cweyl@xxxxxxxxxxxxxxx> 0.568-2 - additional br * Wed Apr 23 2008 Chris Weyl <cweyl@xxxxxxxxxxxxxxx> 0.568-1 - Specfile autogenerated by cpanspec 1.74. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-CPAN-Mini/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 30 May 2008 19:30:33 -0000 1.1 +++ .cvsignore 30 May 2008 19:47:10 -0000 1.2 @@ -0,0 +1 @@ +CPAN-Mini-0.571.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-CPAN-Mini/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 30 May 2008 19:30:33 -0000 1.1 +++ sources 30 May 2008 19:47:10 -0000 1.2 @@ -0,0 +1 @@ +0fcaa2f7ee4872c51ae62620ec04f221 CPAN-Mini-0.571.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