!2 Fix build error

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

View File

@ -2,7 +2,7 @@
%global upstream mojombo %global upstream mojombo
Name: erlang-mustache Name: erlang-mustache
Version: 0.1.1 Version: 0.1.1
Release: 1 Release: 2
BuildArch: noarch BuildArch: noarch
Summary: Mustache template engine for Erlang Summary: Mustache template engine for Erlang
License: MIT License: MIT
@ -11,6 +11,7 @@ Source0: https://github.com/mojombo/mustache.erl/archive/v%{version}/mustache-%{
Patch1: erlang-mustache-0001-Migrate-to-a-new-Meck.patch Patch1: erlang-mustache-0001-Migrate-to-a-new-Meck.patch
BuildRequires: erlang-meck BuildRequires: erlang-meck
BuildRequires: erlang-rebar BuildRequires: erlang-rebar
BuildRequires: erlang-eunit
%description %description
An Erlang port of Mustache for Ruby. Mustache is a framework-agnostic template An Erlang port of Mustache for Ruby. Mustache is a framework-agnostic template
system that enforces separation of view logic from the template file. Indeed, it system that enforces separation of view logic from the template file. Indeed, it
@ -35,5 +36,8 @@ reused across language boundaries and for other language independent uses.
%{erlang_appdir}/ %{erlang_appdir}/
%changelog %changelog
* Sun Jul 23 2023 wulei <wu_lei@hoperun.com> - 0.1.1-2
- Fix build error
* Sat Aug 29 2020 yaokai <yaokai13@huawei.com> - 0.1.1-1 * Sat Aug 29 2020 yaokai <yaokai13@huawei.com> - 0.1.1-1
- package init - package init