Fix doc failed

This commit is contained in:
wu-leilei 2023-07-20 15:17:17 +08:00
parent dbfed768f7
commit 366836915e

View File

@ -2,14 +2,14 @@
%global upstream eproxus
Name: erlang-meck
Version: 0.9.2
Release: 1
Release: 2
BuildArch: noarch
Summary: A mocking library for Erlang
License: ASL 2.0
URL: https://github.com/eproxus/meck
Source0: https://github.com/eproxus/meck/archive/%{version}/meck-%{version}.tar.gz
Patch1: erlang-meck-0001-Workaround-for-Rebar-2.x.patch
BuildRequires: erlang-hamcrest
BuildRequires: erlang-hamcrest erlang-edoc
BuildRequires: erlang-rebar
%description
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}/
%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
- update to version 0.9.2