From e22fd0491ff261077ff22caced74e187e612a579 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sun, 11 Dec 2016 21:49:21 +0100 Subject: [PATCH] - added libopenraw patch (adjust for libopenraw 0.1.x) - release 2 --- libopenraw-thumbnailer-libopenraw.patch | 11 +++++++++++ libopenraw-thumbnailer.spec | 4 +++- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 libopenraw-thumbnailer-libopenraw.patch diff --git a/libopenraw-thumbnailer-libopenraw.patch b/libopenraw-thumbnailer-libopenraw.patch new file mode 100644 index 0000000..823f768 --- /dev/null +++ b/libopenraw-thumbnailer-libopenraw.patch @@ -0,0 +1,11 @@ +--- raw-thumbnailer-3.0.0/configure.ac.orig 2011-12-17 07:43:11.000000000 +0100 ++++ raw-thumbnailer-3.0.0/configure.ac 2016-12-11 20:12:44.661416746 +0100 +@@ -22,7 +22,7 @@ + AC_SUBST(GNOME_CFLAGS) + AC_SUBST(GNOME_LIBS) + +-PKG_CHECK_MODULES(OPENRAW, libopenraw-gnome-1.0 >= 0.0.9) ++PKG_CHECK_MODULES(OPENRAW, libopenraw-gnome-0.1 >= 0.0.9) + AC_SUBST(OPENRAW_CFLAGS) + AC_SUBST(OPENRAW_LIBS) + diff --git a/libopenraw-thumbnailer.spec b/libopenraw-thumbnailer.spec index d27a349..419b5ef 100644 --- a/libopenraw-thumbnailer.spec +++ b/libopenraw-thumbnailer.spec @@ -2,11 +2,12 @@ Summary: RawThumbnailer - RAW files thumbnailer for the GNOME Nautilus file mana Summary(pl.UTF-8): RawThumbnailer - program do miniaturek plików RAW dla zarządcy plików Nautilus Name: libopenraw-thumbnailer Version: 3.0.0 -Release: 1 +Release: 2 License: GPL v2+ Group: X11/Applications/Graphics Source0: http://libopenraw.freedesktop.org/download/raw-thumbnailer-%{version}.tar.bz2 # Source0-md5: fc56f327b3e2b2c647abd99b728b27a2 +Patch0: %{name}-libopenraw.patch URL: http://libopenraw.freedesktop.org/wiki/RawThumbnailer BuildRequires: autoconf >= 2.50 BuildRequires: automake >= 1:1.11 @@ -31,6 +32,7 @@ z zarządcą plików Nautilus ze środowiska GNOME. %prep %setup -q -n raw-thumbnailer-%{version} +%patch0 -p1 %build %{__libtoolize} -- 2.44.0