SHA256
11
0
forked from pool/elixir

Accepting request 361289 from home:develop7:branches:devel:languages:erlang

update to v1.2.3

OBS-URL: https://build.opensuse.org/request/show/361289
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/elixir?expand=0&rev=16
This commit is contained in:
2016-02-24 16:22:30 +00:00
committed by Git OBS Bridge
parent b31e4e9fb6
commit 50405339df
5 changed files with 27 additions and 5 deletions

View File

@@ -17,7 +17,7 @@
Name: elixir
Version: 1.2.2
Version: 1.2.3
Release: 0
Summary: Functional meta-programming aware language built on top of the Erlang
License: Apache-2.0 and ErlPL-1.1
@@ -44,6 +44,14 @@ Elixir also provides first-class support for pattern matching, polymorphism via
Finally, Elixir and Erlang share the same bytecode and data types. This means you can invoke Erlang code from Elixir (and vice-versa) without any conversion or performance hit. This allows a developer to mix the expressiveness of Elixir with the robustness and performance of Erlang.
%package src
Summary: Elixir programming language sources
Group: Development/Languages/Other
Requires: %{name} = %{version}
%description src
Elixir source code.
%define elixirdir %{_prefix}/lib/elixir
%prep
@@ -57,6 +65,7 @@ make
%install
make install DESTDIR=%{buildroot} PREFIX=%{_prefix}
# install -D -m 0644
# Relink
for I in iex elixir elixirc mix
do