Sophie

Sophie

distrib > Mageia > 8 > armv7hl > by-pkgid > 335f9e341d4843b93bc37477723fab1b > files > 2

erlang-proper-1.3-4.mga8.src.rpm

%global realname proper
%global upstream manopapad


Name:       erlang-%{realname}
Version:    1.3
Release:    %mkrel 4
BuildArch:  noarch
Group:      Development/Erlang
Summary:    A QuickCheck-inspired property-based testing tool for Erlang
License:    GPLv3+
URL:        https://github.com/%{upstream}/%{realname}
VCS:        scm:git:https://github.com/%{upstream}/%{realname}.git
Source0:    https://github.com/%{upstream}/%{realname}/archive/v%{version}/%{realname}-%{version}.tar.gz
Patch1:     erlang-proper-0001-Disable-one-test-case.patch
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 %{realname}-%{version}


%build
# The docs need to be built first: https://github.com/proper-testing/proper/issues/179
./make_doc
%{erlang_compile}


%install
%{erlang_install}


%if 1
%check
%{erlang_test}
%endif


%files
%license COPYING
%doc doc
%doc examples
%doc README.md
%{erlang_appdir}/


%changelog
* Sun Dec 20 2020 wally <wally> 1.3-4.mga8
+ Revision: 1661533
- add Fedora patch for tests
- make pkg noarch

* Wed Feb 12 2020 umeabot <umeabot> 1.3-3.mga8
+ Revision: 1511391
- Mageia 8 Mass Rebuild

* Sat Sep 22 2018 wally <wally> 1.3-2.mga7
+ Revision: 1296523
- build with tests

* Sat Sep 22 2018 wally <wally> 1.3-1.mga7
+ Revision: 1296207
- new version 1.3
- bootstrap without tests

* Fri May 06 2016 neoclust <neoclust> 1.1-7.mga6
+ Revision: 1009757
- Rebuild post boostrap
- imported package erlang-proper