This commit is contained in:
parent
7075ee7dd0
commit
daf814443b
@ -118,11 +118,15 @@ make %{?_smp_mflags} DESTDIR="%{buildroot}" install
|
|||||||
|
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
%check
|
%check
|
||||||
|
# Enable only for tumbleweed/factory since
|
||||||
|
# Timezone package seems to fail this :D
|
||||||
|
%if 0%{?suse_version} > 1600
|
||||||
export CFLAGS="%optflags"
|
export CFLAGS="%optflags"
|
||||||
export PLATFORM="linux"
|
export PLATFORM="linux"
|
||||||
export ARCH="%{_arch}"
|
export ARCH="%{_arch}"
|
||||||
make %{?_smp_mflags} check
|
make %{?_smp_mflags} check
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
Loading…
Reference in New Issue
Block a user