[packages/recode] explicitly define encoding for texinfo file

atler atler at pld-linux.org
Sat May 2 18:46:29 CEST 2020


commit 1a958a8601525dd8b2684dbd2497144d15ffdba1
Author: Jan Palus <atler at pld-linux.org>
Date:   Sat May 2 18:45:55 2020 +0200

    explicitly define encoding for texinfo file
    
    decoding fails with utf-8 by default

 recode.spec | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/recode.spec b/recode.spec
index c0bf9f9..256e138 100644
--- a/recode.spec
+++ b/recode.spec
@@ -83,6 +83,8 @@ Biblioteka statyczna librecode.
 # duplicate of m4/*.m4 files
 %{__rm} acinclude.m4
 
+%{__sed} -i '1 i @documentencoding ISO-8859-1' doc/recode.texi
+
 %build
 %{__libtoolize}
 %{__aclocal} -I m4
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/recode.git/commitdiff/1a958a8601525dd8b2684dbd2497144d15ffdba1



More information about the pld-cvs-commit mailing list