Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37570645
en ru br
ALT Linux repos
S:3.9.2-alt1

Group :: Development/Erlang
RPM: erlang-lager

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1

%global realname lager

Name: erlang-%realname
Version: 3.9.2
Release: alt1
Summary: A logging framework for Erlang/OTP
Group: Development/Erlang
License: Apache-2.0
Url: https://github.com/erlang-lager/lager

BuildArch: noarch

# https://github.com/erlang-lager/lager.git

Source: %name-%version.tar

%add_erlang_req_modules_skiplist lager_default_tracer

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

%description
Lager (as in the beer) is a logging framework for Erlang. Its purpose is to
provide a more traditional way to perform logging in an erlang application that
plays nicely with traditional UNIX logging tools like logrotate and syslog.

%prep
%setup

%build
%rebar_compile

%install
%rebar_install %realname

%files
%doc LICENSE
%doc README.md
%_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