Name: perl-Module-Install Version: 0.77 Release: 1%{?dist} Summary: Standalone, extensible Perl module installer License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Module-Install/ Source0: http://www.cpan.org/authors/id/A/AD/ADAMK/Module-Install-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl >= 0:5.005 BuildRequires: perl(Archive::Tar) >= 1.38 BuildRequires: perl(ExtUtils::Install) >= 1.50 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(ExtUtils::ParseXS) >= 2.19 BuildRequires: perl(File::Remove) >= 1.40 BuildRequires: perl(Module::Build) >= 0.2808 BuildRequires: perl(Module::CoreList) >= 2.13 BuildRequires: perl(Module::ScanDeps) >= 0.83 BuildRequires: perl(PAR::Dist) >= 0.29 BuildRequires: perl(Test::Harness) >= 2.03 BuildRequires: perl(Test::More) >= 0.42 BuildRequires: perl(YAML::Tiny) >= 1.31 Requires: perl(Archive::Tar) >= 1.38 Requires: perl(ExtUtils::Install) >= 1.50 Requires: perl(ExtUtils::ParseXS) >= 2.19 Requires: perl(File::Remove) >= 1.40 Requires: perl(Module::Build) >= 0.2808 Requires: perl(Module::CoreList) >= 2.13 Requires: perl(Module::ScanDeps) >= 0.83 Requires: perl(PAR::Dist) >= 0.29 Requires: perl(YAML::Tiny) >= 1.31 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Module::Install is a package for writing installers for CPAN (or CPAN-like) distributions that are clean, simple, minimalist, act in a strictly correct manner with ExtUtils::MakeMaker, and will run on any Perl installation version 5.004 or newer. %prep %setup -q -n Module-Install-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes LICENSE README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Tue Aug 19 2008 Dave Cross 0.77-1 - Specfile autogenerated by cpanspec 1.77.