commit ec59cd76bfc4e8710f0a935724e27f7038a17a1c
Author: Jan Rękorajski <[email protected]>
Date:   Thu Mar 5 18:34:52 2015 +0100

    - texinfo invocation fix
    - rel 2

 flite.spec     |  4 +++-
 texinfo5.patch | 11 +++++++++++
 2 files changed, 14 insertions(+), 1 deletion(-)
---
diff --git a/flite.spec b/flite.spec
index 868a3a6..63b67dc 100644
--- a/flite.spec
+++ b/flite.spec
@@ -10,7 +10,7 @@ Summary(pl.UTF-8):    flite - mały, szybki silnik syntezy mowy
 Summary(ru.UTF-8):     flite - маленькое, быстрое средство для синтеза речи
 Name:          flite
 Version:       1.4
-Release:       1
+Release:       2
 License:       Custom, see COPYING
 Group:         Applications/Sound
 Source0:       
http://www.speech.cs.cmu.edu/flite/packed/flite-1.4/%{name}-%{version}-release.tar.bz2
@@ -24,6 +24,7 @@ Patch3:               %{name}-version.patch
 #
 Patch4:                %{name}-DESTDIR.patch
 Patch5:                %{name}-fix-audiodriver-setup.patch
+Patch6:                texinfo5.patch
 URL:           http://cmuflite.org/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -96,6 +97,7 @@ Statyczna biblioteka flite - małego, szybkiego silnika 
syntezy mowy.
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
 
 %build
 cp -f /usr/share/automake/config.sub .
diff --git a/texinfo5.patch b/texinfo5.patch
new file mode 100644
index 0000000..3998367
--- /dev/null
+++ b/texinfo5.patch
@@ -0,0 +1,11 @@
+--- flite-1.4-release/doc/Makefile~    2015-03-05 18:29:30.000000000 +0100
++++ flite-1.4-release/doc/Makefile     2015-03-05 18:31:22.741901079 +0100
+@@ -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-sections -split_chapter ../flite.texi)
+       @ if [ -d html/flite ] ; \
+         then mv html/flite/*.html html ; \
+                rmdir html/flite; fi
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/flite.git/commitdiff/ec59cd76bfc4e8710f0a935724e27f7038a17a1c

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to