[emacspeak/f17] patch tclsh8.4_ia32 in 32-outloud

Jens Petersen petersen at fedoraproject.org
Mon Jul 30 08:16:53 UTC 2012


commit b61f02e70fbf6aad43a18bb80364faeb2fb8155c
Author: Jens Petersen <petersen at redhat.com>
Date:   Mon Jul 30 17:16:33 2012 +0900

    patch tclsh8.4_ia32 in 32-outloud

 emacspeak-36.0-tclsh8.4_ia32.patch |    8 ++++++++
 emacspeak.spec                     |    7 ++++++-
 2 files changed, 14 insertions(+), 1 deletions(-)
---
diff --git a/emacspeak-36.0-tclsh8.4_ia32.patch b/emacspeak-36.0-tclsh8.4_ia32.patch
new file mode 100644
index 0000000..fac5de5
--- /dev/null
+++ b/emacspeak-36.0-tclsh8.4_ia32.patch
@@ -0,0 +1,8 @@
+--- emacspeak-36.0/servers/32-outloud~	2012-03-21 02:29:26.000000000 +0900
++++ emacspeak-36.0/servers/32-outloud	2012-07-30 12:33:39.103341892 +0900
+@@ -1,4 +1,4 @@
+-#!/usr/bin/tclsh8.4_ia32
++#!/usr/bin/tclsh
+ # Keywords: Emacspeak, ViaVoice Outloud , TCL
+ # {{{ LCD Entry: 
+ 
diff --git a/emacspeak.spec b/emacspeak.spec
index 2ebd064..e4288c9 100644
--- a/emacspeak.spec
+++ b/emacspeak.spec
@@ -1,7 +1,7 @@
 Summary: Emacs Speech interface
 Name: emacspeak
 Version: 36.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 # main lisp files are GPL2+
 # lisp/atom-blogger and lisp/g-client are BSD
 License: GPLv2+ and BSD
@@ -16,6 +16,7 @@ BuildArchitectures: noarch
 BuildRequires: emacs findutils perl texinfo
 Requires: emacs, tclx
 Patch0: emacspeak-install-info-dir.patch
+Patch1: emacspeak-36.0-tclsh8.4_ia32.patch
 
 %description 
 Emacspeak is a speech interface that allows visually impaired users to
@@ -31,6 +32,7 @@ opens up the Internet to visually impaired users around the world.
 %prep
 %setup -q
 %patch0 -p1 -b .0-infodir
+%patch1 -p1 -b .1-tclsh
 
 for i in `find . -type f -exec grep -q /usr/bin/tcl$ '{}' ';' -print` ; do
   sed -i -e "s%#!/usr/bin/tcl$%#!/usr/bin/tclsh\npackage require Tclx%" $i
@@ -71,6 +73,9 @@ rm -rf %{buildroot}
 %{_infodir}/*
 
 %changelog
+* Mon Jul 30 2012 Jens Petersen <petersen at redhat.com> - 36.0-2
+- patch tclsh8.4_ia32 in 32-outloud
+
 * Wed Jul 25 2012 Jens Petersen <petersen at redhat.com> - 36.0-1
 - update to 36.0
 


More information about the scm-commits mailing list