Sophie

Sophie

distrib > Mageia > 8 > armv7hl > media > core-release-src > by-pkgid > 7d953a27da8f1b288c438334b672bf91 > files > 1

erlang-neotoma-1.7.4-5.mga8.src.rpm

%global realname neotoma
%global upstream seancribbs

Name:		erlang-%{realname}
Version:	1.7.4
Release:	%mkrel 5
BuildArch:	noarch
Summary:	Erlang library and packrat parser-generator for parsing expression grammars
Group:		Development/Erlang
License:	MIT
URL:		http://github.com/%{upstream}/%{realname}
VCS:		scm:git:https://github.com/%{upstream}/%{realname}.git
Source0:	https://github.com/%{upstream}/%{realname}/archive/%{version}/%{realname}-%{version}.tar.gz
BuildRequires:	erlang-rebar


%description
Erlang library and packrat parser-generator for parsing expression grammars.


%prep
%setup -q -n %{realname}-%{version}


%build
%{erlang_compile}


%install
%{erlang_install}
mkdir -p %{buildroot}%{erlang_appdir}/priv
install -p -m 0644 priv/neotoma_parse.peg priv/peg_includes.hrl %{buildroot}%{erlang_appdir}/priv/


%check
%{rebar_eunit}


%files
%license LICENSE
%doc extra/ README.textile
%{erlang_appdir}



%changelog
* Sun Dec 20 2020 wally <wally> 1.7.4-5.mga8
+ Revision: 1661754
- make pkg noarch

* Wed Feb 12 2020 umeabot <umeabot> 1.7.4-4.mga8
+ Revision: 1510448
- Mageia 8 Mass Rebuild

* Fri Sep 21 2018 wally <wally> 1.7.4-3.mga7
+ Revision: 1294999
- BR erlang-eunit as it's not pulled with erlang-rebar on aarch64
- revert noarch change

* Thu Sep 20 2018 wally <wally> 1.7.4-1.mga7
+ Revision: 1288449
- new version 1.7.4 (sync with Fedora)
- noarch build

* Fri May 06 2016 neoclust <neoclust> 1.7.3-2.mga6
+ Revision: 1009770
- Rebuild post boostrap
- imported package erlang-neotoma