- Add mono path macros (#1070936)
This commit is contained in:
parent
a1cd32b14d
commit
0f965fc0b3
@ -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
|
||||
|
@ -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@redhat.com> - 14-1
|
||||
- Add Mono path macros (#1070936)
|
||||
|
||||
* Tue Apr 08 2014 Panu Matilainen <pmatilai@redhat.com> - 13-1
|
||||
- Move the remaining dependency generator stuff to the kmp macro package
|
||||
- Stop overriding rpm external dependency generator settings by default
|
||||
|
Loading…
Reference in New Issue
Block a user