From c643427ed897aa7493e5d3dedfe34f8fc52dd56b Mon Sep 17 00:00:00 2001 From: Jack Magne Date: Thu, 26 Apr 2007 16:57:41 +0000 Subject: [PATCH] More UI fixes. --- esc.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/esc.spec b/esc.spec index 544d3b8..5f2f1ab 100644 --- a/esc.spec +++ b/esc.spec @@ -1,6 +1,6 @@ Name: esc Version: 1.0.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Enterprise Security Client Smart Card Client License: GPL URL: http://directory.fedora.redhat.com/wiki/CoolKey @@ -11,6 +11,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Patch1: firefox-1.5-with-system-nss.patch Patch2: firefox-1.1-nss-system-nspr.patch Patch3: esc-1.0.1-admin-row-update.patch +Patch4: esc-1.0.1-ui-fixes-1.patch BuildRequires: doxygen fontconfig-devel freetype-devel >= 2.1 BuildRequires: glib2-devel libIDL-devel atk-devel gtk2-devel libjpeg-devel @@ -43,12 +44,14 @@ AutoReqProv: 0 %define pixmapdir %{_datadir}/pixmaps %define docdir %{_defaultdocdir}/%{escname} %define escappdir src/app/xpcom +%define escxuldir src/app/xul/esc Source0: %{escname}.tar.bz2 Source1: esc Source2: esc.desktop Source3: xulrunner-1.8.0.4-source.tar.bz2 +Source4: esc.png %description @@ -62,6 +65,7 @@ cryptographic smartcards. #Perform esc patching %patch3 -p1 -b .fix3 +%patch4 -p1 -b .fix4 #Unpack xulrunner where esc expects it to be. @@ -86,6 +90,8 @@ export USE_64 cd ../.. +cp %{SOURCE4} %{escxuldir}/%{esc_chromepath} + make BUILD_OPT=1 HAVE_LIB_NOTIFY=1 ESC_VERSION=%{version}-%{release} %install @@ -170,6 +176,8 @@ if [ -x %{_bindir}/gtk-update-icon-cache ]; then fi %changelog +* Thu Apr 26 2007 Jack Magne - 1.0.0-3 +- Many UI usability fixes. * Tue Apr 03 2007 Jack Magne - 1.0.0-2 * Mon Mar 05 2007 Jack Magne - 1.0.0-1 - Stability fixes