[packages/enscript] fix gettext macro

atler atler at pld-linux.org
Wed Dec 9 18:38:51 CET 2020


commit 66fc8dd4af9eab8ae4fcc6d8092788c7bace581f
Author: Jan Palus <atler at pld-linux.org>
Date:   Wed Dec 9 18:36:38 2020 +0100

    fix gettext macro

 enscript-gettext.patch | 11 +++++++++++
 enscript.spec          |  2 ++
 2 files changed, 13 insertions(+)
---
diff --git a/enscript.spec b/enscript.spec
index bcf1966..a8b5e8e 100644
--- a/enscript.spec
+++ b/enscript.spec
@@ -17,6 +17,7 @@ Patch1:		%{name}-debian.patch
 Patch2:		%{name}-info.patch
 Patch3:		%{name}-php.patch
 Patch4:		%{name}-ac.patch
+Patch5:		%{name}-gettext.patch
 URL:		http://www.gnu.org/software/enscript/
 BuildRequires:	autoconf >= 2.61
 BuildRequires:	automake
@@ -54,6 +55,7 @@ página física (lado a lado) ou modificar as fontes do texto.
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 %build
 %{__gettextize}
diff --git a/enscript-gettext.patch b/enscript-gettext.patch
new file mode 100644
index 0000000..8306e9a
--- /dev/null
+++ b/enscript-gettext.patch
@@ -0,0 +1,11 @@
+--- enscript-1.6.6/configure.ac.orig	2020-12-09 18:33:27.121417552 +0100
++++ enscript-1.6.6/configure.ac	2020-12-09 18:33:36.441437459 +0100
+@@ -96,7 +96,7 @@
+ AC_SUBST(PSLEVEL)
+ 
+ dnl Internationalization.
+-AM_GNU_GETTEXT
++AM_GNU_GETTEXT([external])
+ AM_GNU_GETTEXT_VERSION([0.17])
+ 
+ dnl Path separator character.
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/enscript.git/commitdiff/66fc8dd4af9eab8ae4fcc6d8092788c7bace581f



More information about the pld-cvs-commit mailing list