Compare commits
No commits in common. "stream-perl-5.24-rhel-8.9.0" and "c8-stream-5.3" have entirely different histories.
stream-per
...
c8-stream-
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,2 +1 @@
|
|||||||
SOURCES/Module-Build-0.4224.tar.gz
|
SOURCES/Module-Build-0.4229.tar.gz
|
||||||
/Module-Build-0.4224.tar.gz
|
|
||||||
|
1
.perl-Module-Build.metadata
Normal file
1
.perl-Module-Build.metadata
Normal file
@ -0,0 +1 @@
|
|||||||
|
a31d20eb918870732b3974b0c9f680adbd5b0b20 SOURCES/Module-Build-0.4229.tar.gz
|
@ -1,22 +1,22 @@
|
|||||||
%global cpan_version_major 0.42
|
%global cpan_version_major 0.42
|
||||||
%global cpan_version_minor 24
|
%global cpan_version_minor 29
|
||||||
%global cpan_version %{cpan_version_major}%{?cpan_version_minor}
|
%global cpan_version %{cpan_version_major}%{?cpan_version_minor}
|
||||||
|
|
||||||
# Run optional tests
|
# Run optional tests
|
||||||
%if ! (0%{?rhel})
|
|
||||||
%bcond_without perl_Module_Build_enables_optional_test
|
%bcond_without perl_Module_Build_enables_optional_test
|
||||||
%else
|
|
||||||
%bcond_with perl_Module_Build_enables_optional_test
|
|
||||||
%endif
|
|
||||||
|
|
||||||
Name: perl-Module-Build
|
Name: perl-Module-Build
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Version: %{cpan_version_major}%{?cpan_version_minor:.%cpan_version_minor}
|
Version: %{cpan_version_major}%{?cpan_version_minor:.%cpan_version_minor}
|
||||||
Release: 6%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: Build and install Perl modules
|
Summary: Build and install Perl modules
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
URL: http://search.cpan.org/dist/Module-Build/
|
URL: https://metacpan.org/release/Module-Build
|
||||||
Source0: http://www.cpan.org/authors/id/L/LE/LEONT/Module-Build-%{cpan_version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/L/LE/LEONT/Module-Build-%{cpan_version}.tar.gz
|
||||||
|
# Do not require a compiler if c_source is an empty list, bug #1547165,
|
||||||
|
# CPAN RT#124625,
|
||||||
|
# <https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org/message/UWQ6SDRKNTX6SM6RBJ35CDBGRCV3ZSKP/>
|
||||||
|
Patch0: Module-Build-0.4224-Do-not-need-a-compiler-if-c_source-is-an-empty-list.patch
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: coreutils
|
BuildRequires: coreutils
|
||||||
BuildRequires: perl-interpreter
|
BuildRequires: perl-interpreter
|
||||||
@ -82,7 +82,11 @@ Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
|||||||
Requires: perl(CPAN::Meta) >= 2.142060
|
Requires: perl(CPAN::Meta) >= 2.142060
|
||||||
Requires: perl(CPAN::Meta::Converter) >= 2.141170
|
Requires: perl(CPAN::Meta::Converter) >= 2.141170
|
||||||
Requires: perl(CPAN::Meta::Merge)
|
Requires: perl(CPAN::Meta::Merge)
|
||||||
Requires: perl(ExtUtils::CBuilder) >= 0.27
|
# Do not hard-require ExtUtils::CBuilder to allow installing Module::Build
|
||||||
|
# without gcc, bug #1547165. Module::Build users have to require
|
||||||
|
# ExtUtils::CBuilder explicitly according to "XS Extensions" section in
|
||||||
|
# Module::Build::Authoring POD.
|
||||||
|
Recommends: perl(ExtUtils::CBuilder) >= 0.27
|
||||||
Requires: perl(ExtUtils::Install) >= 0.3
|
Requires: perl(ExtUtils::Install) >= 0.3
|
||||||
Requires: perl(ExtUtils::Manifest) >= 1.54
|
Requires: perl(ExtUtils::Manifest) >= 1.54
|
||||||
Requires: perl(ExtUtils::Mkbootstrap)
|
Requires: perl(ExtUtils::Mkbootstrap)
|
||||||
@ -128,6 +132,7 @@ works fine on perl 5.005 if you can install a few additional modules.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n Module-Build-%{cpan_version}
|
%setup -q -n Module-Build-%{cpan_version}
|
||||||
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Build.PL installdirs=vendor
|
perl Build.PL installdirs=vendor
|
||||||
@ -150,8 +155,35 @@ LANG=C TEST_SIGNATURE=1 MB_TEST_EXPERIMENTAL=1 ./Build test
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Mar 29 2019 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.42.24-6
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2:0.42.29-4
|
||||||
- Rebuild with enable hardening (bug #1636329)
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun Jun 02 2019 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.42.29-3
|
||||||
|
- Perl 5.30 re-rebuild of bootstrapped packages
|
||||||
|
|
||||||
|
* Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.42.29-2
|
||||||
|
- Perl 5.30 rebuild
|
||||||
|
|
||||||
|
* Tue Apr 16 2019 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.42.29-1
|
||||||
|
- 0.4229 bump
|
||||||
|
|
||||||
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2:0.42.24-11
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2:0.42.24-10
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun Jul 01 2018 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.42.24-9
|
||||||
|
- Perl 5.28 re-rebuild of bootstrapped packages
|
||||||
|
|
||||||
|
* Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.42.24-8
|
||||||
|
- Perl 5.28 rebuild
|
||||||
|
|
||||||
|
* Thu Mar 01 2018 Petr Pisar <ppisar@redhat.com> - 2:0.42.24-7
|
||||||
|
- Do not require a compiler if c_source is an empty list (bug #1547165)
|
||||||
|
|
||||||
|
* Fri Feb 23 2018 Petr Pisar <ppisar@redhat.com> - 2:0.42.24-6
|
||||||
|
- Do not hard-require ExtUtils::CBuilder (bug #1547165)
|
||||||
|
|
||||||
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2:0.42.24-5
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2:0.42.24-5
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
Loading…
Reference in New Issue
Block a user