diff --git a/macros.ldc-srpm b/macros.ldc-srpm new file mode 100644 index 0000000..5718d0c --- /dev/null +++ b/macros.ldc-srpm @@ -0,0 +1,2 @@ +# arches that ldc builds on +%ldc_arches %{ix86} x86_64 %{arm} %{power64} diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index 3cd7112..823efc1 100644 --- a/redhat-rpm-config.spec +++ b/redhat-rpm-config.spec @@ -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 - 44-1 +- Add ldc_arches macro + * Wed Sep 14 2016 Jason L Tibbitts III - 43-1 - Add dependency on qt5-srpm-macros.