|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
Name: zathura
|
|
|
|
|
Version: 0.2.6
|
|
|
|
|
Version: 0.2.7
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: A lightweight document viewer
|
|
|
|
|
Group: Applications/Publishing
|
|
|
|
@ -14,7 +14,7 @@ BuildRequires: gdk-pixbuf2-devel
|
|
|
|
|
BuildRequires: gettext
|
|
|
|
|
BuildRequires: girara-devel
|
|
|
|
|
BuildRequires: glib2-devel
|
|
|
|
|
BuildRequires: gtk2-devel
|
|
|
|
|
BuildRequires: gtk3-devel
|
|
|
|
|
BuildRequires: poppler-glib-devel
|
|
|
|
|
BuildRequires: python-docutils
|
|
|
|
|
|
|
|
|
@ -55,8 +55,6 @@ This package provides all Zathura plugins.
|
|
|
|
|
%setup -q
|
|
|
|
|
# don't rebuild at install time
|
|
|
|
|
sed -ie "s/install:\ all/install:\ /g" Makefile
|
|
|
|
|
# keep using girara/gtk2 for nop
|
|
|
|
|
sed -i -e 's/^ZATHURA_GTK_VERSION.*/ZATHURA_GTK_VERSION ?= 2/g' config.mk
|
|
|
|
|
# ensure manpages are built from *.rst sources
|
|
|
|
|
rm -f zathura.1 zathurarc.5
|
|
|
|
|
|
|
|
|
@ -89,6 +87,7 @@ update-desktop-database &> /dev/null || :
|
|
|
|
|
%{_bindir}/*
|
|
|
|
|
%{_mandir}/man*/*
|
|
|
|
|
%{_datadir}/applications/*
|
|
|
|
|
%{_datadir}/dbus-1/interfaces/org.pwmt.zathura.xml
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%{_includedir}/zathura
|
|
|
|
@ -97,6 +96,9 @@ update-desktop-database &> /dev/null || :
|
|
|
|
|
%files plugins-all
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Mar 05 2014 François Cami <fcami@fedoraproject.org> - 0.2.7-1
|
|
|
|
|
* Update to 0.2.7.
|
|
|
|
|
|
|
|
|
|
* Sat Dec 28 2013 François Cami <fcami@fedoraproject.org> - 0.2.6-1
|
|
|
|
|
- Update to latest upstream.
|
|
|
|
|
|
|
|
|
|