Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37837646
en ru br
ALT Linux repos
S:0.1.9-alt4

Group :: Development/Erlang
RPM: erlang-goldrush

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1

%global realname goldrush

Name: erlang-%realname
Version: 0.1.9
Release: alt4
Summary: Small, fast event processing and monitoring for Erlang/OTP applications
License: MIT
Group: Development/Erlang
Url: https://github.com/DeadZen/goldrush

BuildArch: noarch

# https://github.com/DeadZen/goldrush.git

Source: %name-%version.tar

BuildRequires(pre): rpm-build-erlang
BuildRequires: erlang-devel erlang-otp-devel
BuildRequires: /usr/bin/rebar

%description
A small Erlang app that provides fast event stream processing.

%prep
%setup

%build
%rebar_compile
%rebar_doc

%install
%rebar_install %realname

%check
%rebar_eunit -C rebar.test.config

%files
%doc LICENSE
%doc doc README.org
%_erllibdir/%realname-%version

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin