epel9
Petr Šabata 10 years ago
parent 57baf8f917
commit 1e0534835d

1
.gitignore vendored

@ -10,3 +10,4 @@ zathura-0.0.8.1.tar.gz
/zathura-0.2.6.tar.gz
/zathura-0.2.7.tar.gz
/zathura-0.2.9.tar.gz
/zathura-0.3.0.tar.gz

@ -1 +1 @@
afc56f9df7677215ea10b92239611faa zathura-0.2.9.tar.gz
07c6d83086eee7e3992d5646db60caf5 zathura-0.3.0.tar.gz

@ -1,6 +1,6 @@
Name: zathura
Version: 0.2.9
Release: 2%{?dist}
Version: 0.3.0
Release: 1%{?dist}
Summary: A lightweight document viewer
Group: Applications/Publishing
License: zlib
@ -12,12 +12,12 @@ BuildRequires: desktop-file-utils
BuildRequires: file-devel
BuildRequires: gdk-pixbuf2-devel
BuildRequires: gettext
BuildRequires: girara-devel >= 0.2.2
BuildRequires: girara-devel >= 0.2.3
BuildRequires: glib2-devel
BuildRequires: gtk3-devel
BuildRequires: poppler-glib-devel
BuildRequires: python-docutils
Requires: girara >= 0.2.2
Requires: girara >= 0.2.3
%description
Zathura is a highly customizable and functional document viewer.
@ -28,7 +28,9 @@ 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.
* zathura-djvu to open DjVu files, or
* zathura-cb to open comic book 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.
@ -51,14 +53,12 @@ Requires: zathura-ps
Requires: zathura-cb
%description plugins-all
This package provides all Zathura plugins.
This package installs all available Zathura plugins.
%prep
%setup -q
# don't rebuild at install time
sed -ie "s/install:\ all/install:\ /g" Makefile
# ensure manpages are built from *.rst sources
rm -f zathura.1 zathurarc.5
%build
export CFLAGS="%{optflags}"
@ -88,6 +88,7 @@ update-desktop-database &> /dev/null || :
%doc LICENSE README
%{_bindir}/*
%{_mandir}/man*/*
%{_datadir}/appdata/%{name}.appdata.xml
%{_datadir}/applications/*
%{_datadir}/dbus-1/interfaces/org.pwmt.zathura.xml
@ -98,6 +99,9 @@ update-desktop-database &> /dev/null || :
%files plugins-all
%changelog
* Fri Oct 17 2014 Petr Šabata <contyk@redhat.com> - 0.3.0-1
- 0.3.0 bump
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.9-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild

Loading…
Cancel
Save