Soc Virnyl Estela 2022-10-09 04:51:57 +00:00 committed by Git OBS Bridge
parent e8494eb2ba
commit 3a0dde4ef4

View File

@ -105,7 +105,7 @@ mv target/wasm32-wasi/release/*.wasm assets/plugins/
./target/release/zellij setup --generate-completion bash > target/zellij.bash
./target/release/zellij setup --generate-completion fish > target/zellij.fish
./target/release/zellij setup --generate-completion zsh > target/zellij.zsh
mandown ./docs/MANPAGE.md > target/zellij.1
mandown docs/MANPAGE.md > target/zellij.1
%install
install -Dm644 -T ./target/zellij.bash %{buildroot}%{_datadir}/bash-completion/completions/zellij
@ -120,7 +120,7 @@ install -Dm644 -T ./target/zellij.1 %{buildroot}%{_mandir}/man1/zellij.1
%files
%{_bindir}/zellij
%{_mandir}/man1/zellij.1
%{_mandir}/*
%license LICENSE.md
%doc README.md docs/ARCHITECTURE.md docs/MANPAGE.md docs/TERMINOLOGY.md docs/THIRD_PARTY_INSTALL.md