zathura 0.4.8
Signed-off-by: guibuilder_pel7x64builder0 <guibuilder@powerel.org>master
parent
32915fc771
commit
eca92625c7
|
@ -1,5 +1,5 @@
|
|||
Name: zathura
|
||||
Version: 0.4.5
|
||||
Version: 0.4.8
|
||||
Release: 1%{?dist}
|
||||
Summary: A lightweight document viewer
|
||||
Group: Applications/Publishing
|
||||
|
@ -108,7 +108,7 @@ sed 's|>=1.19|>=1.18|' -i meson.build
|
|||
|
||||
|
||||
%build
|
||||
%meson -Dsynctex=enabled -Dsqlite=enabled -Dmagic=enabled -Dseccomp=enabled -Dtests=disabled -Dconvert-icon=enabled
|
||||
%meson -Dsynctex=enabled -Dsqlite=enabled -Dmagic=enabled -Dseccomp=enabled -Dtests=disabled -Dconvert-icon=disabled
|
||||
%meson_build
|
||||
|
||||
|
||||
|
@ -121,13 +121,13 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
|
|||
|
||||
%files -f zathura.lang
|
||||
%license LICENSE
|
||||
%doc README
|
||||
#%doc README
|
||||
%{_bindir}/*
|
||||
#%{_mandir}/man*/*
|
||||
%{_datadir}/applications/*
|
||||
%{_datadir}/dbus-1/interfaces/org.pwmt.zathura.xml
|
||||
%{_datadir}/icons/hicolor/*/apps/org.pwmt.zathura.png
|
||||
%{_datadir}/icons/scalable/apps/org.pwmt.zathura.svg
|
||||
#%{_datadir}/icons/hicolor/*/apps/org.pwmt.zathura.png
|
||||
%{_datadir}/icons/hicolor/scalable/apps/org.pwmt.zathura.svg
|
||||
%{_datadir}/metainfo/org.pwmt.zathura.appdata.xml
|
||||
|
||||
|
||||
|
@ -144,7 +144,7 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
|
|||
|
||||
|
||||
%files fish-completion
|
||||
%{_datadir}/fish/completions/zathura.fish
|
||||
%{_datadir}/fish/vendor_completions.d/zathura.fish
|
||||
|
||||
|
||||
%files zsh-completion
|
||||
|
|
Loading…
Reference in New Issue