Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Ledest:erlang:26
mnesia_eleveldb
mnesia_eleveldb.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File mnesia_eleveldb.spec of Package mnesia_eleveldb
%define bname mnesia_eleveldb Name: %bname Version: 1.1.2 Release: 1 Summary: An eleveldb backend for Mnesia License: Apache-2.0 Group: Development/Tools/Other URL: https://github.com/klarna/%bname Source: %bname-%version.tar.xz #Patch0: %bname-%version-git.patch Provides: erlang-%bname = %version-%release BuildArch: noarch BuildRequires: rpm-macros-erlang rpm-build-erlang BuildRequires: rebar >= 2.6.1-7 BuildRequires: erlang-otpbp-devel >= 0.37.0 # check BuildRequires: erlang-proper eleveldb %description mnesia_eleveldb is the eleveldb backend for Mnesia. This permits Erlang/OTP applications to use LevelDB as a backend for mnesia tables. %package doc Summary: Documentation of %bname Group: Documentation/HTML Provides: erlang-%bname-doc = %version-%release %description doc mnesia_eleveldb is the eleveldb backend for Mnesia. This package contains documentation of %bname. %prep %setup -q -n %bname-%version #patch -p1 -P0 erl -noshell -eval ' {ok, [{application, %bname, L}]} = file:consult("src/%bname.app.src"), file:write_file("src/%bname.app.src", io_lib:format("{application, %bname, ~81p}.~n", [lists:keystore(vsn, 1, L, {vsn, "%version"})]), [raw]), 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().' %if %_otp_release < 21 ERL_COMPILER_OPTIONS="[inline,verbose,{parse_transform,otpbp_pt}]" \ %else ERL_COMPILER_OPTIONS="[inline,verbose]" \ %endif 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 %if %_otp_release < 21 ERL_COMPILER_OPTIONS="[inline,verbose,{parse_transform,otpbp_pt}]" \ %else ERL_COMPILER_OPTIONS="[inline,verbose]" \ %endif rebar -C %bname.rebar.config compile 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 * Wed Jun 26 2024 Led <ledest@gmail.com> 1.1.2-1 - 1.1.2 - remove patches: + mnesia_eleveldb-1.1.1-sext.patch * Sun Oct 08 2023 Led <ledest@gmail.com> 1.1.1-3 - fix build on Erlang/OTP < 21 * Thu Jul 20 2023 Led <ledest@gmail.com> 1.1.1-2 - add patches: + mnesia_eleveldb-1.1.1-sext.patch * Tue Jul 18 2023 Led <ledest@gmail.com> 1.1.1-1 - 1.1.1 - git 1bbeb92 - remove patches: + 0001-mnesia_eleveldb_sext-handle-OTP-23-external-format-c.patch * Wed Jul 21 2021 Led <ledest@gmail.com> 1.0.12-2 - add patches: + 0001-mnesia_eleveldb_sext-handle-OTP-23-external-format-c.patch * Sun Aug 16 2020 Led <ledest@gmail.com> 1.0.12-1 - 1.0.12 * Fri Dec 29 2017 Led <ledest@gmail.com> 1.0.9-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