[redhat-rpm-config] - Add mono path macros (#1070936)

Panu Matilainen pmatilai at fedoraproject.org
Tue Apr 8 10:32:09 UTC 2014


commit 0f965fc0b36f9bd9431b65192cec83c3e50522f7
Author: Panu Matilainen <pmatilai at redhat.com>
Date:   Tue Apr 8 13:26:14 2014 +0300

    - Add mono path macros (#1070936)

 macros.mono-srpm       |    3 +++
 redhat-rpm-config.spec |    5 ++++-
 2 files changed, 7 insertions(+), 1 deletions(-)
---
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 <pmatilai at redhat.com> - 14-1
+- Add Mono path macros (#1070936)
+
 * Tue Apr 08 2014  Panu Matilainen <pmatilai at redhat.com> - 13-1
 - Move the remaining dependency generator stuff to the kmp macro package
 - Stop overriding rpm external dependency generator settings by default


More information about the scm-commits mailing list