forked from pool/erlang-getopt
Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
d26e84afde | |||
3398c4944a |
@@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 22 12:27:48 UTC 2024 - Simon Lees <sflees@suse.de>
|
||||||
|
|
||||||
|
- We use a linked copy of this package in some SUSE products and
|
||||||
|
to do so correctly, we need to ensure a minimum of erlang 26
|
||||||
|
Leap will soon get a versioned copy of erlang26 as well
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Feb 26 16:48:21 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Sun Feb 26 16:48:21 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -26,9 +26,9 @@ License: BSD-3-Clause
|
|||||||
Group: Development/Libraries/Other
|
Group: Development/Libraries/Other
|
||||||
URL: https://github.com/jcomellas/getopt.git
|
URL: https://github.com/jcomellas/getopt.git
|
||||||
Source: %{app_name}-%{version}.tar.xz
|
Source: %{app_name}-%{version}.tar.xz
|
||||||
BuildRequires: erlang
|
BuildRequires: erlang >= 26
|
||||||
BuildRequires: erlang-rebar
|
BuildRequires: erlang-rebar
|
||||||
Requires: erlang
|
Requires: erlang >= 26
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Command-line parsing module that uses a syntax similar to that of GNU getopt.
|
Command-line parsing module that uses a syntax similar to that of GNU getopt.
|
||||||
|
Reference in New Issue
Block a user