rpms/emacspeak/devel emacspeak-no-linux-espeak.patch, NONE, 1.1 .cvsignore, 1.7, 1.8 emacspeak-tcl-pkgreq-tclx.patch, 1.3, 1.4 emacspeak.spec, 1.19, 1.20 sources, 1.7, 1.8

Jens Petersen (petersen) fedora-extras-commits at redhat.com
Mon May 21 03:57:24 UTC 2007


Author: petersen

Update of /cvs/pkgs/rpms/emacspeak/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23908

Modified Files:
	.cvsignore emacspeak-tcl-pkgreq-tclx.patch emacspeak.spec 
	sources 
Added Files:
	emacspeak-no-linux-espeak.patch 
Log Message:
- update to 26
- add emacspeak-no-linux-espeak.patch for missing linux-espeak


emacspeak-no-linux-espeak.patch:

--- NEW FILE emacspeak-no-linux-espeak.patch ---
diff -u emacspeak-26.0/Makefile~ emacspeak-26.0/Makefile
--- emacspeak-26.0/Makefile~	2007-05-21 13:40:57.000000000 +1000
+++ emacspeak-26.0/Makefile	2007-05-21 13:40:57.000000000 +1000
@@ -283,8 +283,8 @@
 	$(INSTALL) -d $(libdir)/servers
 	$(INSTALL) -d $(libdir)/servers/linux-outloud
 	$(INSTALL)  -m 755 ${OUTLOUD}  $(libdir)/servers/linux-outloud
-	$(INSTALL) -d $(libdir)/servers/linux-espeak
-	$(INSTALL)  -m 755 ${ESPEAK}  $(libdir)/servers/linux-espeak
+#	$(INSTALL) -d $(libdir)/servers/linux-espeak
+#	$(INSTALL)  -m 755 ${ESPEAK}  $(libdir)/servers/linux-espeak
 	$(INSTALL) -d $(libdir)/servers/software-dtk
 	$(INSTALL)  -m 755 ${DTKTTS}  $(libdir)/servers/software-dtk
 	$(INSTALL)  -m 755 ${TCL_PROGRAMS}  $(libdir)/servers


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/emacspeak/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	22 Jan 2007 00:19:25 -0000	1.7
+++ .cvsignore	21 May 2007 03:56:49 -0000	1.8
@@ -1 +1,2 @@
 emacspeak-25.tar.bz2
+emacspeak-26.tar.bz2

emacspeak-tcl-pkgreq-tclx.patch:

Index: emacspeak-tcl-pkgreq-tclx.patch
===================================================================
RCS file: /cvs/pkgs/rpms/emacspeak/devel/emacspeak-tcl-pkgreq-tclx.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- emacspeak-tcl-pkgreq-tclx.patch	23 Jan 2007 23:24:39 -0000	1.3
+++ emacspeak-tcl-pkgreq-tclx.patch	21 May 2007 03:56:49 -0000	1.4
@@ -60,21 +60,15 @@
  
 --- emacspeak-25/servers/ssh-outloud.1-tclx	2006-08-30 12:50:04.000000000 +1000
 +++ emacspeak-25/servers/ssh-outloud	2007-01-22 10:12:40.000000000 +1000
-@@ -1,4 +1,6 @@
+@@ -1,1 +1,3 @@
 -#!/usr/bin/tcl
 +#!/usr/bin/tclsh
 +package require Tclx
 +
- #$Id$
- #Description: Launch a TTS server on a remote host.
- #Copyright (C) 1995 -- 2006, T. V. Raman 
 --- emacspeak-25/servers/ssh-dtk-exp.1-tclx	2006-08-30 12:50:04.000000000 +1000
 +++ emacspeak-25/servers/ssh-dtk-exp	2007-01-22 10:12:24.000000000 +1000
-@@ -1,4 +1,6 @@
+@@ -1,1 +1,3 @@
 -#!/usr/bin/tcl
 +#!/usr/bin/tclsh
 +package require Tclx
 +
- #$Id$
- #Description: Launch a TTS server on a remote host.
- #Copyright (C) 1995 -- 2006, T. V. Raman 


Index: emacspeak.spec
===================================================================
RCS file: /cvs/pkgs/rpms/emacspeak/devel/emacspeak.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- emacspeak.spec	1 Mar 2007 00:46:22 -0000	1.19
+++ emacspeak.spec	21 May 2007 03:56:49 -0000	1.20
@@ -1,10 +1,10 @@
 Summary: emacspeak -- The Complete Audio Desktop
 Name: emacspeak
-Version: 25
-Release: 3%{?dist}
+Version: 26
+Release: 1%{?dist}
 License: GPL
 Group: Applications/Editors
-Source: http://download.sourceforge.net/emacspeak/emacspeak-%{version}.tar.bz2
+Source: http://emacspeak.googlecode.com/files/emacspeak-%{version}.tar.bz2
 Source10: filter-deps.sh
 %define __perl_requires %{SOURCE10}
 URL: http://emacspeak.sourceforge.net/
@@ -15,6 +15,7 @@
 Requires: emacs tclx
 Patch0: emacspeak-15.0-fixpref.patch
 Patch1: emacspeak-tcl-pkgreq-tclx.patch
+Patch2: emacspeak-no-linux-espeak.patch
 
 %description 
 Emacspeak is a speech interface that allows visually impaired users to
@@ -28,9 +29,10 @@
 opens up the Internet to visually impaired users around the world.
 
 %prep
-%setup -q -c
+%setup -q -n %{name}-%{version}.0
 %patch0 -p1
 %patch1 -p1 -b .1-tclx
+%patch2 -p1 -b .2-espeak
 
 
 %build
@@ -73,6 +75,10 @@
 %{_infodir}/*
 
 %changelog
+* Mon May 21 2007 Jens Petersen <petersen at redhat.com> - 26-1
+- update to 26
+- add emacspeak-no-linux-espeak.patch for missing linux-espeak
+
 * Thu Mar  1 2007 Jens Petersen <petersen at redhat.com> - 25-3
 - require emacs (lxo)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/emacspeak/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	22 Jan 2007 00:19:25 -0000	1.7
+++ sources	21 May 2007 03:56:49 -0000	1.8
@@ -1 +1 @@
-0024036a113f743f81ce277f5f557de8  emacspeak-25.tar.bz2
+808f7a96bdfaed769b987774f5201669  emacspeak-26.tar.bz2




More information about the fedora-extras-commits mailing list