Try gen_doc branch
This commit is contained in:
parent
b81d941bcf
commit
4be17c7017
7
vis.spec
7
vis.spec
@ -25,7 +25,7 @@ License: ISC
|
|||||||
Group: Productivity/Text/Editors
|
Group: Productivity/Text/Editors
|
||||||
URL: https://sr.ht/~martanne/vis
|
URL: https://sr.ht/~martanne/vis
|
||||||
BuildRequires: git
|
BuildRequires: git
|
||||||
#!RemoteAssetUrl: git+https://git.sr.ht/~mcepl/vis#devel
|
#!RemoteAssetUrl: git+https://git.sr.ht/~mcepl/vis#gen_doc
|
||||||
BuildRequires: libacl-devel
|
BuildRequires: libacl-devel
|
||||||
BuildRequires: libselinux-devel
|
BuildRequires: libselinux-devel
|
||||||
BuildRequires: libtermkey-devel
|
BuildRequires: libtermkey-devel
|
||||||
@ -35,6 +35,9 @@ BuildRequires: tar
|
|||||||
Suggests: par_text
|
Suggests: par_text
|
||||||
# ExclusiveArch: x86_64 %%{ix86}
|
# ExclusiveArch: x86_64 %%{ix86}
|
||||||
%if 0%{?suse_version} > 1550
|
%if 0%{?suse_version} > 1550
|
||||||
|
BuildRequires: doxygen
|
||||||
|
BuildRequires: python3-Sphinx
|
||||||
|
BuildRequires: python3-breathe
|
||||||
BuildRequires: lua54-busted
|
BuildRequires: lua54-busted
|
||||||
BuildRequires: lua54-devel
|
BuildRequires: lua54-devel
|
||||||
BuildRequires: lua54-lpeg
|
BuildRequires: lua54-lpeg
|
||||||
@ -65,6 +68,8 @@ export CFLAGS="%{optflags} -fcommon"
|
|||||||
%configure
|
%configure
|
||||||
%make_build debug
|
%make_build debug
|
||||||
|
|
||||||
|
make -C doc singlehtml epub
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user