Enable Perl bootstrap
For perl-bootstrap module
This commit is contained in:
parent
f3c56f2260
commit
251020eb8d
@ -13,7 +13,7 @@
|
||||
# dependencies, for example: perl-Test-Minimum-Version <->
|
||||
# perl-Perl-Minimum-Version Defined for bootstraping, undefined otherwise.
|
||||
# Usage: %%if !%%{defined perl_bootstrap} ... %%endif
|
||||
#%%perl_bootstrap 1
|
||||
%perl_bootstrap 1
|
||||
|
||||
# Modularity
|
||||
%_without_perl_enables_groff 1
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: perl-srpm-macros
|
||||
Version: 2
|
||||
Release: 2%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: RPM macros for building Perl source package from source repository
|
||||
Group: Development/Libraries
|
||||
License: GPLv3+
|
||||
@ -19,9 +19,6 @@ install -m 644 -D "%{SOURCE0}" \
|
||||
%{_rpmconfigdir}/macros.d/macros.perl-srpm
|
||||
|
||||
%changelog
|
||||
* Mon Apr 10 2017 Petr Pisar <ppisar@redhat.com> - 2-2
|
||||
- Disable Perl bootstrap
|
||||
|
||||
* Thu Mar 30 2017 Petr Pisar <ppisar@redhat.com> - 2-1
|
||||
- Enable Perl bootstrap
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user