From aec100f2bc80a24157fda5bc2c024c9fad4b9657 Mon Sep 17 00:00:00 2001 From: Jack Magne Date: Mon, 20 Feb 2012 18:23:45 -0800 Subject: [PATCH] Related: #688361, esc fails to start. --- esc.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/esc.spec b/esc.spec index 0e15fc3..cd47694 100644 --- a/esc.spec +++ b/esc.spec @@ -1,6 +1,6 @@ Name: esc Version: 1.1.0 -Release: 14%{?dist} +Release: 15%{?dist} Summary: Enterprise Security Client Smart Card Client License: GPL URL: http://directory.fedora.redhat.com/wiki/CoolKey @@ -20,6 +20,7 @@ Patch9: esc-1.1.0-fix9.patch Patch10: esc-1.1.0-fix10.patch Patch11: esc-1.1.0-fix11.patch Patch12: esc-1.1.0-fix12.patch +Patch13: esc-1.1.0-fix13.patch BuildRequires: doxygen fontconfig-devel freetype-devel >= 2.1 BuildRequires: glib2-devel libIDL-devel atk-devel gtk2-devel libjpeg-devel @@ -86,12 +87,13 @@ cryptographic smartcards. %patch10 -p1 -b .fix10 %patch11 -p1 -b .fix11 %patch12 -p1 -b .fix12 +%patch13 -p1 -b .fix13 %build -GECKO_SDK_PATH=%{_libdir}/xulrunner-sdk-2/sdk +GECKO_SDK_PATH=%{_libdir}/xulrunner-devel-2/sdk GECKO_BIN_PATH=%{_libdir}/xulrunner-2 -GECKO_INCLUDE_PATH=%{_includedir}/xulrunner-sdk-2 +GECKO_INCLUDE_PATH=%{_includedir}/xulrunner-2 %ifarch x86_64 ppc64 ia64 USE_64=1 @@ -209,6 +211,8 @@ if [ -x %{_bindir}/gtk-update-icon-cache ]; then fi %changelog +* Mon Feb 20 2012 Jack Magne = 1.1.0-15 +- Related #688361 - Get ESC to run on Gecko 2.0. * Tue Nov 19 2011 Jack Magne = 1.1.0-14 - Related #688361 - Get ESC to run on Gecko 2.0. * Thu Apr 15 2010 Jack Magne = 1.1.0-11