[zathura] don't drop all the patches

François Cami fcami at fedoraproject.org
Wed Dec 1 20:50:17 UTC 2010


commit 8db6bd0e596c28fed03bbc7ee88c4b64cd56c7c7
Author: François Cami <fcami at fedoraproject.org>
Date:   Wed Dec 1 21:50:25 2010 +0100

    don't drop all the patches

 zathura.spec |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/zathura.spec b/zathura.spec
index 2c798f5..d27674c 100644
--- a/zathura.spec
+++ b/zathura.spec
@@ -3,11 +3,12 @@ Name:           zathura
 Version:        0.0.8.2
 Release:        1%{?dist}
 Summary:        A lightweight PDF viewer
-Group:          Applications/Publishing 
+Group:          Applications/Publishing
 License:        zlib
 URL:            http://zathura.pwmt.org/projects/zathura
 Source0:        http://zathura.pwmt.org/attachments/download/31/%{name}-%{version}.tar.gz
 Patch0:         zathura-add-desktop-file.patch
+Patch1:         zathura-0.0.8.1-poppler-0.15-fix.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  gdk-pixbuf-devel, gtk2-devel, poppler-glib-devel, cairo-devel, glib2-devel
 BuildRequires:  desktop-file-utils
@@ -23,6 +24,7 @@ an easy usage that mainly focuses on keyboard interaction.
 %prep
 %setup -q
 %patch0 -p1 -b .desktopfile
+%patch1 -p1 -b .poppler15
 # don't rebuid at install time
 sed -ie "s/install:\ all/install:\ /g" Makefile
 


More information about the scm-commits mailing list