From f9cea4eb14fc59901f335fea702787fb3aeaf0fa Mon Sep 17 00:00:00 2001 From: Peter Lemenkov Date: Apr 17 2024 15:04:09 +0000 Subject: Switch to rebar3 Signed-off-by: Peter Lemenkov --- diff --git a/erlang-goldrush.spec b/erlang-goldrush.spec index e601fa5..c07dcf7 100644 --- a/erlang-goldrush.spec +++ b/erlang-goldrush.spec @@ -1,17 +1,16 @@ %global realname goldrush -%global upstream DeadZen -Name: erlang-%{realname} -Version: 0.2.0 -Release: %autorelease -BuildArch: noarch -Summary: Small, fast event processing and monitoring for Erlang/OTP applications -License: MIT -URL: https://github.com/%{upstream}/%{realname} -VCS: scm:git:https://github.com/%{upstream}/%{realname}.git -Source0: https://github.com/%{upstream}/%{realname}/archive/%{version}/%{realname}-%{version}.tar.gz -BuildRequires: erlang-rebar +Name: erlang-%{realname} +Version: 0.2.0 +Release: %autorelease +BuildArch: noarch +Summary: Small, fast event processing and monitoring for Erlang/OTP applications +License: MIT +URL: https://github.com/DeadZen/%{realname} +VCS: scm:git:%{url}.git +Source0: %{url}/archive/%{version}/%{realname}-%{version}.tar.gz +BuildRequires: erlang-rebar3 %description @@ -23,15 +22,15 @@ A small Erlang app that provides fast event stream processing. %build -%{erlang_compile} +%{erlang3_compile} %install -%{erlang_install} +%{erlang3_install} %check -%{erlang_test} +%{erlang3_test} %files