diff --git a/flite-1.3-doc_texinfo.patch b/flite-1.3-doc_texinfo.patch index fe53dbe..4ce9a5c 100644 --- a/flite-1.3-doc_texinfo.patch +++ b/flite-1.3-doc_texinfo.patch @@ -28,15 +28,3 @@ diff -uNr flite-1.3-release/doc/flite.texi flite-1.3-mod/doc/flite.texi @end example Assuming the shell variable FLITEDIR is set to the flite directory the following will compile the system (with appropriate changes for -diff -uNr flite-1.3-release/doc/Makefile flite-1.3-mod/doc/Makefile ---- flite-1.3-release/doc/Makefile 2005-01-04 00:55:33.000000000 +0200 -+++ flite-1.3-mod/doc/Makefile 2006-05-08 12:39:45.000000000 +0200 -@@ -50,7 +50,7 @@ - flite.html: flite.texi - @ if [ ! -d html ] ; \ - then mkdir -p html ; fi -- (cd html; texi2html -number -split_chapter ../flite.texi) -+ (cd html; texi2html -number -split_chapter ../flite.texi; mv flite/* .; rmdir flite) - @ for i in html/*.html ; \ - do \ - sed 's/
//' $$i >ttt.html; \ diff --git a/flite.spec b/flite.spec index 9cc9ba3..fa11b01 100644 --- a/flite.spec +++ b/flite.spec @@ -1,6 +1,6 @@ Name: flite Version: 1.3 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Small, fast speech synthesis engine (text-to-speech) Group: Applications/Multimedia @@ -94,6 +94,9 @@ rm -rf %{buildroot} %changelog +* Sat Mar 21 2009 Robert Scheck