Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37851148
en ru br
ALT Linux repos
S:2.3.1.0.1.d9c7-alt1

Group :: Development/Erlang
RPM: erlang-tidy

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1

%global realname tidy

Name: erlang-%realname
Version: 2.3.1.0.1.d9c7
Release: alt1
Summary: Erlang code cleaner
Group: Development/Erlang
License: Apache-2.0
Url: https://github.com/processone/ezlib.git
BuildArch: noarch

# https://github.com/richcarl/erl_tidy

Source: %name-%version.tar

BuildRequires(pre): rpm-build-erlang
BuildRequires: erlang-otp-devel erlang-devel

%description
erl_tidy is an automatic code cleaner for Erlang code. It was previously
part of the syntax_tools application.

%prep
%setup

%build
%make_build

%install
mkdir -p %buildroot%_erllibdir/%realname-%version
cp -r ./ebin %buildroot%_erllibdir/%realname-%version

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