package init
This commit is contained in:
parent
03f333dd3f
commit
e9cebee9ee
38
erlang-proper.spec
Normal file
38
erlang-proper.spec
Normal file
@ -0,0 +1,38 @@
|
|||||||
|
%global realname proper
|
||||||
|
%global upstream manopapad
|
||||||
|
Name: erlang-proper
|
||||||
|
Version: 1.3
|
||||||
|
Release: 1
|
||||||
|
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
|
||||||
|
%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
|
||||||
|
* Sat Aug 29 2020 yaokai <yaokai13@huawei.com> - 1.3-1
|
||||||
|
- package init
|
||||||
4
erlang-proper.yaml
Normal file
4
erlang-proper.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
version_control: github
|
||||||
|
src_repo: proper-testing/proper
|
||||||
|
tag_prefix: "^v"
|
||||||
|
seperator: "."
|
||||||
BIN
proper-1.3.tar.gz
Normal file
BIN
proper-1.3.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user