From 0f965fc0b36f9bd9431b65192cec83c3e50522f7 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Apr 08 2014 10:26:14 +0000 Subject: - Add mono path macros (#1070936) --- diff --git a/macros.mono-srpm b/macros.mono-srpm index 8d995b3..7310bf6 100644 --- a/macros.mono-srpm +++ b/macros.mono-srpm @@ -1,2 +1,5 @@ # arches that mono builds on %mono_arches %{ix86} x86_64 sparc sparcv9 ia64 %{arm} alpha s390x ppc ppc64 + +%_monodir %{_prefix}/lib/mono +%_monogacdir %{_monodir}/gac diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index d0552a1..19232d3 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: 13 +Version: 14 Release: 1%{?dist} # No version specified. License: GPL+ @@ -139,6 +139,9 @@ install -p -m 644 -t %{buildroot}%{_rpmconfigdir}/macros.d macros.* %{_rpmconfigdir}/macros.d/macros.kmp %changelog +* Tue Apr 08 2014 Panu Matilainen - 14-1 +- Add Mono path macros (#1070936) + * Tue Apr 08 2014 Panu Matilainen - 13-1 - Move the remaining dependency generator stuff to the kmp macro package - Stop overriding rpm external dependency generator settings by default