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.
This commit is contained in:
parent
068bee2dc7
commit
771a8fb909
@ -0,0 +1 @@
|
||||
ExtUtils-CBuilder-0.03.tar.gz
|
||||
70
perl-ExtUtils-CBuilder.spec
Normal file
70
perl-ExtUtils-CBuilder.spec
Normal file
@ -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 <jpo at di.uminho.pt> - 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ä <ville.skytta at iki.fi> - 0:0.02-0.fdr.2
|
||||
- Require perl(:MODULE_COMPAT_*).
|
||||
|
||||
* Sat Feb 21 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.02-0.fdr.1
|
||||
- Update to 0.02.
|
||||
|
||||
* Mon Jan 26 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.01-0.fdr.1
|
||||
- First build.
|
||||
Loading…
Reference in New Issue
Block a user