Name: perl-ExtUtils-CBuilder Version: 0.18 Release: 1 Summary: Compile and link C code for Perl modules Group: Development/Libraries License: GPL or Artistic URL: http://search.cpan.org/dist/ExtUtils-CBuilder/ Source0: http://www.cpan.org/authors/id/K/KW/KWILLIAMS/ExtUtils-CBuilder-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl >= 1:5.6.1 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module can build the C portions of Perl modules by invoking the appropriate compilers and linkers in a cross-platform manner. It was motivated by the Module::Build project, but may be useful for other purposes as well. %prep %setup -q -n ExtUtils-CBuilder-%{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 -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes %{perl_vendorlib}/ExtUtils/ %{_mandir}/man3/*.3* %changelog * Thu Mar 30 2006 Jose Pedro Oliveira - 0.18-1 - Update to 0.18. * Sat Mar 18 2006 Jose Pedro Oliveira - 0.17-1 - Update to 0.17. * Tue Mar 14 2006 Jose Pedro Oliveira - 0.16-1 - Update to 0.16. * Wed Feb 15 2006 Jose Pedro Oliveira - 0.15-2 - Rebuild for FC5 (perl 5.8.8). * Thu Oct 6 2005 Jose Pedro Oliveira - 0.15-1 - Update 0.15. * Thu Sep 22 2005 Jose Pedro Oliveira - 0.14-1 - Update 0.14. * Thu Aug 25 2005 Jose Pedro Oliveira - 0.13-1 - Update 0.13. * Fri Jun 3 2005 Jose Pedro Oliveira - 0.12-1 - Update 0.12. - Dist tag. * Fri Apr 7 2005 Michael Schwendt - 0.10-2 - rebuilt * Wed Mar 16 2005 Jose Pedro Oliveira - 0.10-1 - Update to 0.10. * Tue Feb 15 2005 Jose Pedro Oliveira - 0:0.09-1 - Update to 0.09. - Patch no longer needed. * Sat Jan 15 2005 Jose Pedro Oliveira - 0:0.07-1 - Update to 0.07. * Tue Dec 28 2004 Jose Pedro Oliveira - 0:0.06-0.fdr.1 - Update to 0.06. * Mon Nov 29 2004 Ville Skyttä - 0:0.05-1 - Revert to building with ExtUtils::MakeMaker to eliminate a build dependency loop with Module::Build. * Fri Oct 15 2004 Jose Pedro Oliveira - 0:0.05-0.fdr.1 - Update to 0.05. - Building procedure: Makefile.PL -> Build.PL. * Mon Oct 11 2004 Ville Skyttä - 0:0.04-0.fdr.1 - Update to 0.04. * Sat May 15 2004 Jose Pedro Oliveira - 0:0.03-0.fdr.1 - Uptade to 0.03. - Avoid creation of the perllocal.pod file (make pure_install). * Sun Apr 25 2004 Ville Skyttä - 0:0.02-0.fdr.2 - Require perl(:MODULE_COMPAT_*). * Sat Feb 21 2004 Ville Skyttä - 0:0.02-0.fdr.1 - Update to 0.02. * Mon Jan 26 2004 Ville Skyttä - 0:0.01-0.fdr.1 - First build.