summaryrefslogtreecommitdiffstats
path: root/erlang-bbmustache.spec
blob: 6ac5de15137427a7beba0a1fb2cad8ea168130b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
%global realname bbmustache
%global upstream soranoba

# Technically we're noarch, but our install path is not.
%global debug_package %{nil}

Name:     erlang-%{realname}
Version:  1.5.0
Release:  1%{?dist}
Summary:  Binary pattern match based Mustache template engine for erlang
License:  MIT
URL:      https://github.com/%{upstream}/%{realname}
Source0:  https://github.com/%{upstream}/%{realname}/archive/v%{version}/%{realname}-v%{version}.tar.gz
BuildRequires:  erlang-rebar
Requires:       erlang-rebar

%description
%{summary}.

%prep
%autosetup -n %{realname}-%{version}

%build
%{erlang_compile}

%install
%{erlang_install}

%check
%{erlang_test}

%files
%license LICENSE
%doc README.md doc/
%{erlang_appdir}/

%changelog
* Sun Jul 15 2018 Timothée Floure <fnux@fedoraproject.org> - 1.5.0-1
- Let there be package