- Add very weak dependencies (via suggests) on the plugins
epel9
Petr Šabata 9 years ago
parent 8dcf672c25
commit 3582f88431

1
.gitignore vendored

@ -15,3 +15,4 @@ zathura-0.0.8.1.tar.gz
/zathura-0.3.2.tar.gz
/zathura-0.3.3.tar.gz
/zathura-0.3.4.tar.gz
/zathura-0.3.5.tar.gz

@ -1 +1 @@
64a19c0a78d06e3a8c2098911d59b072 zathura-0.3.4.tar.gz
d137998a1210ce87ee9fa655940a595c zathura-0.3.5.tar.gz

@ -1,6 +1,6 @@
Name: zathura
Version: 0.3.4
Release: 3%{?dist}
Version: 0.3.5
Release: 1%{?dist}
Summary: A lightweight document viewer
Group: Applications/Publishing
License: zlib
@ -27,6 +27,11 @@ Requires(post): glibc
Requires(post): desktop-file-utils
Requires(postun): glibc
Requires(postun): desktop-file-utils
Suggests: zathura-cb
Suggests: zathusa-djvu
# poppler is preferred over mupdf
Suggests: zathura-pdf-poppler
Suggests: zathura-ps
%description
Zathura is a highly customizable and functional document viewer.
@ -54,11 +59,11 @@ libraries and header files for the zathura PDF viewer.
%package plugins-all
Summary: Zathura plugins (all plugins)
Requires: zathura-cb
Requires: zathura-djvu
# poppler is preferred over mupdf
Requires: zathura-pdf-poppler
Requires: zathura-ps
Requires: zathura-cb
%description plugins-all
This package installs all available Zathura plugins.
@ -109,6 +114,10 @@ update-desktop-database &> /dev/null || :
%files plugins-all
%changelog
* Fri Feb 26 2016 Petr Šabata <contyk@redhat.com> - 0.3.5-1
- 0.3.5 bump
- Add very weak dependencies (via suggests) on the plugins
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.4-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

Loading…
Cancel
Save