auto-import esc-1.0.0-9 on branch devel from esc-1.0.0-9.src.rpm

This commit is contained in:
Jack Magne 2006-08-31 04:15:03 +00:00
parent 3861e4c9d0
commit fe0fa30133

View File

@ -1,6 +1,6 @@
Name: esc
Version: 1.0.0
Release: 8%{?dist}
Release: 9%{?dist}
Summary: Enterprise Security Client Smart Card Client
License: GPL
URL: http://directory.fedora.redhat.com/wiki/CoolKey
@ -15,6 +15,7 @@ Patch4: firefox-1.1-nss-system-nspr.patch
Patch5: esc-1.0.0-xul-sys-nss-nspr.patch
Patch6: esc-1.0.0-ui-enhance.patch
Patch7: esc-1.0.0-notify-icon-fixes.patch
Patch8: esc-1.0.0-strings-fix.patch
BuildRequires: doxygen fontconfig-devel freetype-devel >= 2.1
BuildRequires: glib2-devel libIDL-devel atk-devel gtk2-devel libjpeg-devel
@ -68,6 +69,7 @@ cryptographic smartcards.
%patch5 -p1 -b .fix5
%patch6 -p1 -b .fix6
%patch7 -p1 -b .fix7
%patch8 -p1 -b .fix8
#Unpack xulrunner where esc expects it to be.
@ -175,6 +177,9 @@ if [ -x %{_bindir}/gtk-update-icon-cache ]; then
fi
%changelog
* Wed Aug 30 2006 Jack Magne <jmagne@redhat.com>- 1.0.0-9
- Revision of the strings used in ESC.
* Sat Aug 27 2006 Jack Magne <jmagne@redhat.com>- 1.0.0-8
- Fixes to get libnotify working properly on FC6 systems.