From 8288d6f29daa26a8b67245502529dc2c9909e227 Mon Sep 17 00:00:00 2001 From: Robert Scheck Date: Sat, 21 Mar 2009 16:30:56 +0000 Subject: [PATCH] Removed moving of non-existing documentation flite directory --- flite-1.3-doc_texinfo.patch | 12 ------------ flite.spec | 5 ++++- 2 files changed, 4 insertions(+), 13 deletions(-) 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 - 1.3-13 +- Removed moving of non-existing documentation flite directory + * Tue Feb 24 2009 Fedora Release Engineering - 1.3-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild