Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Ledest:erlang:22
seshat
seshat.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File seshat.spec of Package seshat
%define bname seshat Name: %bname Version: 0.6.1 Release: 1 Summary: A counters registry for Erlang License: Apache-2.0 and MPL-2.0 Group: Development/Tools/Other URL: https://github.com/rabbitmq/%bname Source: %bname-%version.tar.xz #Patch0: %bname-%version-git.patch BuildArch: noarch Provides: erlang-%bname = %version-%release BuildRequires: erlang >= 1:21.2 BuildRequires: rpm-macros-erlang rpm-build-erlang BuildRequires: rebar >= 2.6.1-7 %description Seshat is a counters registry that maintains counter references with associated meta data about what each counter refers to. Makes it easy to export counters in a format suitable for external export to, e.g. prometheus. %package doc Summary: Documentation of %bname Group: Documentation/HTML Provides: erlang-%bname-doc = %version-%release %description doc Seshat is a counters registry that maintains counter references with associated meta data about what each counter refers to. Makes it easy to export counters in a format suitable for external export to, e.g. prometheus. This package contains documentation of %bname. %prep %setup -q -n %bname-%version #patch -p1 -P0 %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%_otplibdir/%bname-%version/ebin install -p -m 0644 ebin/* %buildroot%_otplibdir/%bname-%version/ebin/ 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 README* %buildroot%_docdir/%name/ %check export ERL_COMPILER_OPTIONS="[inline,verbose]" rebar -C %bname.rebar.config xref rebar -C %bname.rebar.config eunit -v %files %defattr(-,root,root) %_otplibdir/* %exclude %_otplibdir/%bname-*/doc %files doc %defattr(-,root,root) %doc %_docdir/%name %doc %dir %_otplibdir/%bname-* %doc %_otplibdir/%bname-*/doc %changelog * Sat May 11 2024 Led <ledest@gmail.com> 0.6.1-1 - 0.6.1 * Sat May 11 2024 Led <ledest@gmail.com> 0.5.0-1 - 0.5.0 * Sat May 11 2024 Led <ledest@gmail.com> 0.4.0-1 - 0.4.0 * Sat May 11 2024 Led <ledest@gmail.com> 0.3.2-1 - 0.3.2
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