From 771a8fb909ab89d1a6b17cc3e5ecd9bebb0ae794 Mon Sep 17 00:00:00 2001 From: cvsextras Date: Mon, 8 Nov 2004 04:59:29 +0000 Subject: [PATCH] auto-import changelog data from perl-ExtUtils-CBuilder-0.03-0.fdr.1.rh90.src.rpm 0.03-0.fdr.1 - Uptade to 0.03. - Avoid creation of the perllocal.pod file (make pure_install). 0.02-0.fdr.2 - Require perl(:MODULE_COMPAT_*). 0.02-0.fdr.1 - Update to 0.02. 0.01-0.fdr.1 - First build. --- .cvsignore | 1 + perl-ExtUtils-CBuilder.spec | 70 +++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 72 insertions(+) create mode 100644 perl-ExtUtils-CBuilder.spec diff --git a/.cvsignore b/.cvsignore index e69de29..a38b846 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +ExtUtils-CBuilder-0.03.tar.gz diff --git a/perl-ExtUtils-CBuilder.spec b/perl-ExtUtils-CBuilder.spec new file mode 100644 index 0000000..209d85c --- /dev/null +++ b/perl-ExtUtils-CBuilder.spec @@ -0,0 +1,70 @@ +%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)} + +Name: perl-ExtUtils-CBuilder +Version: 0.03 +Release: 0.fdr.1.rh90 +Epoch: 0 +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-0.03.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 +* 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. diff --git a/sources b/sources index e69de29..380e733 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +1af765d42e90e421ac7f0afaaeedf53e ExtUtils-CBuilder-0.03.tar.gz