|
|
@ -1,6 +1,6 @@
|
|
|
|
Name: zathura
|
|
|
|
Name: zathura
|
|
|
|
Version: 0.4.6
|
|
|
|
Version: 0.4.6
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Summary: A lightweight document viewer
|
|
|
|
Summary: A lightweight document viewer
|
|
|
|
License: zlib
|
|
|
|
License: zlib
|
|
|
|
URL: http://pwmt.org/projects/%{name}/
|
|
|
|
URL: http://pwmt.org/projects/%{name}/
|
|
|
@ -110,11 +110,6 @@ This package provides %{summary}.
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
%meson_install
|
|
|
|
%meson_install
|
|
|
|
|
|
|
|
|
|
|
|
# Move fish completion file to correct location
|
|
|
|
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1869376
|
|
|
|
|
|
|
|
install -m 0644 -p -D -t %{buildroot}/%{_datadir}/fish/completions/ %{buildroot}/%{_prefix}/local/share/fish/vendor_completions.d/%{name}.fish
|
|
|
|
|
|
|
|
rm -f %{buildroot}/%{_prefix}/local/share/fish/vendor_completions.d/%{name}.fish
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.appdata.xml
|
|
|
|
appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.appdata.xml
|
|
|
|
desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
|
|
|
|
desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
|
|
|
|
%find_lang zathura
|
|
|
|
%find_lang zathura
|
|
|
@ -140,12 +135,16 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
|
|
|
|
%{_datadir}/bash-completion/completions/zathura
|
|
|
|
%{_datadir}/bash-completion/completions/zathura
|
|
|
|
|
|
|
|
|
|
|
|
%files fish-completion
|
|
|
|
%files fish-completion
|
|
|
|
%{_datadir}/fish/completions/zathura.fish
|
|
|
|
%{_datadir}/fish/vendor_completions.d/zathura.fish
|
|
|
|
|
|
|
|
|
|
|
|
%files zsh-completion
|
|
|
|
%files zsh-completion
|
|
|
|
%{_datadir}/zsh/site-functions/_zathura
|
|
|
|
%{_datadir}/zsh/site-functions/_zathura
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Sep 21 2020 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 0.4.6-2
|
|
|
|
|
|
|
|
- Remove no longer needed fish workaround
|
|
|
|
|
|
|
|
- Use new vendor completion directory for fish
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Aug 17 2020 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 0.4.6-1
|
|
|
|
* Mon Aug 17 2020 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 0.4.6-1
|
|
|
|
- Update to new upstream release
|
|
|
|
- Update to new upstream release
|
|
|
|
|
|
|
|
|
|
|
|