Logoj0ke.net Open Build Service > Projects > CENTOS:8.0:building > epel-rpm-macros > macros.zzz-epel-override
Sign Up | Log In

File macros.zzz-epel-override of Package epel-rpm-macros

 
1
# This file is used _only_ to override macros which exist in RHEL.
2
# It should be used very sparingly.
3
4
# Override %nodejs_arches.
5
# EPEL is providing nodejs on 64-bit ARM now, so the existing Red Hat provided
6
# macro needs to be extended to include aarch64.
7
# Requested by pbrobinson and sgallagh on IRC, 2016-09-16.
8
%nodejs_arches      %{ix86} x86_64 %{arm} aarch64
9
10
# Fix _pkgdocdir definition
11
# https://bugzilla.redhat.com/show_bug.cgi?id=1392354
12
%_pkgdocdir             %{_docdir}/%{name}-%{version}
13