forked from pool/gettext-runtime
Accepting request 212184 from Base:System
- avoid testing gnulib copies - we're not interested in bugs in gnulib as we don't use it (forwarded request 212163 from coolo) OBS-URL: https://build.opensuse.org/request/show/212184 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gettext-runtime?expand=0&rev=53
This commit is contained in:
commit
7de0cc71e8
29
gettext-dont-test-gnulib.patch
Normal file
29
gettext-dont-test-gnulib.patch
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
Subject: This is not gnulib, so don't test it
|
||||||
|
From: Stephan Kulow <coolo@suse.de>
|
||||||
|
|
||||||
|
Index: gettext-0.18.3.1/gettext-tools/Makefile.am
|
||||||
|
===================================================================
|
||||||
|
--- gettext-0.18.3.1.orig/gettext-tools/Makefile.am
|
||||||
|
+++ gettext-0.18.3.1/gettext-tools/Makefile.am
|
||||||
|
@@ -19,7 +19,7 @@
|
||||||
|
AUTOMAKE_OPTIONS = 1.5 gnu no-dependencies
|
||||||
|
ACLOCAL_AMFLAGS = -I m4 -I ../gettext-runtime/m4 -I ../m4 -I gnulib-m4 -I libgrep/gnulib-m4 -I libgettextpo/gnulib-m4
|
||||||
|
|
||||||
|
-SUBDIRS = doc intl gnulib-lib libgrep src libgettextpo po projects styles misc man m4 tests gnulib-tests examples
|
||||||
|
+SUBDIRS = doc intl gnulib-lib libgrep src libgettextpo po projects styles misc man m4 tests examples
|
||||||
|
|
||||||
|
EXTRA_DIST = misc/DISCLAIM
|
||||||
|
MOSTLYCLEANFILES = core *.stackdump
|
||||||
|
Index: gettext-0.18.3.1/gettext-tools/Makefile.in
|
||||||
|
===================================================================
|
||||||
|
--- gettext-0.18.3.1.orig/gettext-tools/Makefile.in
|
||||||
|
+++ gettext-0.18.3.1/gettext-tools/Makefile.in
|
||||||
|
@@ -1551,7 +1551,7 @@ top_builddir = @top_builddir@
|
||||||
|
top_srcdir = @top_srcdir@
|
||||||
|
AUTOMAKE_OPTIONS = 1.5 gnu no-dependencies
|
||||||
|
ACLOCAL_AMFLAGS = -I m4 -I ../gettext-runtime/m4 -I ../m4 -I gnulib-m4 -I libgrep/gnulib-m4 -I libgettextpo/gnulib-m4
|
||||||
|
-SUBDIRS = doc intl gnulib-lib libgrep src libgettextpo po projects styles misc man m4 tests gnulib-tests examples
|
||||||
|
+SUBDIRS = doc intl gnulib-lib libgrep src libgettextpo po projects styles misc man m4 tests examples
|
||||||
|
|
||||||
|
# Allow users to use "gnulib-tool --update".
|
||||||
|
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 24 08:59:10 UTC 2013 - coolo@suse.com
|
||||||
|
|
||||||
|
- avoid testing gnulib copies - we're not interested in bugs in gnulib
|
||||||
|
as we don't use it
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Oct 20 11:01:11 UTC 2013 - jengelh@inai.de
|
Sun Oct 20 11:01:11 UTC 2013 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -61,6 +61,8 @@ Patch: gettext-0.12.1-sigfpe.patch
|
|||||||
Patch2: gettext-0.12.1-gettextize.patch
|
Patch2: gettext-0.12.1-gettextize.patch
|
||||||
Patch4: gettext-po-mode.diff
|
Patch4: gettext-po-mode.diff
|
||||||
Patch5: gettext-initialize_vars.patch
|
Patch5: gettext-initialize_vars.patch
|
||||||
|
# PATCH-FIX-OPENSUSE gettext-dont-test-gnulib.patch -- coolo@suse.de
|
||||||
|
Patch6: gettext-dont-test-gnulib.patch
|
||||||
Patch9: gettext-needlessly_init_vars.patch
|
Patch9: gettext-needlessly_init_vars.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -116,6 +118,7 @@ as well as project examples.
|
|||||||
%patch2
|
%patch2
|
||||||
%patch4
|
%patch4
|
||||||
%patch5
|
%patch5
|
||||||
|
%patch6 -p1
|
||||||
%patch9
|
%patch9
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 24 08:59:10 UTC 2013 - coolo@suse.com
|
||||||
|
|
||||||
|
- avoid testing gnulib copies - we're not interested in bugs in gnulib
|
||||||
|
as we don't use it
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Oct 20 11:01:11 UTC 2013 - jengelh@inai.de
|
Sun Oct 20 11:01:11 UTC 2013 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -61,6 +61,8 @@ Patch: gettext-0.12.1-sigfpe.patch
|
|||||||
Patch2: gettext-0.12.1-gettextize.patch
|
Patch2: gettext-0.12.1-gettextize.patch
|
||||||
Patch4: gettext-po-mode.diff
|
Patch4: gettext-po-mode.diff
|
||||||
Patch5: gettext-initialize_vars.patch
|
Patch5: gettext-initialize_vars.patch
|
||||||
|
# PATCH-FIX-OPENSUSE gettext-dont-test-gnulib.patch -- coolo@suse.de
|
||||||
|
Patch6: gettext-dont-test-gnulib.patch
|
||||||
Patch9: gettext-needlessly_init_vars.patch
|
Patch9: gettext-needlessly_init_vars.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -116,6 +118,7 @@ as well as project examples.
|
|||||||
%patch2
|
%patch2
|
||||||
%patch4
|
%patch4
|
||||||
%patch5
|
%patch5
|
||||||
|
%patch6 -p1
|
||||||
%patch9
|
%patch9
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
Loading…
Reference in New Issue
Block a user