%global realname ssl_verify_fun %global upstream deadtrickster %global upstream_reponame %{realname}.erl # Technically we're noarch, but our install path is not. %global debug_package %{nil} Name: erlang-%{realname} Version: 1.1.4 Release: 1%{?dist} Summary: Collection of ssl verification functions for Erlang License: MIT URL: https://github.com/%{upstream}/%{upstream_reponame} Source0: https://github.com/%{upstream}/%{upstream_reponame}/archive/%{version}/%{upstream_reponame}-%{version}.tar.gz # Fix the path used in `load_cert/1` during tests Patch0: erlang-ssl_verify_fun-fix-tests-load_cert.patch BuildRequires: erlang-rebar Requires: erlang-rebar %description %{summary}. %prep %setup -q -n %{upstream_reponame}-%{version} %patch0 %build %{erlang_compile} %install %{erlang_install} %check %{erlang_test} %files %license LICENSE %doc README.md %{erlang_appdir}/ %changelog * Wed Aug 01 2018 Timothée Floure - 1.1.4-1 - New upstream release * Sun Jul 15 2018 Timothée Floure - 1.1.3-1 - Let there be package