Compare commits
24 Commits
master
...
private-f2
Author | SHA1 | Date | |
---|---|---|---|
|
2d2cd8711b | ||
|
251020eb8d | ||
|
f3c56f2260 | ||
|
0a17affd05 | ||
|
4e3c58c4fd | ||
|
82f3423246 | ||
|
87aed6fef2 | ||
|
12e30c72ed | ||
|
dcfebc8aa6 | ||
|
0c3d0f1842 | ||
|
ab30ccbd5c | ||
|
f81d69886e | ||
|
eef02ab6dd | ||
|
1cb379ab35 | ||
|
ed37ce87be | ||
|
a1f6ba04fc | ||
|
21b92dbc23 | ||
|
d7cd4ff781 | ||
|
f135b72a38 | ||
|
4b86d3dcac | ||
|
2afbf3a3a2 | ||
|
8dab1bfe71 | ||
|
05e51e02eb | ||
|
5d0437fa99 |
@ -15,3 +15,20 @@
|
|||||||
# Usage: %%if !%%{defined perl_bootstrap} ... %%endif
|
# Usage: %%if !%%{defined perl_bootstrap} ... %%endif
|
||||||
#%%perl_bootstrap 1
|
#%%perl_bootstrap 1
|
||||||
|
|
||||||
|
# Modularity
|
||||||
|
%_without_perl_enables_groff 1
|
||||||
|
%_without_perl_enables_syslog_test 1
|
||||||
|
%_without_perl_enables_systemtap 1
|
||||||
|
%_without_perl_enables_tcsh 1
|
||||||
|
%_without_perl_Compress_Bzip2_enables_optional_test 1
|
||||||
|
%_without_perl_CPAN_Meta_Requirements_enables_optional_test 1
|
||||||
|
%_without_perl_IPC_System_Simple_enables_optional_test 1
|
||||||
|
%_without_perl_LWP_MediaTypes_enables_mailcap 1
|
||||||
|
%_without_perl_Module_Build_enables_optional_test 1
|
||||||
|
%_without_perl_Perl_OSType_enables_optional_test 1
|
||||||
|
%_without_perl_Pod_Perldoc_enables_tk_test 1
|
||||||
|
%_without_perl_Software_License_enables_optional_test 1
|
||||||
|
%_without_perl_Sys_Syslog_enables_optional_test 1
|
||||||
|
%_without_perl_Test_Harness_enables_optional_test 1
|
||||||
|
%_without_perl_URI_enables_Business_ISBN 1
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: perl-srpm-macros
|
Name: perl-srpm-macros
|
||||||
Version: 1
|
Version: 2
|
||||||
Release: 21%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: RPM macros for building Perl source package from source repository
|
Summary: RPM macros for building Perl source package from source repository
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
@ -19,6 +19,12 @@ install -m 644 -D "%{SOURCE0}" \
|
|||||||
%{_rpmconfigdir}/macros.d/macros.perl-srpm
|
%{_rpmconfigdir}/macros.d/macros.perl-srpm
|
||||||
|
|
||||||
%changelog
|
%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
|
||||||
|
|
||||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1-21
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1-21
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user