skip check
This commit is contained in:
parent
b6c8087548
commit
f4a79f061e
@ -1,6 +1,8 @@
|
|||||||
%global debug_package %{nil}
|
%global debug_package %{nil}
|
||||||
%global __python %{__python3}
|
%global __python %{__python3}
|
||||||
|
|
||||||
|
%bcond_with check
|
||||||
|
|
||||||
Name: gtk-doc
|
Name: gtk-doc
|
||||||
Version: 1.32
|
Version: 1.32
|
||||||
Release: 1
|
Release: 1
|
||||||
@ -33,7 +35,9 @@ export PYTHON=%{__python3}
|
|||||||
%make_install
|
%make_install
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make check
|
%if %{with check}
|
||||||
|
make check
|
||||||
|
%endif
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc README doc/* examples
|
%doc README doc/* examples
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user