Blame SOURCES/esc-1.1.0-fix18.patch

ec4b96
diff -up ./esc/coreconf/Linux3.10.mk.fix18 ./esc/coreconf/Linux3.10.mk
ec4b96
--- ./esc/coreconf/Linux3.10.mk.fix18	2013-07-30 11:32:33.214414126 -0700
ec4b96
+++ ./esc/coreconf/Linux3.10.mk	2013-07-30 11:32:33.214414126 -0700
ec4b96
@@ -0,0 +1,35 @@
ec4b96
+# BEGIN COPYRIGHT BLOCK
ec4b96
+# This Program is free software; you can redistribute it and/or modify it under
ec4b96
+# the terms of the GNU General Public License as published by the Free Software
ec4b96
+# Foundation; version 2 of the License.
ec4b96
+#
ec4b96
+# This Program is distributed in the hope that it will be useful, but WITHOUT
ec4b96
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
ec4b96
+# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
ec4b96
+#
ec4b96
+# You should have received a copy of the GNU General Public License along with
ec4b96
+# this Program; if not, write to the Free Software Foundation, Inc., 59 Temple
ec4b96
+# Place, Suite 330, Boston, MA 02111-1307 USA.
ec4b96
+#
ec4b96
+# Copyright (C) 2005 Red Hat, Inc.
ec4b96
+# All rights reserved.
ec4b96
+# END COPYRIGHT BLOCK
ec4b96
+
ec4b96
+#
ec4b96
+# Config stuff for Linux 3.10 (ELF)
ec4b96
+#
ec4b96
+
ec4b96
+include $(CORE_DEPTH)/coreconf/Linux.mk
ec4b96
+
ec4b96
+OS_REL_CFLAGS   += -DLINUX2_1
ec4b96
+MKSHLIB         = $(CC) -shared -Wl,-soname -Wl,$(@:$(OBJDIR)/%.so=%.so)
ec4b96
+ifdef BUILD_OPT
ec4b96
+            OPTIMIZER       = -O2
ec4b96
+endif
ec4b96
+
ec4b96
+ifdef MAPFILE
ec4b96
+	MKSHLIB += -Wl,--version-script,$(MAPFILE)
ec4b96
+endif
ec4b96
+PROCESS_MAP_FILE = grep -v ';-' $(LIBRARY_NAME).def | \
ec4b96
+        sed -e 's,;+,,' -e 's; DATA ;;' -e 's,;;,,' -e 's,;.*,;,' > $@
ec4b96
+
ec4b96
diff -up ./esc/rpm/esc.1.fix18 ./esc/rpm/esc.1
ec4b96
--- ./esc/rpm/esc.1.fix18	2013-07-30 11:32:33.215414126 -0700
ec4b96
+++ ./esc/rpm/esc.1	2013-07-30 11:32:33.215414126 -0700
ec4b96
@@ -0,0 +1,47 @@
ec4b96
+.\" First parameter, NAME, should be all caps
ec4b96
+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
ec4b96
+.\" other parameters are allowed: see man(7), man(1)
ec4b96
+.TH esc 1 "July 30, 2013" "version 1.0.1" "Smart Card Manager" Jack Magne
ec4b96
+.\" Please adjust this date whenever revising the man page.
ec4b96
+.\"
ec4b96
+.\" Some roff macros, for reference:
ec4b96
+.\" .nh        disable hyphenation
ec4b96
+.\" .hy        enable hyphenation
ec4b96
+.\" .ad l      left justify
ec4b96
+.\" .ad b      justify to both left and right margins
ec4b96
+.\" .nf        disable filling
ec4b96
+.\" .fi        enable filling
ec4b96
+.\" .br        insert line break
ec4b96
+.\" .sp <n>    insert n+1 empty lines
ec4b96
+.\" for man page specific macros, see man(7)
ec4b96
+.SH NAME
ec4b96
+esc \- Minimal Command-Line Interface for Smart Card Manager.
ec4b96
+
ec4b96
+.SH SYNOPSIS
ec4b96
+esc [options] 
ec4b96
+
ec4b96
+.SH DESCRIPTION
ec4b96
+.PP
ec4b96
+\fBesc\fR provides a minimal command-line interface to Smart Card Manager which allows users to manage Smart Cards on the system. The program is most often run automatically when the user logs into the system or when an actual smart card is entered into the computer. This minimal command line interface may be of use in unusual circumstances.
ec4b96
+  
ec4b96
+.SH OPTIONS
ec4b96
+.TP
ec4b96
+NO Options.
ec4b96
+Will start the esc daemon if not running. Will start the esc UI if daemon is running.
ec4b96
+.TP
ec4b96
+.TP
ec4b96
+--version
ec4b96
+Displays the version number of esc.
ec4b96
+.TP
ec4b96
+
ec4b96
+
ec4b96
+
ec4b96
+
ec4b96
+.SH FILES
ec4b96
+.I /usr/bin/esc
ec4b96
+
ec4b96
+.SH AUTHORS
ec4b96
+Jack Magne <jmagne@redhat.com> \fBesc\fP was written with the Dogtag project.
ec4b96
+
ec4b96
+.SH COPYRIGHT
ec4b96
+Copyright (c) 2013 Red Hat, Inc. 
ec4b96
diff -up ./esc/rpm/esc.desktop.fix18 ./esc/rpm/esc.desktop
ec4b96
--- ./esc/rpm/esc.desktop.fix18	2013-07-30 14:20:31.906223946 -0700
ec4b96
+++ ./esc/rpm/esc.desktop	2013-07-30 14:35:42.684255272 -0700
ec4b96
@@ -1,8 +1,7 @@
ec4b96
 [Desktop Entry]
ec4b96
 Type=Application
ec4b96
-Encoding=UTF-8
ec4b96
 Name=Smart Card Manager
ec4b96
 Comment=Enterprise Security Client Smart Card Manager
ec4b96
-Categories=System;Application;SystemSetup;X-Red-Hat-Base;
ec4b96
+Categories=System;Application;X-Red-Hat-Base;
ec4b96
 Exec=esc
ec4b96
-Icon=esc.png
ec4b96
+Icon=esc-png