[zathura] add a zathura-plugins-all subpackage.

François Cami fcami at fedoraproject.org
Mon May 27 11:57:43 UTC 2013


commit 705978cb76ad05270fe62ae0f57fa6c148852bf6
Author: François Cami <fcami at fedoraproject.org>
Date:   Mon May 27 13:57:29 2013 +0200

    add a zathura-plugins-all subpackage.

 zathura.spec |   20 +++++++++++++++++++-
 1 files changed, 19 insertions(+), 1 deletions(-)
---
diff --git a/zathura.spec b/zathura.spec
index c9eceb6..5f5e1c6 100644
--- a/zathura.spec
+++ b/zathura.spec
@@ -1,6 +1,6 @@
 Name:           zathura
 Version:        0.2.3
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A lightweight PDF viewer
 Group:          Applications/Publishing
 License:        zlib
@@ -29,6 +29,9 @@ For instance:
 * zathura-ps to open PostScript files,
 * zathura-djvu to open DjVu files.
 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
 Summary: Development files for the zathura PDF viewer
@@ -39,6 +42,16 @@ Requires: pkgconfig
 %description devel
 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
 %setup -q
 # don't rebuid at install time
@@ -80,7 +93,12 @@ update-desktop-database &> /dev/null || :
 %{_includedir}/zathura
 %{_libdir}/pkgconfig/zathura.pc
 
+%files plugins-all
+
 %changelog
+* Mon May 27 2013 François Cami <fcami at fedoraproject.org> - 0.2.3-3
+- add a zathura-plugins-all subpackage.
+
 * Mon May 27 2013 François Cami <fcami at fedoraproject.org> - 0.2.3-2
 - rewrite description.
 


More information about the scm-commits mailing list