Perl 5.36 rebuild
This commit is contained in:
parent
4a786cdca5
commit
574406df8c
@ -7,13 +7,14 @@
|
|||||||
# take effect.
|
# take effect.
|
||||||
# This file must not use Perl or any non-minimal-build-root package. The
|
# This file must not use Perl or any non-minimal-build-root package. The
|
||||||
# purpose is to enable bootstrapping perl.
|
# purpose is to enable bootstrapping perl.
|
||||||
|
|
||||||
# Perl bootstrap For rebuild of Perl and all related packages is needed
|
# Perl bootstrap For rebuild of Perl and all related packages is needed
|
||||||
# switch, which enable only vital build requires. This could help cyclic
|
# switch, which enable only vital build requires. This could help cyclic
|
||||||
# dependencies, for example: perl-Test-Minimum-Version <->
|
# dependencies, for example: perl-Test-Minimum-Version <->
|
||||||
# perl-Perl-Minimum-Version Defined for bootstraping, undefined otherwise.
|
# perl-Perl-Minimum-Version Defined for bootstraping, undefined otherwise.
|
||||||
# Usage: %%if !%%{defined perl_bootstrap} ... %%endif
|
# Usage: %%if !%%{defined perl_bootstrap} ... %%endif
|
||||||
#%%perl_bootstrap 1
|
#%%perl_bootstrap 1
|
||||||
|
%perl_bootstrap 1
|
||||||
|
|
||||||
# Perl macro, no longer part of rpm >= 4.15
|
# Perl macro, no longer part of rpm >= 4.15
|
||||||
%__perl %{_bindir}/perl
|
%__perl %{_bindir}/perl
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: perl-srpm-macros
|
Name: perl-srpm-macros
|
||||||
Version: 1
|
Version: 1
|
||||||
Release: 43%{?dist}
|
Release: 44%{?dist}
|
||||||
Summary: RPM macros for building Perl source package from source repository
|
Summary: RPM macros for building Perl source package from source repository
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Source0: macros.perl-srpm
|
Source0: macros.perl-srpm
|
||||||
@ -18,6 +18,9 @@ install -m 644 -D "%{SOURCE0}" \
|
|||||||
%{_rpmconfigdir}/macros.d/macros.perl-srpm
|
%{_rpmconfigdir}/macros.d/macros.perl-srpm
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 30 2022 Jitka Plesnikova <jplesnik@redhat.com> - 1-44
|
||||||
|
- Perl 5.36 rebuild
|
||||||
|
|
||||||
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1-43
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1-43
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user