]> git.pld-linux.org Git - packages/gettext.git/commitdiff
- arrrrgh - gettextize-fix patch (fix for AM_GNU_GETTEXT_VERSION breakage)
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 24 Nov 2002 22:54:24 +0000 (22:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 4

Changed files:
    gettext-gettextize-fix.patch -> 1.1
    gettext.spec -> 1.76

gettext-gettextize-fix.patch [new file with mode: 0644]
gettext.spec

diff --git a/gettext-gettextize-fix.patch b/gettext-gettextize-fix.patch
new file mode 100644 (file)
index 0000000..ea85837
--- /dev/null
@@ -0,0 +1,11 @@
+--- gettext-0.11.5/misc/gettextize.in.orig     Sun Nov 24 22:26:59 2002
++++ gettext-0.11.5/misc/gettextize.in  Sun Nov 24 22:27:43 2002
+@@ -869,7 +869,7 @@
+ func_modify_configure_in "(AC_OUTPUT): Remove command that created po/Makefile."
+ sed -e '/^\(dnl \|\)AC_LINK_FILES(\$nls_cv_header_libgt, \$nls_cv_header_intl)$/d' < "$srcdir/$configure_in" > "$srcdir/$configure_in.tmp"
+ func_modify_configure_in "(AC_LINK_FILES): Remove invocation."
+-sed -e 's/^AM_GNU_GETTEXT_VERSION([^()]*)/AM_GNU_GETTEXT_VERSION('"$version"'/' < "$srcdir/$configure_in" > "$srcdir/$configure_in.tmp"
++sed -e 's/^AM_GNU_GETTEXT_VERSION([^()]*)/AM_GNU_GETTEXT_VERSION('"$version"')/' < "$srcdir/$configure_in" > "$srcdir/$configure_in.tmp"
+ func_modify_configure_in "(AM_GNU_GETTEXT_VERSION): Bump to $version."
+ $do_changelog && func_ChangeLog_finish
index d6278aef2470a355b5f817af7586c5b02da4d476..9a2981bfc444b8149eb4ad65cb4cfd5db0e95323 100644 (file)
@@ -13,7 +13,7 @@ Summary(pt_BR):       Utilit
 Summary(tr):   Desteði için kitaplýk ve araçlar
 Name:          gettext
 Version:       0.11.5
-Release:       3
+Release:       4
 License:       GPL
 Group:         Development/Tools
 Source0:       ftp://ftp.gnu.org/pub/gnu/gettext/%{name}-%{version}.tar.gz
@@ -22,6 +22,7 @@ Patch1:               %{name}-info.patch
 Patch2:                %{name}-aclocal.patch
 Patch3:                %{name}-killkillkill.patch
 Patch4:                %{name}-pl.po-update.patch
+Patch5:                %{name}-gettextize-fix.patch
 BuildRequires: autoconf >= 2.52
 BuildRequires: automake
 %{!?_without_java:%{!?_with_javac:BuildRequires: gcj >= 3.0}}
@@ -172,6 +173,7 @@ wersji.
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 %build
 rm -f m4/libtool.m4 aclocal.m4 missing
This page took 0.130007 seconds and 4 git commands to generate.