From 366836915e578aaf5f69d224aebd883e9071beae Mon Sep 17 00:00:00 2001 From: wu-leilei Date: Thu, 20 Jul 2023 15:17:17 +0800 Subject: [PATCH] Fix doc failed --- erlang-meck.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/erlang-meck.spec b/erlang-meck.spec index 8bc0f3b..8de4e60 100644 --- a/erlang-meck.spec +++ b/erlang-meck.spec @@ -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 - 0.9.2-2 +- Fix doc failed + * Sat Jan 22 2022 Ge Wang - 0.9.2-1 - update to version 0.9.2 -- Gitee