|
|
@ -47,6 +47,7 @@ BuildRequires: pcre2-devel
|
|
|
|
BuildRequires: gnupg2
|
|
|
|
BuildRequires: gnupg2
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
%global __python %{__python3}
|
|
|
|
%global __python %{__python3}
|
|
|
|
|
|
|
|
BuildRequires: /usr/bin/desktop-file-validate
|
|
|
|
|
|
|
|
|
|
|
|
# tab completion wants man-db
|
|
|
|
# tab completion wants man-db
|
|
|
|
Recommends: man-db
|
|
|
|
Recommends: man-db
|
|
|
@ -101,6 +102,7 @@ cp -a CONTRIBUTING.rst %{buildroot}%{_pkgdocdir}
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
%check
|
|
|
|
%{_vpath_builddir}/fish_tests
|
|
|
|
%{_vpath_builddir}/fish_tests
|
|
|
|
|
|
|
|
desktop-file-validate %{buildroot}%{_datadir}/applications/fish.desktop
|
|
|
|
|
|
|
|
|
|
|
|
%post
|
|
|
|
%post
|
|
|
|
if [ "$1" = 1 ]; then
|
|
|
|
if [ "$1" = 1 ]; then
|
|
|
|