!4 修复erlang-meck 文档处理时的失败问题

From: @wu-leilei 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2023-07-20 08:05:56 +00:00 committed by Gitee
commit 819885714b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -2,14 +2,14 @@
%global upstream eproxus %global upstream eproxus
Name: erlang-meck Name: erlang-meck
Version: 0.9.2 Version: 0.9.2
Release: 1 Release: 2
BuildArch: noarch BuildArch: noarch
Summary: A mocking library for Erlang Summary: A mocking library for Erlang
License: ASL 2.0 License: ASL 2.0
URL: https://github.com/eproxus/meck URL: https://github.com/eproxus/meck
Source0: https://github.com/eproxus/meck/archive/%{version}/meck-%{version}.tar.gz Source0: https://github.com/eproxus/meck/archive/%{version}/meck-%{version}.tar.gz
Patch1: erlang-meck-0001-Workaround-for-Rebar-2.x.patch Patch1: erlang-meck-0001-Workaround-for-Rebar-2.x.patch
BuildRequires: erlang-hamcrest BuildRequires: erlang-hamcrest erlang-edoc
BuildRequires: erlang-rebar BuildRequires: erlang-rebar
%description %description
With meck you can easily mock modules in Erlang. Since meck is intended to be With meck you can easily mock modules in Erlang. Since meck is intended to be
@ -34,6 +34,9 @@ modules, such as making sure no function is called in a way it should not.
%{erlang_appdir}/ %{erlang_appdir}/
%changelog %changelog
* Thu Jul 20 2023 wulei <wu_lei@hoperun.com> - 0.9.2-2
- Fix doc failed
* Sat Jan 22 2022 Ge Wang <wangge20@huawei.com> - 0.9.2-1 * Sat Jan 22 2022 Ge Wang <wangge20@huawei.com> - 0.9.2-1
- update to version 0.9.2 - update to version 0.9.2