From c8a198a2ddc2ea81c24b188c91ebfe4fd39d902f Mon Sep 17 00:00:00 2001 From: pawelz Date: Sun, 21 Nov 2010 00:08:25 +0000 Subject: [PATCH] - applied bug-63 patch - rel 2 Changed files: ekg2.spec -> 1.133 --- ekg2.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ekg2.spec b/ekg2.spec index 5a588c1..2b03dd2 100644 --- a/ekg2.spec +++ b/ekg2.spec @@ -27,7 +27,7 @@ %define subver 20101115 %endif -%define rel 1 +%define rel 2 %if %{with sqlite} %undefine sqlite3 @@ -47,6 +47,7 @@ Source0: http://pl.ekg2.org/%{name}-%{subver}.tar.bz2 %endif Patch0: %{name}-perl-install.patch Patch1: %{name}-gtk.patch +Patch2: %{name}-bug-63.patch URL: http://ekg2.org/ %{?with_aspell:BuildRequires: aspell-devel} BuildRequires: autoconf @@ -352,6 +353,7 @@ fi %patch0 -p1 %patch1 -p1 +%patch2 -p1 sed -i -e '\#/opt/sqlite/lib#s#"$# %{_libdir}"#' m4/sqlite.m4 -- 2.44.0