]> git.pld-linux.org Git - packages/enscript.git/commitdiff
fix gettext macro master
authorJan Palus <atler@pld-linux.org>
Wed, 9 Dec 2020 17:36:38 +0000 (18:36 +0100)
committerJan Palus <atler@pld-linux.org>
Wed, 9 Dec 2020 17:36:38 +0000 (18:36 +0100)
enscript-gettext.patch [new file with mode: 0644]
enscript.spec

diff --git a/enscript-gettext.patch b/enscript-gettext.patch
new file mode 100644 (file)
index 0000000..8306e9a
--- /dev/null
@@ -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.
index 30c64a9dc6eff7a27595c9a42373e992e4909842..a8b5e8ec65324cbe7e77072138e707aa0231fd40 100644 (file)
@@ -7,7 +7,7 @@ Summary(pl.UTF-8):      Konwertuje czyste ASCII do PostScriptu
 Summary(pt_BR.UTF-8):  Converte texto ASCII para postscript
 Name:          enscript
 Version:       1.6.6
-Release:       1
+Release:       2
 License:       GPL v3+
 Group:         Applications/Publishing
 Source0:       http://ftp.gnu.org/gnu/enscript/%{name}-%{version}.tar.gz
@@ -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}
This page took 0.095466 seconds and 4 git commands to generate.