Fix test failure
This commit is contained in:
parent
a2da39175c
commit
e27fced432
@ -3,13 +3,14 @@
|
|||||||
%global debug_package %{nil}
|
%global debug_package %{nil}
|
||||||
Name: erlang-%{realname}
|
Name: erlang-%{realname}
|
||||||
Version: 1.0.2
|
Version: 1.0.2
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: Erlang module to parse command line arguments using the GNU getopt syntax
|
Summary: Erlang module to parse command line arguments using the GNU getopt syntax
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: https://github.com/%{upstream}/%{realname}
|
URL: https://github.com/%{upstream}/%{realname}
|
||||||
VCS: scm:git:https://github.com/%{upstream}/%{realname}.git
|
VCS: scm:git:https://github.com/%{upstream}/%{realname}.git
|
||||||
Source0: https://github.com/%{upstream}/%{realname}/archive/v%{version}/%{realname}-%{version}.tar.gz
|
Source0: https://github.com/%{upstream}/%{realname}/archive/v%{version}/%{realname}-%{version}.tar.gz
|
||||||
BuildRequires: erlang-rebar
|
BuildRequires: erlang-rebar
|
||||||
|
BuildRequires: erlang-eunit
|
||||||
%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.
|
||||||
|
|
||||||
@ -32,6 +33,9 @@ chmod 0644 examples/*.escript
|
|||||||
%{erlang_appdir}/
|
%{erlang_appdir}/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jul 23 2023 yaoxin <yao_xin001@hoperun.com> - 1.0.2-3
|
||||||
|
- Fix test failure
|
||||||
|
|
||||||
* Tue Jun 20 2023 wangkai <13474090681@163.com> - 1.0.2-2
|
* Tue Jun 20 2023 wangkai <13474090681@163.com> - 1.0.2-2
|
||||||
- Enable test
|
- Enable test
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user