forked from pool/lua-argparse
Accepting request 1037585 from devel:languages:lua
Forwarded request #1037524 from michals - Fix missing dependency on lua-macros (boo#1205612) OBS-URL: https://build.opensuse.org/request/show/1037585 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua-argparse?expand=0&rev=4
This commit is contained in:
commit
727a4c7b93
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 23 10:12:59 UTC 2022 - Michal Suchanek <msuchanek@suse.com>
|
||||||
|
|
||||||
|
- Fix missing dependency on lua-macros (boo#1205612)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 11 09:25:21 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
Thu Feb 11 09:25:21 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package lua-argparse
|
# spec file for package lua-argparse
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -36,6 +36,9 @@ BuildRequires: %{flavor}-devel
|
|||||||
Requires: %{flavor}
|
Requires: %{flavor}
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%lua_provides
|
%lua_provides
|
||||||
|
%if "%{flavor}" != "test"
|
||||||
|
BuildRequires: lua-macros
|
||||||
|
%endif
|
||||||
%if "%{flavor}" == ""
|
%if "%{flavor}" == ""
|
||||||
Name: lua-argparse
|
Name: lua-argparse
|
||||||
ExclusiveArch: do_not_build
|
ExclusiveArch: do_not_build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user