Fix for license issue.

This commit is contained in:
Jack Magne 2007-08-30 21:47:07 +00:00
parent 0f92ea8ca8
commit 5b1d2c3d13
2 changed files with 16 additions and 2 deletions

11
esc-1.0.1-lic-fix.patch Normal file
View File

@ -0,0 +1,11 @@
--- ./esc/src/app/xul/esc/application.ini.fix7 2007-08-30 10:13:53.000000000 -0700
+++ ./esc/src/app/xul/esc/application.ini 2007-08-30 10:14:19.000000000 -0700
@@ -25,7 +25,7 @@
Name=ESC
;
; This field specifies your application's version. This field is optional.
-Version=1.0.1-5
+Version=1.0.1-7
;
; This field specifies your application's build ID (timestamp). This field is
; required.

View File

@ -1,8 +1,8 @@
Name: esc
Version: 1.0.1
Release: 6%{?dist}
Release: 7%{?dist}
Summary: Enterprise Security Client Smart Card Client
License: GPL
License: GPL+
URL: http://directory.fedora.redhat.com/wiki/CoolKey
Group: Applications/Internet
@ -14,6 +14,7 @@ Patch3: esc-1.0.1-admin-row-update.patch
Patch4: esc-1.0.1-ui-fixes-1.patch
Patch5: esc-1.0.1-log-fixes.patch
Patch6: esc-1.0.1-log-fixes-1.patch
Patch7: esc-1.0.1-lic-fix.patch
BuildRequires: doxygen fontconfig-devel freetype-devel >= 2.1
BuildRequires: glib2-devel libIDL-devel atk-devel gtk2-devel libjpeg-devel
@ -70,6 +71,7 @@ cryptographic smartcards.
%patch4 -p1 -b .fix4
%patch5 -p1 -b .fix5
%patch6 -p1 -b .fix6
%patch7 -p1 -b .fix7
#Unpack xulrunner where esc expects it to be.
@ -185,6 +187,7 @@ if [ -x %{_bindir}/gtk-update-icon-cache ]; then
fi
%changelog
* Thu Aug 30 2007 Jack Magne <jmagne@redhat.com> License field change- 1.0.1-7
* Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 1.0.1-6
- Rebuild for selinux ppc32 issue.