You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
503 B
19 lines
503 B
5 years ago
|
# epel macros
|
||
|
|
||
|
%epel 8
|
||
|
|
||
|
# Mono macros requested in rhbz 1295117
|
||
|
%mono_arches %{ix86} x86_64 sparc sparcv9 ia64 %{arm} alpha s390x ppc ppc64 ppc64le
|
||
|
%_monodir %{_prefix}/lib/mono
|
||
|
%_monogacdir %{_monodir}/gac
|
||
|
|
||
|
# A directory for rpm macros
|
||
|
%rpmmacrodir /usr/lib/rpm/macros.d
|
||
|
|
||
|
# Upstream RPM has this in Fedora, obsoleting the one above.
|
||
|
%_rpmmacrodir /usr/lib/rpm/macros.d
|
||
|
|
||
|
# Bash completions; not in bash to not intefere with install ordering
|
||
|
%bash_completion_dir /usr/share/bash-completion/completions/
|
||
|
|