erlang-proper/erlang-proper.spec
liubo 1ef5e09edf An additional commit
Signed-off-by: liubo <liubo1@xfusion.com>
2023-12-06 11:11:01 +08:00

45 lines
941 B
RPMSpec

%global realname proper
%global upstream manopapad
Name: erlang-proper
Version: 1.3
Release: 2
BuildArch: noarch
License: GPLv3+
Summary: A QuickCheck-inspired property-based testing tool for Erlang
URL: https://github.com/manopapad/proper
Source0: https://github.com/manopapad/proper/archive/v%{version}/proper-%{version}.tar.gz
BuildRequires: erlang-rebar
Patch0001: 0001-An-additional-commit.patch
%description
PropEr (PROPerty-based testing tool for ERlang) is a QuickCheck-inspired
open-source property-based testing tool for Erlang.
%prep
%autosetup -p1 -n proper-%{version}
%build
./make_doc
%{erlang_compile}
%install
%{erlang_install}
%check
%{erlang_test}
%files
%license COPYING
%doc doc
%doc examples
%doc README.md
%{erlang_appdir}/
%changelog
* Wed Dec 6 2023 liubo <liubo1@xfusion.com> - 1.3-2
- An additional commit
* Sat Aug 29 2020 yaokai <yaokai13@huawei.com> - 1.3-1
- package init