Fix build error

This commit is contained in:
wu-leilei 2023-07-23 09:39:55 +08:00
parent dc50950ae2
commit 088839825a

View File

@ -2,7 +2,7 @@
%global upstream mojombo
Name: erlang-mustache
Version: 0.1.1
Release: 1
Release: 2
BuildArch: noarch
Summary: Mustache template engine for Erlang
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
BuildRequires: erlang-meck
BuildRequires: erlang-rebar
BuildRequires: erlang-eunit
%description
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
@ -35,5 +36,8 @@ reused across language boundaries and for other language independent uses.
%{erlang_appdir}/
%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
- package init