Summary: Build and install Perl modules Name: perl-Module-Build Version: 0.26_11 Release: 2%{?dist} License: Artistic/GPL Group: System Environment/Libraries URL: http://search.cpan.org/dist/Module-Build/ Source0: http://search.cpan.org/CPAN/authors/id/K/KW/KWILLIAMS/Module-Build-0.2611.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch %description `Module::Build' is a system for building, testing, and installing Perl modules. It is meant to be an alternative to `ExtUtils::MakeMaker'. Developers may alter the behavior of the module through subclassing in a much more straightforward way than with `MakeMaker'. It also does not require a `make' on your system - most of the `Module::Build' code is pure-perl and written in a very cross-platform way. %prep %setup -q -n Module-Build-0.2611 %build perl Build.PL ./Build test %install rm -rf %{buildroot} ./Build install installdirs=vendor destdir=%{buildroot} find %{buildroot} \( -name .packlist -or -name perllocal.pod -or \( -name '*.bs' -a -empty \) \) -exec /bin/rm -f {} \; %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc README* Changes SIGNATURE %{_bindir}/config_data %{perl_vendorlib}/Module/Build.pm %{perl_vendorlib}/Module/Build %{perl_man1dir}/config_data.1.gz %{perl_man3dir}/Module::Build*.3pm* %changelog * Fri Feb 17 2006 Axel Thimm - Initial build.