mirror of
https://abf.rosa.ru/djam/fastfetch.git
synced 2025-02-23 10:32:57 +00:00
2.22.0
This commit is contained in:
parent
ba4dd685dd
commit
24a4530e99
1 changed files with 14 additions and 0 deletions
|
@ -51,6 +51,7 @@ Recommends: ddcutil
|
||||||
|
|
||||||
%if %{secscan}
|
%if %{secscan}
|
||||||
BuildRequires: clamav
|
BuildRequires: clamav
|
||||||
|
BuildRequires: clamav-db
|
||||||
BuildRequires: trivy
|
BuildRequires: trivy
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
@ -79,6 +80,16 @@ BuildArch: noarch
|
||||||
%description fish-completion
|
%description fish-completion
|
||||||
%{summary}
|
%{summary}
|
||||||
|
|
||||||
|
%package zsh-completion
|
||||||
|
Summary: zsh completion files for %{name}
|
||||||
|
# as Fish is currently in contrib repository, let's make only soft dependency on it.
|
||||||
|
Recommends: zsh
|
||||||
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
|
%description zsh-completion
|
||||||
|
%{summary}
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
|
@ -116,6 +127,9 @@ rm -rf %{buildroot}%{_datadir}/licenses/fastfetch/LICENSE
|
||||||
%files fish-completion
|
%files fish-completion
|
||||||
%{_datadir}/fish/vendor_completions.d/fastfetch.fish
|
%{_datadir}/fish/vendor_completions.d/fastfetch.fish
|
||||||
|
|
||||||
|
%files zsh-completion
|
||||||
|
%{_datadir}/zsh/site-functions/_fastfetch
|
||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%if %{secscan}
|
%if %{secscan}
|
||||||
|
|
Loading…
Add table
Reference in a new issue