Search
j0ke.net Open Build Service
>
Projects
>
server:search
>
perl-ExtUtils-CBuilder
> perl-ExtUtils-CBuilder.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File perl-ExtUtils-CBuilder.spec of Package perl-ExtUtils-CBuilder
# # spec file for package perl-ExtUtils-CBuilder # # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # Name: perl-ExtUtils-CBuilder %define modname ExtUtils-CBuilder Summary: Compile and Link C Code for Perl Modules Version: 0.23 Release: 1 Requires: perl = %{perl_version} BuildRequires: perl License: GPL/Artistic Url: http://search.cpan.org/perldoc?ExtUtils::CBuilder Group: Development/Libraries/Perl Source: %{modname}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build %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. Authors: -------- Ken Williams <kwilliams@cpan.org> %prep %setup -q -n %{modname}-%{version} %build perl Makefile.PL make %{?jobs:-j%jobs} %check make test %install %perl_make_install %perl_process_packlist %clean rm -rf %{buildroot} %files %defattr(-, root, root) %doc Changes %doc %{_mandir}/man?/* %dir %{perl_vendorlib}/ExtUtils %dir %{perl_vendorarch}/auto/ExtUtils %{perl_vendorlib}/ExtUtils/CBuilder %{perl_vendorlib}/ExtUtils/CBuilder.pm %{perl_vendorlib}/ExtUtils/bleadcheck.pl %{perl_vendorarch}/auto/ExtUtils/CBuilder /var/adm/perl-modules/%{name} %changelog