More UI fixes.
This commit is contained in:
parent
1c044c8149
commit
c643427ed8
10
esc.spec
10
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 <jmagne@redhat.com>- 1.0.0-3
|
||||
- Many UI usability fixes.
|
||||
* 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
|
||||
- Stability fixes
|
||||
|
Loading…
Reference in New Issue
Block a user