Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Ledest:erlang:22
worker_pool
worker_pool.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File worker_pool.spec of Package worker_pool
%define bname worker_pool Name: %bname Version: 4.0.0 Release: 1 Summary: A pool of gen servers for erlang/OTP License: Apache-2.0 Group: Development/Tools/Other URL: https://github.com/inaka/%bname Source: %bname-%version.tar.xz Patch0: %bname-%version-git.patch BuildArch: noarch Provides: erlang-%bname = %version-%release BuildRequires: rpm-macros-erlang rpm-build-erlang BuildRequires: rebar >= 2.6.1-7 BuildRequires: otpbp-devel >= 0.37.0 %if 0 BuildRequires: erlang-mixer >= 0.1.5 BuildRequires: erlang-katana_test >= 0.1.1 BuildRequires: erlang-meck >= 0.8.7 %endif %description The goal of %bname pool is pretty straightforward: to provide a transparent way to manage a pool of workers and do the best effort in balancing the load among them distributing the tasks requested to the pool. %package devel Summary: Headers of %bname Group: Development/Tools/Other Provides: erlang-%bname-devel = %version-%release %description devel Headers of %bname. %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 %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().' %if %_otp_release >= 21 %define have_new_stacktrace_syntax true %endif ERL_COMPILER_OPTIONS="[inline,verbose%{!?have_new_stacktrace_syntax:,{parse_transform,otpbp_pt}}]" \ rebar %{?_smp_mflags} -C %bname.rebar.config compile -v rebar %{?_smp_mflags} -C %bname.rebar.config doc -v %install install -d -m 0755 %buildroot%_otplibdir/%bname-%version/ebin install -p -m 0644 ebin/* %buildroot%_otplibdir/%bname-%version/ebin/ install -d -m 0755 %buildroot%_otplibdir/%bname-%version/include install -p -m 0644 include/*.hrl %buildroot%_otplibdir/%bname-%version/include/ install -d -m 0755 %buildroot%_otplibdir/%bname-%version/doc install -p -m 0644 doc/*.{css,html,png} %buildroot%_otplibdir/%bname-%version/doc/ install -d -m 0755 %buildroot%_docdir/%name ln -sf %_otplibdir/%bname-%version/doc %buildroot%_docdir/%name/html install -p -m 0644 *.md %buildroot%_docdir/%name/ %if 0 %check ERL_COMPILER_OPTIONS="[inline,verbose]" rebar -C %bname.rebar.config ct %endif %files %defattr(-,root,root) %_otplibdir/* %exclude %_otplibdir/%bname-*/include %exclude %_otplibdir/%bname-*/doc %files devel %defattr(-,root,root) %dir %_otplibdir/%bname-* %_otplibdir/%bname-*/include %files doc %defattr(-,root,root) %doc %_docdir/%name %doc %dir %_otplibdir/%bname-* %doc %_otplibdir/%bname-*/doc %changelog * Fri Sep 28 2018 Led <ledest@gmail.com> 4.0.0-1 - 4.0.0 - git a8e2097 - remove patches: + 0001-Since-we-use-OTP21-we-don-t-need-to-care-about-other.patch - use otpbp for Erlang/OTP < 21 (for new stacktrace syntax) * Fri Sep 28 2018 Led <ledest@gmail.com> 3.1.1-2 - add patches: + 0001-Since-we-use-OTP21-we-don-t-need-to-care-about-other.patch * Fri Sep 28 2018 Led <ledest@gmail.com> 3.1.1-1 - 3.1.1 * Sun Dec 03 2017 Led <ledest@gmail.com> 3.1.0-1 - initial build
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor