rpms/perl-CPAN-Mini/F-9 perl-CPAN-Mini.spec, NONE, 1.1 sources, 1.1, 1.2

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Fri May 30 19:50:58 UTC 2008


Author: cweyl

Update of /cvs/extras/rpms/perl-CPAN-Mini/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20544

Modified Files:
	sources 
Added Files:
	perl-CPAN-Mini.spec 
Log Message:
pseudo-branch of perl-CPAN-Mini to F-9


--- NEW FILE perl-CPAN-Mini.spec ---
Name:           perl-CPAN-Mini
Version:        0.571
Release:        2%{?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
* Fri May 30 2008 Chris Weyl <cweyl at alumni.drew.edu> 0.571-2
- bump

* Thu May 29 2008 Chris Weyl <cweyl at alumni.drew.edu> 0.571-1
- update to 0.571

* Wed Apr 23 2008 Chris Weyl <cweyl at alumni.drew.edu> 0.568-2
- additional br 

* Wed Apr 23 2008 Chris Weyl <cweyl at alumni.drew.edu> 0.568-1
- Specfile autogenerated by cpanspec 1.74.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-CPAN-Mini/F-9/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:49:58 -0000	1.2
@@ -0,0 +1 @@
+0fcaa2f7ee4872c51ae62620ec04f221  CPAN-Mini-0.571.tar.gz




More information about the fedora-extras-commits mailing list