mirror of
https://abf.rosa.ru/djam/fastfetch.git
synced 2025-02-23 04:42:47 +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}
|
||||
BuildRequires: clamav
|
||||
BuildRequires: clamav-db
|
||||
BuildRequires: trivy
|
||||
%endif
|
||||
|
||||
|
@ -79,6 +80,16 @@ BuildArch: noarch
|
|||
%description fish-completion
|
||||
%{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
|
||||
%setup -q
|
||||
|
||||
|
@ -116,6 +127,9 @@ rm -rf %{buildroot}%{_datadir}/licenses/fastfetch/LICENSE
|
|||
%files fish-completion
|
||||
%{_datadir}/fish/vendor_completions.d/fastfetch.fish
|
||||
|
||||
%files zsh-completion
|
||||
%{_datadir}/zsh/site-functions/_fastfetch
|
||||
|
||||
|
||||
%check
|
||||
%if %{secscan}
|
||||
|
|
Loading…
Add table
Reference in a new issue