diff --git a/zathura.spec b/zathura.spec index 9b8f490..c9eceb6 100644 --- a/zathura.spec +++ b/zathura.spec @@ -1,6 +1,6 @@ Name: zathura Version: 0.2.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A lightweight PDF viewer Group: Applications/Publishing License: zlib @@ -19,16 +19,16 @@ BuildRequires: poppler-glib-devel BuildRequires: python-docutils %description -Zathura is a highly configurable and functional PDF viewer based on the Poppler -rendering library and the GTK+ toolkit. The idea behind zathura is an -application that provides a minimalist and space saving interface as well as +Zathura is a highly customizable and functional document viewer. +It provides a minimalistic and space saving interface as well as an easy usage that mainly focuses on keyboard interaction. -Zathura uses plugins to open different file formats, for instance: +Zathura requires plugins to support document formats. +For instance: * zathura-pdf-poppler to open PDF files, * zathura-ps to open PostScript files, * zathura-djvu to open DjVu files. -All of these are available in Fedora. +All of these are available as separate packages in Fedora. %package devel Summary: Development files for the zathura PDF viewer @@ -81,6 +81,9 @@ update-desktop-database &> /dev/null || : %{_libdir}/pkgconfig/zathura.pc %changelog +* Mon May 27 2013 François Cami - 0.2.3-2 +- rewrite description. + * Tue May 21 2013 Petr Šabata - 0.2.3-1 - 0.2.3 build - Use more macros