add a zathura-plugins-all subpackage.

epel9
François Cami 12 years ago
parent 43b2286c96
commit 705978cb76

@ -1,6 +1,6 @@
Name: zathura Name: zathura
Version: 0.2.3 Version: 0.2.3
Release: 2%{?dist} Release: 3%{?dist}
Summary: A lightweight PDF viewer Summary: A lightweight PDF viewer
Group: Applications/Publishing Group: Applications/Publishing
License: zlib License: zlib
@ -29,6 +29,9 @@ For instance:
* zathura-ps to open PostScript files, * zathura-ps to open PostScript files,
* zathura-djvu to open DjVu files. * zathura-djvu to open DjVu files.
All of these are available as separate packages in Fedora. All of these are available as separate packages in Fedora.
A zathura-plugins-all package is available should you want
to install all available plugins.
%package devel %package devel
Summary: Development files for the zathura PDF viewer Summary: Development files for the zathura PDF viewer
@ -39,6 +42,16 @@ Requires: pkgconfig
%description devel %description devel
libraries and header files for the zathura PDF viewer. libraries and header files for the zathura PDF viewer.
%package plugins-all
Summary: Zathura plugins (all plugins)
Group: Applications/Publishing
Requires: zathura-djvu
Requires: zathura-pdf-poppler
Requires: zathura-ps
%description plugins-all
This package provides all Zathura plugins.
%prep %prep
%setup -q %setup -q
# don't rebuid at install time # don't rebuid at install time
@ -80,7 +93,12 @@ update-desktop-database &> /dev/null || :
%{_includedir}/zathura %{_includedir}/zathura
%{_libdir}/pkgconfig/zathura.pc %{_libdir}/pkgconfig/zathura.pc
%files plugins-all
%changelog %changelog
* Mon May 27 2013 François Cami <fcami@fedoraproject.org> - 0.2.3-3
- add a zathura-plugins-all subpackage.
* Mon May 27 2013 François Cami <fcami@fedoraproject.org> - 0.2.3-2 * Mon May 27 2013 François Cami <fcami@fedoraproject.org> - 0.2.3-2
- rewrite description. - rewrite description.

Loading…
Cancel
Save