]> git.pld-linux.org Git - packages/flite.git/commitdiff
- texinfo invocation fix auto/th/flite-1.4-2
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 5 Mar 2015 17:34:52 +0000 (18:34 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Thu, 5 Mar 2015 17:34:52 +0000 (18:34 +0100)
- rel 2

flite.spec
texinfo5.patch [new file with mode: 0644]

index 868a3a6ba90bf6ef34921f795e7c3cc1154e83f2..63b67dc142d6abf9ba1624bc99e66d1a23fc1a6e 100644 (file)
@@ -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 (file)
index 0000000..3998367
--- /dev/null
@@ -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
This page took 0.064709 seconds and 4 git commands to generate.