forked from pool/gettext-runtime
Accepting request 510963 from home:dimstar:Factory
- Ignore rpm-build's dependency on gettext-tools while building the -mini variant: before gettext-runtime-mini is built, there is no provider of this symbol in a bootstrap cycle. - Ignore rpm-build's dependency on gettext-tools while building the -mini variant: before gettext-runtime-mini is built, there is no provider of this symbol in a bootstrap cycle. OBS-URL: https://build.opensuse.org/request/show/510963 OBS-URL: https://build.opensuse.org/package/show/Base:System/gettext-runtime?expand=0&rev=134
This commit is contained in:
parent
680eef342e
commit
00cd035a81
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gettext-csharp
|
# spec file for package gettext-csharp
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gettext-java
|
# spec file for package gettext-java
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 17 11:52:13 UTC 2017 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Ignore rpm-build's dependency on gettext-tools while building
|
||||||
|
the -mini variant: before gettext-runtime-mini is built, there is
|
||||||
|
no provider of this symbol in a bootstrap cycle.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jul 1 16:45:19 UTC 2017 - dimstar@opensuse.org
|
Sat Jul 1 16:45:19 UTC 2017 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gettext-runtime
|
# spec file for package gettext-runtime-mini
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -48,6 +48,8 @@ Conflicts: gettext-tools-mini
|
|||||||
%else
|
%else
|
||||||
# to allow a prjconf preference which to take per build
|
# to allow a prjconf preference which to take per build
|
||||||
Provides: gettext-runtime = %{version}
|
Provides: gettext-runtime = %{version}
|
||||||
|
# rpm-build requires gettext-tools, but we will only just be building it
|
||||||
|
#!BuildIgnore: gettext-tools
|
||||||
%endif
|
%endif
|
||||||
Summary: Tools for Native Language Support (NLS)
|
Summary: Tools for Native Language Support (NLS)
|
||||||
License: GPL-3.0+ and LGPL-2.0+
|
License: GPL-3.0+ and LGPL-2.0+
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 17 11:52:13 UTC 2017 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Ignore rpm-build's dependency on gettext-tools while building
|
||||||
|
the -mini variant: before gettext-runtime-mini is built, there is
|
||||||
|
no provider of this symbol in a bootstrap cycle.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jul 1 16:45:19 UTC 2017 - dimstar@opensuse.org
|
Sat Jul 1 16:45:19 UTC 2017 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gettext-runtime
|
# spec file for package gettext-runtime
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -48,6 +48,8 @@ Conflicts: gettext-tools-mini
|
|||||||
%else
|
%else
|
||||||
# to allow a prjconf preference which to take per build
|
# to allow a prjconf preference which to take per build
|
||||||
Provides: gettext-runtime = %{version}
|
Provides: gettext-runtime = %{version}
|
||||||
|
# rpm-build requires gettext-tools, but we will only just be building it
|
||||||
|
#!BuildIgnore: gettext-tools
|
||||||
%endif
|
%endif
|
||||||
Summary: Tools for Native Language Support (NLS)
|
Summary: Tools for Native Language Support (NLS)
|
||||||
License: GPL-3.0+ and LGPL-2.0+
|
License: GPL-3.0+ and LGPL-2.0+
|
||||||
|
Loading…
Reference in New Issue
Block a user