spec: use parallel make
Version: 2.69-23
This commit is contained in:
parent
db8d708abc
commit
723a4d7795
@ -71,18 +71,17 @@ their use.
|
||||
|
||||
%build
|
||||
%configure --with-lispdir=%{_emacs_sitelispdir}/autoconf
|
||||
# not parallel safe
|
||||
make
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%check
|
||||
%if %{with check}
|
||||
# make check # TESTSUITEFLAGS='1-198 200-' # will disable nr. 199.
|
||||
# make check TESTSUITEFLAGS="-k \!erlang"
|
||||
make check
|
||||
make check %{?_smp_mflags}
|
||||
%endif
|
||||
|
||||
%install
|
||||
make install DESTDIR=%{buildroot}
|
||||
make install %{?_smp_mflags} DESTDIR=%{buildroot}
|
||||
mkdir -p %{buildroot}/share
|
||||
install -m 0644 %{SOURCE1} %{buildroot}%{_datadir}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user