%global realname goldrush %global upstream DeadZen # Technically, we're noarch; but erlang whose directories we install into is not. %global debug_package %{nil} Name: erlang-%{realname} Version: 0.1.9 Release: 2%{?dist} Summary: Small, fast event processing and monitoring for Erlang/OTP applications License: MIT URL: https://github.com/%{upstream}/%{realname} %if 0%{?el7}%{?fedora} VCS: scm:git:https://github.com/%{upstream}/%{realname}.git %endif Source0: https://github.com/%{upstream}/%{realname}/archive/%{version}/%{realname}-%{version}.tar.gz BuildRequires: erlang-rebar %description A small Erlang app that provides fast event stream processing. %prep %autosetup -n %{realname}-%{version} %build %{erlang_compile} %install %{erlang_install} %check %{erlang_test} %files %license LICENSE %doc README.org %{erlang_appdir}/ %changelog * Fri Feb 10 2017 Fedora Release Engineering - 0.1.9-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Thu May 26 2016 Peter Lemenkov - 0.1.9-1 - Ver. 0.1.9 * Mon Mar 7 2016 Peter Lemenkov - 0.1.8-3 - Spec-file cleanups * Fri Mar 4 2016 Peter Lemenkov - 0.1.8-2 - Build with autodeps * Thu Feb 18 2016 Randy Barlow - 0.1.8-1 - Initial release.