epel9
Petr Šabata 9 years ago
parent 02f56a5c08
commit 88d902d665

1
.gitignore vendored

@ -14,3 +14,4 @@ zathura-0.0.8.1.tar.gz
/zathura-0.3.1.tar.gz /zathura-0.3.1.tar.gz
/zathura-0.3.2.tar.gz /zathura-0.3.2.tar.gz
/zathura-0.3.3.tar.gz /zathura-0.3.3.tar.gz
/zathura-0.3.4.tar.gz

@ -1 +1 @@
d360252210ce51a29e8d341b1b72a7cc zathura-0.3.3.tar.gz 64a19c0a78d06e3a8c2098911d59b072 zathura-0.3.4.tar.gz

@ -0,0 +1,15 @@
diff --git a/zathura/main.c b/zathura/main.c
index 060382a..1c5b73e 100644
--- a/zathura/main.c
+++ b/zathura/main.c
@@ -135,10 +135,8 @@ main(int argc, char* argv[])
gchar* plugin_path = NULL;
gchar* loglevel = NULL;
gchar* password = NULL;
-#ifdef WITH_SYNCTEX
gchar* synctex_editor = NULL;
gchar* synctex_fwd = NULL;
-#endif
gchar* mode = NULL;
bool forkback = false;
bool print_version = false;

@ -1,11 +1,12 @@
Name: zathura Name: zathura
Version: 0.3.3 Version: 0.3.4
Release: 3%{?dist} Release: 1%{?dist}
Summary: A lightweight document viewer Summary: A lightweight document viewer
Group: Applications/Publishing Group: Applications/Publishing
License: zlib License: zlib
URL: http://pwmt.org/projects/%{name}/ URL: http://pwmt.org/projects/%{name}/
Source0: http://pwmt.org/projects/%{name}/download/%{name}-%{version}.tar.gz Source0: http://pwmt.org/projects/%{name}/download/%{name}-%{version}.tar.gz
Patch0: %{name}-0.3.4-no-synctex.patch
BuildRequires: binutils BuildRequires: binutils
BuildRequires: coreutils BuildRequires: coreutils
BuildRequires: desktop-file-utils BuildRequires: desktop-file-utils
@ -66,6 +67,7 @@ This package installs all available Zathura plugins.
%setup -q %setup -q
# don't rebuild at install time # don't rebuild at install time
sed -ie "s/install:\ all/install:\ /g" Makefile sed -ie "s/install:\ all/install:\ /g" Makefile
%patch0 -p1
%build %build
export CFLAGS="%{optflags}" export CFLAGS="%{optflags}"
@ -108,6 +110,9 @@ update-desktop-database &> /dev/null || :
%files plugins-all %files plugins-all
%changelog %changelog
* Mon Dec 21 2015 Petr Šabata <contyk@redhat.com> - 0.3.4-1
- 0.3.4 bump
* Wed Jul 01 2015 Petr Šabata <contyk@redhat.com> - 0.3.3-3 * Wed Jul 01 2015 Petr Šabata <contyk@redhat.com> - 0.3.3-3
- Zathura should create and own the plugin directory - Zathura should create and own the plugin directory

Loading…
Cancel
Save