Chris Weyl aa843bc
Name:           perl-CPAN-Mini
Chris Weyl aa843bc
Summary:        Create a minimal mirror of CPAN
2e312d8
Version:        1.111007
2e312d8
Release:        1%{?dist}
Chris Weyl aa843bc
License:        GPL+ or Artistic
Chris Weyl aa843bc
Group:          Development/Libraries
Chris Weyl c5c9f61
Source0:        http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/CPAN-Mini-%{version}.tar.gz 
Chris Weyl aa843bc
URL:            http://search.cpan.org/dist/CPAN-Mini/
Chris Weyl aa843bc
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
Chris Weyl c5c9f61
BuildArch:      noarch
Chris Weyl aa843bc
Chris Weyl c5c9f61
BuildRequires:  perl(Carp)
Chris Weyl aa843bc
BuildRequires:  perl(Compress::Zlib) >= 1.20
2e312d8
BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.30
Chris Weyl c5c9f61
BuildRequires:  perl(File::Basename)
Chris Weyl c5c9f61
BuildRequires:  perl(File::Copy)
Chris Weyl c5c9f61
BuildRequires:  perl(File::Find)
Chris Weyl aa843bc
BuildRequires:  perl(File::HomeDir) >= 0.57
Chris Weyl 25fffd3
BuildRequires:  perl(File::Path) >= 2.04
Chris Weyl c5c9f61
BuildRequires:  perl(File::Spec)
Chris Weyl c5c9f61
BuildRequires:  perl(File::Temp)
Chris Weyl c5c9f61
BuildRequires:  perl(Getopt::Long)
Chris Weyl c5c9f61
BuildRequires:  perl(LWP::UserAgent) >= 5
Chris Weyl c5c9f61
BuildRequires:  perl(Pod::Usage) >= 1.00
2e312d8
BuildRequires:  perl(Test::More) >= 0.96
Chris Weyl c5c9f61
BuildRequires:  perl(URI) >= 1
Chris Weyl c5c9f61
Chris Weyl c5c9f61
%{?perl_default_filter}
Chris Weyl c5c9f61
%{?perl_default_subpackage_tests}
Chris Weyl aa843bc
Chris Weyl aa843bc
%description
Chris Weyl aa843bc
CPAN::Mini provides a simple mechanism to build and update a minimal 
Chris Weyl aa843bc
mirror of the CPAN on your local disk containing only those files 
Chris Weyl aa843bc
needed to install the newest version of every distribution. 
Chris Weyl aa843bc
Chris Weyl aa843bc
%prep
Chris Weyl aa843bc
%setup -q -n CPAN-Mini-%{version}
Chris Weyl aa843bc
Chris Weyl aa843bc
perl -pi -e 's|^#!perl|#!/usr/bin/perl|' t/*
Chris Weyl aa843bc
Chris Weyl aa843bc
%build
Chris Weyl aa843bc
%{__perl} Makefile.PL INSTALLDIRS=vendor
Chris Weyl aa843bc
make %{?_smp_mflags}
Chris Weyl aa843bc
Chris Weyl aa843bc
%install
Chris Weyl c5c9f61
make pure_install DESTDIR=%{buildroot}
Chris Weyl aa843bc
Chris Weyl aa843bc
find %{buildroot} -type f -name .packlist -exec rm -f {} + 
Chris Weyl aa843bc
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
Chris Weyl aa843bc
Chris Weyl aa843bc
%{_fixperms} %{buildroot}/*
Chris Weyl aa843bc
Chris Weyl aa843bc
%check
Chris Weyl aa843bc
make test
Chris Weyl aa843bc
Chris Weyl aa843bc
%files
2e312d8
%doc Changes LICENSE README
Chris Weyl aa843bc
%{_bindir}/*
Chris Weyl aa843bc
%{perl_vendorlib}/*
Chris Weyl aa843bc
%{_mandir}/man[13]/*
Chris Weyl aa843bc
Chris Weyl aa843bc
%changelog
2e312d8
* Sun Oct 02 2011 Iain Arnell <iarnell@gmail.com> 1.111007-1
2e312d8
- update to latest upstream version
2e312d8
- clean up spec for modern rpmbuild
2e312d8
- don't package tests as doc
2e312d8
- remove explicit requires
2e312d8
Petr Sabata f31e029
* Tue Jul 19 2011 Petr Sabata <contyk@redhat.com> - 1.100630-5
Petr Sabata f31e029
- Perl mass rebuild
Petr Sabata f31e029
11b5976
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.100630-4
11b5976
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
11b5976
07bf514
* Wed Dec 15 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.100630-3
07bf514
- 661697 rebuild for fixing problems with vendorach/lib
07bf514
17492e0
* Fri Apr 30 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.100630-2
17492e0
- Mass rebuild with perl-5.12.0
17492e0
Chris Weyl c5c9f61
* Tue Mar 23 2010 Chris Weyl <cweyl@alumni.drew.edu> 1.100630-1
Chris Weyl c5c9f61
- update by Fedora::App::MaintainerTools 0.006
Chris Weyl c5c9f61
- PERL_INSTALL_ROOT => DESTDIR
Chris Weyl c5c9f61
- updating to latest GA CPAN version (1.100630)
Chris Weyl c5c9f61
- added a new br on perl(Carp) (version 0)
Chris Weyl c5c9f61
- altered br on perl(ExtUtils::MakeMaker) (0 => 6.11)
Chris Weyl c5c9f61
- added a new br on perl(File::Basename) (version 0)
Chris Weyl c5c9f61
- added a new br on perl(File::Copy) (version 0)
Chris Weyl c5c9f61
- added a new br on perl(File::Find) (version 0)
Chris Weyl c5c9f61
- added a new br on perl(File::Spec) (version 0)
Chris Weyl c5c9f61
- added a new br on perl(File::Temp) (version 0)
Chris Weyl c5c9f61
- added a new br on perl(Getopt::Long) (version 0)
Chris Weyl c5c9f61
- added a new br on perl(LWP::UserAgent) (version 5)
Chris Weyl c5c9f61
- added a new br on perl(Pod::Usage) (version 1.00)
Chris Weyl c5c9f61
- dropped old BR on perl(LWP)
Chris Weyl c5c9f61
- added a new req on perl(Carp) (version 0)
Chris Weyl c5c9f61
- added a new req on perl(Compress::Zlib) (version 1.20)
Chris Weyl c5c9f61
- added a new req on perl(File::Basename) (version 0)
Chris Weyl c5c9f61
- added a new req on perl(File::Copy) (version 0)
Chris Weyl c5c9f61
- added a new req on perl(File::Find) (version 0)
Chris Weyl c5c9f61
- added a new req on perl(File::HomeDir) (version 0.57)
Chris Weyl c5c9f61
- added a new req on perl(File::Path) (version 2.04)
Chris Weyl c5c9f61
- added a new req on perl(File::Spec) (version 0)
Chris Weyl c5c9f61
- added a new req on perl(File::Temp) (version 0)
Chris Weyl c5c9f61
- added a new req on perl(Getopt::Long) (version 0)
Chris Weyl c5c9f61
- added a new req on perl(LWP::UserAgent) (version 5)
Chris Weyl c5c9f61
- added a new req on perl(Pod::Usage) (version 1.00)
Chris Weyl c5c9f61
- added a new req on perl(URI) (version 1)
Chris Weyl c5c9f61
af1d4c7
* Fri Dec  4 2009 Stepan Kasal <skasal@redhat.com> - 0.576-4
af1d4c7
- rebuild against perl 5.10.1
af1d4c7
c207fcc
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.576-3
c207fcc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
c207fcc
a70e928
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.576-2
a70e928
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
a70e928
Chris Weyl 25fffd3
* Sun Jan 25 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.576-1
Chris Weyl 25fffd3
- update to 0.576
Chris Weyl 25fffd3
Chris Weyl d372fcd
* Fri May 30 2008 Chris Weyl <cweyl@alumni.drew.edu> 0.571-2
Chris Weyl d372fcd
- bump
Chris Weyl d372fcd
Chris Weyl aa843bc
* Thu May 29 2008 Chris Weyl <cweyl@alumni.drew.edu> 0.571-1
Chris Weyl aa843bc
- update to 0.571
Chris Weyl aa843bc
Chris Weyl aa843bc
* Wed Apr 23 2008 Chris Weyl <cweyl@alumni.drew.edu> 0.568-2
Chris Weyl aa843bc
- additional br 
Chris Weyl aa843bc
Chris Weyl aa843bc
* Wed Apr 23 2008 Chris Weyl <cweyl@alumni.drew.edu> 0.568-1
Chris Weyl aa843bc
- Specfile autogenerated by cpanspec 1.74.