forked from pool/gettext-runtime
Accepting request 681653 from Base:System
OBS-URL: https://build.opensuse.org/request/show/681653 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gettext-runtime?expand=0&rev=78
This commit is contained in:
commit
7a8f5fac1c
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 4 11:28:14 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Only Require(Pre/Post) info in the non-mini variant: as the -mini
|
||||||
|
version is only used inside OBS, it is irrelevant if the info
|
||||||
|
files are present and registered or not.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Oct 6 19:29:11 UTC 2018 - Bernhard Wiedemann <bwiedemann@suse.com>
|
Sat Oct 6 19:29:11 UTC 2018 - Bernhard Wiedemann <bwiedemann@suse.com>
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gettext-runtime-mini
|
# spec file for package gettext-runtime
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -92,8 +92,10 @@ Summary: Tools for Native Language Support (NLS)
|
|||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
Group: Development/Tools/Other
|
Group: Development/Tools/Other
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
|
%if %{without mini}
|
||||||
Requires(post): info
|
Requires(post): info
|
||||||
Requires(preun): info
|
Requires(preun): info
|
||||||
|
%endif
|
||||||
Provides: gettext-devel = %{version}
|
Provides: gettext-devel = %{version}
|
||||||
%if %{without mini}
|
%if %{without mini}
|
||||||
# bug437293
|
# bug437293
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 4 11:28:14 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Only Require(Pre/Post) info in the non-mini variant: as the -mini
|
||||||
|
version is only used inside OBS, it is irrelevant if the info
|
||||||
|
files are present and registered or not.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Oct 6 19:29:11 UTC 2018 - Bernhard Wiedemann <bwiedemann@suse.com>
|
Sat Oct 6 19:29:11 UTC 2018 - Bernhard Wiedemann <bwiedemann@suse.com>
|
||||||
|
|
||||||
|
@ -92,8 +92,10 @@ Summary: Tools for Native Language Support (NLS)
|
|||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
Group: Development/Tools/Other
|
Group: Development/Tools/Other
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
|
%if %{without mini}
|
||||||
Requires(post): info
|
Requires(post): info
|
||||||
Requires(preun): info
|
Requires(preun): info
|
||||||
|
%endif
|
||||||
Provides: gettext-devel = %{version}
|
Provides: gettext-devel = %{version}
|
||||||
%if %{without mini}
|
%if %{without mini}
|
||||||
# bug437293
|
# bug437293
|
||||||
|
Loading…
Reference in New Issue
Block a user