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:
11
elixir.spec
11
elixir.spec
@@ -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
|
||||
|
Reference in New Issue
Block a user