Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37747719
en ru br
Репозитории ALT

Группа :: Development/Erlang
Пакет: erlang-goldrush

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   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

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin