Add ldc_arches macro

This commit is contained in:
Kalev Lember 2016-10-30 18:08:19 +01:00
parent 8e39ffb23f
commit 210d060ccc
2 changed files with 7 additions and 1 deletions

2
macros.ldc-srpm Normal file
View File

@ -0,0 +1,2 @@
# arches that ldc builds on
%ldc_arches %{ix86} x86_64 %{arm} %{power64}

View File

@ -6,7 +6,7 @@
Summary: Red Hat specific rpm configuration files
Name: redhat-rpm-config
Version: 43
Version: 44
Release: 1%{?dist}
# No version specified.
License: GPL+
@ -29,6 +29,7 @@ Source51: redhat-hardened-ld
Source100: macros.fedora-misc-srpm
Source102: macros.mono-srpm
Source103: macros.nodejs-srpm
Source104: macros.ldc-srpm
# Other misc macros
Source150: macros.dwz
@ -143,6 +144,9 @@ install -p -m 755 -t %{buildroot}%{_rpmconfigdir} kmod.prov
%{_rpmconfigdir}/macros.d/macros.kmp
%changelog
* Mon Oct 31 2016 Kalev Lember <klember@redhat.com> - 44-1
- Add ldc_arches macro
* Wed Sep 14 2016 Jason L Tibbitts III <tibbs@math.uh.edu> - 43-1
- Add dependency on qt5-srpm-macros.