SHA256
1
0
forked from pool/elixir

Accepting request 929657 from home:matwey:branches:devel:languages:erlang

- Add 0001-Add-retries-to-tests-that-write-to-stderr-on-Windows.patch:
  fix build for Factory

OBS-URL: https://build.opensuse.org/request/show/929657
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/elixir?expand=0&rev=73
This commit is contained in:
2021-11-05 18:49:01 +00:00
committed by Git OBS Bridge
parent 47ad20092a
commit 303f9e3a0a
3 changed files with 43 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ Group: Development/Languages/Other
URL: http://elixir-lang.org
Source0: https://github.com/elixir-lang/elixir/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source2: macros.elixir
Patch0: 0001-Add-retries-to-tests-that-write-to-stderr-on-Windows.patch
BuildRequires: gcc
BuildRequires: make
# required by Mix.SCM.Git see also (https://github.com/elixir-lang/elixir/issues/1386)
@@ -66,6 +67,7 @@ Elixir source code.
%prep
%setup -q
%patch0 -p1
%build
# Elixir wants UTF-8 locale, force it