Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37038572
en ru br
Репозитории ALT
S:1.4.0.19.3bbd-alt1
www.altlinux.org/Changes

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

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1

%global realname proper

Name: erlang-%realname
Version: 1.4.0.19.3bbd
Release: alt1
Summary: A QuickCheck-inspired property-based testing tool for Erlang
Group: Development/Erlang
License: GPLv3+
Url: https://proper-testing.github.io/
VCS: https://github.com/proper-testing/proper

BuildArch: noarch

Source: %name-%version.tar

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

%description
PropEr (PROPerty-based testing tool for ERlang) is a QuickCheck-inspired
open-source property-based testing tool for Erlang.

%prep
%setup

%build
%make

%install
mkdir -p %buildroot/%_erllibdir/%realname-%version/ebin
mkdir -p %buildroot/%_erllibdir/%realname-%version/include
install -m 644 -p ebin/*.beam %buildroot/%_erllibdir/%realname-%version/ebin
install -m 644 -p ebin/%realname.app %buildroot/%_erllibdir/%realname-%version/ebin
install -m 644 -p include/*.hrl %buildroot/%_erllibdir/%realname-%version/include

%check
export ERL_LIBS=%buildroot%_erllibdir
%make test

%files
%doc COPYING
%doc doc README.md
%_erllibdir/%realname-%version

%changelog

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

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