Compare commits
25 Commits
master
...
private-f2
Author | SHA1 | Date | |
---|---|---|---|
|
c426258a17 | ||
|
73c696ab5b | ||
|
65deb67cc2 | ||
|
6e8438d03c | ||
|
0a17affd05 | ||
|
4e3c58c4fd | ||
|
82f3423246 | ||
|
87aed6fef2 | ||
|
12e30c72ed | ||
|
dcfebc8aa6 | ||
|
0c3d0f1842 | ||
|
ab30ccbd5c | ||
|
f81d69886e | ||
|
eef02ab6dd | ||
|
1cb379ab35 | ||
|
ed37ce87be | ||
|
a1f6ba04fc | ||
|
21b92dbc23 | ||
|
d7cd4ff781 | ||
|
f135b72a38 | ||
|
4b86d3dcac | ||
|
2afbf3a3a2 | ||
|
8dab1bfe71 | ||
|
05e51e02eb | ||
|
5d0437fa99 |
@ -15,3 +15,8 @@
|
|||||||
# Usage: %%if !%%{defined perl_bootstrap} ... %%endif
|
# Usage: %%if !%%{defined perl_bootstrap} ... %%endif
|
||||||
#%%perl_bootstrap 1
|
#%%perl_bootstrap 1
|
||||||
|
|
||||||
|
# Modularity
|
||||||
|
%_without_perl_File_BaseDir_enables_xdg_user_dirs 1
|
||||||
|
%_without_perl_File_DesktopEntry_enables_optional_test 1
|
||||||
|
%_without_perl_File_MimeInfo_enables_optional_test 1
|
||||||
|
%_without_perl_File_MimeInfo_enables_shared_mime_info 1
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: perl-srpm-macros
|
Name: perl-srpm-macros
|
||||||
Version: 1
|
Version: 6
|
||||||
Release: 21%{?dist}
|
Release: 1%{?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,18 @@ install -m 644 -D "%{SOURCE0}" \
|
|||||||
%{_rpmconfigdir}/macros.d/macros.perl-srpm
|
%{_rpmconfigdir}/macros.d/macros.perl-srpm
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 22 2017 Petr Pisar <ppisar@redhat.com> - 6-1
|
||||||
|
- Set macros for perl-XML-Parser module
|
||||||
|
|
||||||
|
* Thu May 04 2017 Petr Pisar <ppisar@redhat.com> - 5-1
|
||||||
|
- Set macros for perl-Unicode-EastAsianWidth module
|
||||||
|
|
||||||
|
* 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