More UI fixes.

This commit is contained in:
Jack Magne 2007-04-26 16:57:41 +00:00
parent 1c044c8149
commit c643427ed8

View File

@ -1,6 +1,6 @@
Name: esc Name: esc
Version: 1.0.1 Version: 1.0.1
Release: 2%{?dist} Release: 3%{?dist}
Summary: Enterprise Security Client Smart Card Client Summary: Enterprise Security Client Smart Card Client
License: GPL License: GPL
URL: http://directory.fedora.redhat.com/wiki/CoolKey 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 Patch1: firefox-1.5-with-system-nss.patch
Patch2: firefox-1.1-nss-system-nspr.patch Patch2: firefox-1.1-nss-system-nspr.patch
Patch3: esc-1.0.1-admin-row-update.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: doxygen fontconfig-devel freetype-devel >= 2.1
BuildRequires: glib2-devel libIDL-devel atk-devel gtk2-devel libjpeg-devel BuildRequires: glib2-devel libIDL-devel atk-devel gtk2-devel libjpeg-devel
@ -43,12 +44,14 @@ AutoReqProv: 0
%define pixmapdir %{_datadir}/pixmaps %define pixmapdir %{_datadir}/pixmaps
%define docdir %{_defaultdocdir}/%{escname} %define docdir %{_defaultdocdir}/%{escname}
%define escappdir src/app/xpcom %define escappdir src/app/xpcom
%define escxuldir src/app/xul/esc
Source0: %{escname}.tar.bz2 Source0: %{escname}.tar.bz2
Source1: esc Source1: esc
Source2: esc.desktop Source2: esc.desktop
Source3: xulrunner-1.8.0.4-source.tar.bz2 Source3: xulrunner-1.8.0.4-source.tar.bz2
Source4: esc.png
%description %description
@ -62,6 +65,7 @@ cryptographic smartcards.
#Perform esc patching #Perform esc patching
%patch3 -p1 -b .fix3 %patch3 -p1 -b .fix3
%patch4 -p1 -b .fix4
#Unpack xulrunner where esc expects it to be. #Unpack xulrunner where esc expects it to be.
@ -86,6 +90,8 @@ export USE_64
cd ../.. cd ../..
cp %{SOURCE4} %{escxuldir}/%{esc_chromepath}
make BUILD_OPT=1 HAVE_LIB_NOTIFY=1 ESC_VERSION=%{version}-%{release} make BUILD_OPT=1 HAVE_LIB_NOTIFY=1 ESC_VERSION=%{version}-%{release}
%install %install
@ -170,6 +176,8 @@ if [ -x %{_bindir}/gtk-update-icon-cache ]; then
fi fi
%changelog %changelog
* Thu Apr 26 2007 Jack Magne <jmagne@redhat.com>- 1.0.0-3
- Many UI usability fixes.
* Tue Apr 03 2007 Jack Magne <jmagne@redhat.com>- 1.0.0-2 * Tue Apr 03 2007 Jack Magne <jmagne@redhat.com>- 1.0.0-2
* Mon Mar 05 2007 Jack Magne <jmagne@redhat.com>- 1.0.0-1 * Mon Mar 05 2007 Jack Magne <jmagne@redhat.com>- 1.0.0-1
- Stability fixes - Stability fixes