File shards.spec of Package shards

%define bname shards
Name: %bname
Version: 0.6.0
Release: 1
Summary: Sharding support for ETS tables out-of-box
License: MIT
Group: Development/Tools/Other
URL: https://github.com/cabol/%bname
Source: %bname-%version.tar.xz
#Patch0: %bname-%version-git.patch
Patch1: %bname-0.6.0-stacktrace.patch
BuildArch: noarch
Provides: erlang-%bname = %version-%release

BuildRequires: rpm-macros-erlang >= 0.12.0
BuildRequires: rpm-build-erlang
BuildRequires: rebar >= 2.6.1-7

%description
Sharding support for ETS tables out-of-box.


%package doc
Summary: Documentation of %bname
Group: Documentation/HTML
Provides: erlang-%bname-doc = %version-%release

%description doc
Documentation of %bname.


%prep
%setup -q -n %bname-%version
#patch0 -p1
%patch1 -p1
erl -noshell -eval '
{ok, [{application, %bname, L}]} = file:consult("src/%bname.app.src"),
file:write_file("ebin/%bname.app",
                io_lib:format("{application, %bname, ~81p}.~n",
                              [lists:foldl(fun(E, A) -> lists:keydelete(E, 1, A) end, L, [build_tools, pkg_name])])),
init:stop().'


%build
erl -noshell -eval '
{ok, L} = file:consult("rebar.config"),
file:write_file("%bname.rebar.config", [[io_lib:print(E), ".\n"] || E <- lists:keydelete(deps, 1, L)], [raw]),
init:stop().'
ERL_COMPILER_OPTIONS="[inline,verbose]" rebar %{?_smp_mflags} -C %bname.rebar.config compile -v
rebar %{?_smp_mflags} -C %bname.rebar.config doc -v


%install
install -d -m 0755 %buildroot%{_otpapplibdir %bname}/ebin
install -p -m 0644 ebin/* %buildroot%{_otpapplibdir %bname}/ebin/
install -d -m 0755 %buildroot%{_otpapplibdir %bname}/doc
install -p -m 0644 doc/*.{css,html,png} %buildroot%{_otpapplibdir %bname}/doc/
install -d -m 0755 %buildroot%_docdir/%name
ln -sf %{_otpapplibdir %bname}/doc %buildroot%_docdir/%name/html
install -p -m 0644 CHANGELOG* README* guides/*.md %buildroot%_docdir/%name/


%if 0
%check
rebar -C %bname.rebar.config ct
%endif


%files
%defattr(-,root,root)
%{_otpapplibdir %bname}
%exclude %{_otpapplibdir %bname}/doc


%files doc
%defattr(-,root,root)
%doc %_docdir/%name
%doc %dir %{_otpapplibdir %bname}
%doc %{_otpapplibdir %bname}/doc


%changelog
* Wed Jan 02 2019 Led <ledest@gmail.com> 0.6.0-1
- 0.6.0
openSUSE Build Service is sponsored by