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

Group :: Development/Erlang
RPM: erlang-yconf

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1

%global realname yconf

Name: erlang-%realname
Version: 1.0.12
Release: alt1
Summary: YAML configuration processor
Group: Development/Erlang
License: Apache-2.0
Url: https://github.com/processone/yconf

BuildArch: noarch

# https://github.com/processone/yconf.git

Source: %name-%version.tar

%add_erlang_req_modules_skiplist str

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

%description
YAML configuration processor.

%prep
%setup

%build
%rebar_compile

%install
%rebar_install %realname

%check
%rebar_eunit -C rebar.test.config

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