Related: #688361, esc fails to start.

This commit is contained in:
Jack Magne 2012-02-20 18:23:45 -08:00
parent b16adfa744
commit aec100f2bc

View File

@ -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 <jmagne@redhat.com>= 1.1.0-15
- Related #688361 - Get ESC to run on Gecko 2.0.
* Tue Nov 19 2011 Jack Magne <jmagne@redhat.com>= 1.1.0-14
- Related #688361 - Get ESC to run on Gecko 2.0.
* Thu Apr 15 2010 Jack Magne <jmagne@redhat.com>= 1.1.0-11