|
|
05dfc6 |
Name: perl-ExtUtils-CBuilder
|
|
|
05dfc6 |
# Compete with perl.spec
|
|
|
05dfc6 |
Epoch: 1
|
|
|
05dfc6 |
# Mimic perl.spec
|
|
|
05dfc6 |
Version: 0.280236
|
|
|
05dfc6 |
Release: 1%{?dist}
|
|
|
05dfc6 |
Summary: Compile and link C code for Perl modules
|
|
|
05dfc6 |
License: GPL+ or Artistic
|
|
|
05dfc6 |
URL: https://metacpan.org/release/ExtUtils-CBuilder
|
|
|
05dfc6 |
Source0: https://cpan.metacpan.org/authors/id/A/AM/AMBS/ExtUtils-CBuilder-%{version}.tar.gz
|
|
|
05dfc6 |
# Link XS modules to libperl.so with EU::CBuilder on Linux, bug #960048
|
|
|
05dfc6 |
Patch0: ExtUtils-CBuilder-0.280230-Link-XS-modules-to-libperl.so-with-EU-CBuilder-on-Li.patch
|
|
|
05dfc6 |
BuildArch: noarch
|
|
|
05dfc6 |
BuildRequires: make
|
|
|
05dfc6 |
BuildRequires: perl-generators
|
|
|
05dfc6 |
BuildRequires: perl-interpreter
|
|
|
05dfc6 |
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
|
|
05dfc6 |
BuildRequires: perl(strict)
|
|
|
05dfc6 |
BuildRequires: perl(warnings)
|
|
|
05dfc6 |
# Run-time:
|
|
|
05dfc6 |
BuildRequires: perl-devel
|
|
|
05dfc6 |
BuildRequires: perl(Config)
|
|
|
05dfc6 |
BuildRequires: perl(Cwd)
|
|
|
05dfc6 |
BuildRequires: perl(DynaLoader)
|
|
|
05dfc6 |
# ExtUtils::Mksymlists 6.30 not used at test time
|
|
|
05dfc6 |
BuildRequires: perl(File::Basename)
|
|
|
05dfc6 |
BuildRequires: perl(File::Path)
|
|
|
05dfc6 |
BuildRequires: perl(File::Spec) >= 3.13
|
|
|
05dfc6 |
# File::Spec::Functions not used at test time
|
|
|
05dfc6 |
BuildRequires: perl(File::Temp)
|
|
|
05dfc6 |
# IO::File not used at test time
|
|
|
05dfc6 |
BuildRequires: perl(IPC::Cmd)
|
|
|
05dfc6 |
BuildRequires: perl(Perl::OSType) >= 1
|
|
|
05dfc6 |
BuildRequires: perl(Text::ParseWords)
|
|
|
05dfc6 |
# Optional run-time:
|
|
|
05dfc6 |
# C and C++ compilers are highly recommended because compiling code is the
|
|
|
05dfc6 |
# purpose of ExtUtils::CBuilder, bug #1547165
|
|
|
05dfc6 |
BuildRequires: gcc
|
|
|
05dfc6 |
BuildRequires: gcc-c++
|
|
|
05dfc6 |
# Tests:
|
|
|
05dfc6 |
BuildRequires: perl(Test::More) >= 0.47
|
|
|
05dfc6 |
# vmsish not used
|
|
|
05dfc6 |
# C and C++ compilers are highly recommended because compiling code is the
|
|
|
05dfc6 |
# purpose of ExtUtils::CBuilder, bug #1547165
|
|
|
05dfc6 |
Requires: gcc
|
|
|
05dfc6 |
Requires: gcc-c++
|
|
|
05dfc6 |
Requires: perl-devel
|
|
|
05dfc6 |
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
|
|
05dfc6 |
Requires: perl(DynaLoader)
|
|
|
05dfc6 |
Requires: perl(ExtUtils::Mksymlists) >= 6.30
|
|
|
05dfc6 |
Requires: perl(File::Spec) >= 3.13
|
|
|
05dfc6 |
Requires: perl(Perl::OSType) >= 1
|
|
|
05dfc6 |
|
|
|
05dfc6 |
%{?perl_default_filter}
|
|
|
05dfc6 |
# Remove under-specified dependencies
|
|
|
05dfc6 |
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\((File::Spec|Perl::OSType)\\)$
|
|
|
05dfc6 |
|
|
|
05dfc6 |
%description
|
|
|
05dfc6 |
This module can build the C portions of Perl modules by invoking the
|
|
|
05dfc6 |
appropriate compilers and linkers in a cross-platform manner. It was motivated
|
|
|
05dfc6 |
by the Module::Build project, but may be useful for other purposes as well.
|
|
|
05dfc6 |
|
|
|
05dfc6 |
%prep
|
|
|
05dfc6 |
%setup -q -n ExtUtils-CBuilder-%{version}
|
|
|
05dfc6 |
%patch0 -p1
|
|
|
05dfc6 |
|
|
|
05dfc6 |
%build
|
|
|
05dfc6 |
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
|
|
|
05dfc6 |
%{make_build}
|
|
|
05dfc6 |
|
|
|
05dfc6 |
%install
|
|
|
05dfc6 |
%{make_install}
|
|
|
05dfc6 |
%{_fixperms} $RPM_BUILD_ROOT/*
|
|
|
05dfc6 |
|
|
|
05dfc6 |
%check
|
|
|
05dfc6 |
make test
|
|
|
05dfc6 |
|
|
|
05dfc6 |
%files
|
|
|
05dfc6 |
%license LICENSE
|
|
|
05dfc6 |
%doc Changes CONTRIBUTING README README.mkdn
|
|
|
05dfc6 |
%{perl_vendorlib}/*
|
|
|
05dfc6 |
%{_mandir}/man3/*
|
|
|
05dfc6 |
|
|
|
05dfc6 |
%changelog
|
|
|
05dfc6 |
* Mon Feb 15 2021 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.280236-1
|
|
|
05dfc6 |
- 0.280236 bump
|
|
|
05dfc6 |
|
|
|
05dfc6 |
* Mon Nov 02 2020 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.280235-1
|
|
|
05dfc6 |
- 0.280235 bump
|
|
|
05dfc6 |
|
|
|
05dfc6 |
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.280234-457
|
|
|
05dfc6 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
05dfc6 |
|
|
|
05dfc6 |
* Mon Jun 22 2020 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.280234-456
|
|
|
05dfc6 |
- Increase release to favour standalone package
|
|
|
05dfc6 |
|
|
|
05dfc6 |
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.280234-2
|
|
|
05dfc6 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
05dfc6 |
|
|
|
05dfc6 |
* Tue Jan 21 2020 Petr Pisar <ppisar@redhat.com> - 1:0.280234-1
|
|
|
05dfc6 |
- 0.280234 bump
|
|
|
05dfc6 |
|
|
|
05dfc6 |
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.280231-439
|
|
|
05dfc6 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
05dfc6 |
|
|
|
05dfc6 |
* Thu May 30 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.280231-438
|
|
|
05dfc6 |
- Increase release to favour standalone package
|
|
|
05dfc6 |
|
|
|
05dfc6 |
* Wed Apr 03 2019 Petr Pisar <ppisar@redhat.com> - 1:0.280231-1
|
|
|
05dfc6 |
- 0.280231 bump
|
|
|
05dfc6 |
|
|
|
05dfc6 |
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.280230-418
|
|
|
05dfc6 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
05dfc6 |
|
|
|
05dfc6 |
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.280230-417
|
|
|
05dfc6 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
05dfc6 |
|
|
|
05dfc6 |
* Wed Jun 27 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.280230-416
|
|
|
05dfc6 |
- Increase release to favour standalone package
|
|
|
05dfc6 |
|
|
|
05dfc6 |
* Fri Feb 23 2018 Petr Pisar <ppisar@redhat.com> - 1:0.280230-3
|
|
|
05dfc6 |
- Add a dependency on gcc and gcc-c++ (bug #1547165)
|
|
|
05dfc6 |
|
|
|
05dfc6 |
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.280230-2
|
|
|
05dfc6 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
05dfc6 |
|
|
|
05dfc6 |
* Thu Nov 23 2017 Petr Pisar <ppisar@redhat.com> - 1:0.280230-1
|
|
|
05dfc6 |
- 0.280230 bump
|
|
|
05dfc6 |
|
|
|
05dfc6 |
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.280226-2
|
|
|
05dfc6 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
05dfc6 |
|
|
|
05dfc6 |
* Mon Jul 17 2017 Petr Pisar <ppisar@redhat.com> - 1:0.280226-1
|
|
|
05dfc6 |
- 0.280226 bump
|
|
|
05dfc6 |
|
|
|
05dfc6 |
* Sat Jun 03 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.280225-393
|
|
|
05dfc6 |
- Perl 5.26 rebuild
|
|
|
05dfc6 |
|
|
|
05dfc6 |
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.280225-366
|
|
|
05dfc6 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
05dfc6 |
|
|
|
05dfc6 |
* Sat May 14 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.280225-365
|
|
|
05dfc6 |
- Increase release to favour standalone package
|
|
|
05dfc6 |
|
|
|
05dfc6 |
* Wed May 11 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.280225-1
|
|
|
05dfc6 |
- 0.280225 bump in order to dual-live with perl 5.24
|
|
|
05dfc6 |
|
|
|
05dfc6 |
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.280224-2
|
|
|
05dfc6 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
05dfc6 |
|
|
|
05dfc6 |
* Mon Oct 12 2015 Petr Pisar <ppisar@redhat.com> - 1:0.280224-1
|
|
|
05dfc6 |
- 0.280224 bump
|
|
|
05dfc6 |
|
|
|
05dfc6 |
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.280223-3
|
|
|
05dfc6 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
05dfc6 |
|
|
|
05dfc6 |
* Thu Jun 04 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.280223-2
|
|
|
05dfc6 |
- Perl 5.22 rebuild
|
|
|
05dfc6 |
|
|
|
05dfc6 |
* Thu Jun 04 2015 Petr Pisar <ppisar@redhat.com> - 1:0.280223-1
|
|
|
05dfc6 |
- 0.280223 bump
|
|
|
05dfc6 |
|
|
|
05dfc6 |
* Wed Jun 03 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.280221-2
|
|
|
05dfc6 |
- Perl 5.22 rebuild
|
|
|
05dfc6 |
|
|
|
05dfc6 |
* Wed May 06 2015 Petr Pisar <ppisar@redhat.com> - 1:0.280221-1
|
|
|
05dfc6 |
- 0.280221 bump in order to dual-live with perl 5.22
|
|
|
05dfc6 |
|
|
|
05dfc6 |
* Mon Nov 03 2014 Petr Pisar <ppisar@redhat.com> - 1:0.280220-1
|
|
|
05dfc6 |
- 0.280220 bump
|
|
|
05dfc6 |
|
|
|
05dfc6 |
* Thu Sep 18 2014 Petr Pisar <ppisar@redhat.com> - 1:0.280219-1
|
|
|
05dfc6 |
- Specfile autogenerated by cpanspec 1.78.
|