Fix build error
This commit is contained in:
parent
dc50950ae2
commit
088839825a
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user