disable parallel make and valgrind checks
This commit is contained in:
parent
9a485c3ac0
commit
04305925f5
@ -43,19 +43,10 @@ find . -name '*.ggo' -exec chmod 644 {} ';'
|
||||
|
||||
%build
|
||||
%configure --docdir=%{_docdir}/%{name}-%{version}
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%check
|
||||
make check
|
||||
|
||||
%ifarch %{ix86} x86_64 ppc ppc64 %{arm}
|
||||
pushd ./tests
|
||||
make check-valgrind
|
||||
popd
|
||||
%endif
|
||||
make
|
||||
|
||||
%install
|
||||
|
||||
make install INSTALL="%{__install} -p" DESTDIR=$RPM_BUILD_ROOT
|
||||
|
||||
rm -f $RPM_BUILD_ROOT%{_infodir}/dir
|
||||
@ -67,6 +58,9 @@ pushd ./doc
|
||||
cp -p main2.c sample2.ggo ../examples
|
||||
popd
|
||||
|
||||
%check
|
||||
make check
|
||||
|
||||
%post
|
||||
/sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || :
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user