diff --git a/erlang-mustache.spec b/erlang-mustache.spec index 247e8dd..7ae60e3 100644 --- a/erlang-mustache.spec +++ b/erlang-mustache.spec @@ -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 - 0.1.1-2 +- Fix build error + * Sat Aug 29 2020 yaokai - 0.1.1-1 - package init