forked from pool/elixir
Accepting request 221165 from home:matwey:branches:devel:languages:erlang
OBS-URL: https://build.opensuse.org/request/show/221165 OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/elixir?expand=0&rev=5
This commit is contained in:
committed by
Git OBS Bridge
parent
cdb0bd1b94
commit
869c6ce394
2
_service
2
_service
@@ -2,7 +2,7 @@
|
|||||||
<service name="tar_scm" mode="disabled"><param name="scm">git</param>
|
<service name="tar_scm" mode="disabled"><param name="scm">git</param>
|
||||||
<param name="url">git://github.com/elixir-lang/elixir</param>
|
<param name="url">git://github.com/elixir-lang/elixir</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="revision">v0.12.0</param>
|
<param name="revision">v0.12.3</param>
|
||||||
</service>
|
</service>
|
||||||
|
|
||||||
<service name="tar_scm" mode="disabled"><param name="scm">git</param>
|
<service name="tar_scm" mode="disabled"><param name="scm">git</param>
|
||||||
|
|||||||
BIN
elixir-v0.12.0.tar.bz2
LFS
BIN
elixir-v0.12.0.tar.bz2
LFS
Binary file not shown.
BIN
elixir-v0.12.3.tar.bz2
LFS
Normal file
BIN
elixir-v0.12.3.tar.bz2
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 6 17:38:37 UTC 2014 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- Add macros.elixir for packaging elixir-packages
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 6 07:51:55 UTC 2014 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- Update to 0.12.3
|
||||||
|
- number of bugfixes
|
||||||
|
- see CHANGELOG.md for backward incompatibilities
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Dec 29 16:25:59 FET 2013 - gonzih@gmail.com
|
Sun Dec 29 16:25:59 FET 2013 - gonzih@gmail.com
|
||||||
|
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
Name: elixir
|
Name: elixir
|
||||||
Version: 0.12.0
|
Version: 0.12.3
|
||||||
Release: 1
|
Release: 1
|
||||||
License: Apache-2.0 and ErlPL-1.1
|
License: Apache-2.0 and ErlPL-1.1
|
||||||
Summary: Functional meta-programming aware language built on top of the Erlang
|
Summary: Functional meta-programming aware language built on top of the Erlang
|
||||||
@@ -24,6 +24,7 @@ Url: http://elixir-lang.org
|
|||||||
Group: Development/Languages/Other
|
Group: Development/Languages/Other
|
||||||
Source0: elixir-v%{version}.tar.bz2
|
Source0: elixir-v%{version}.tar.bz2
|
||||||
Source1: ex_doc-master.tar.bz2
|
Source1: ex_doc-master.tar.bz2
|
||||||
|
Source2: macros.elixir
|
||||||
BuildRequires: erlang make gcc
|
BuildRequires: erlang make gcc
|
||||||
# required by Mix.SCM.Git see also (https://github.com/elixir-lang/elixir/issues/1386)
|
# required by Mix.SCM.Git see also (https://github.com/elixir-lang/elixir/issues/1386)
|
||||||
Requires: git >= 1.7
|
Requires: git >= 1.7
|
||||||
@@ -66,6 +67,7 @@ for I in iex elixir elixirc mix
|
|||||||
do
|
do
|
||||||
ln -sf %{elixirdir}/bin/$I %{buildroot}%{_bindir}/$I
|
ln -sf %{elixirdir}/bin/$I %{buildroot}%{_bindir}/$I
|
||||||
done
|
done
|
||||||
|
install -D -m 0644 %{S:2} %{buildroot}%{_sysconfdir}/rpm/macros.elixir
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make test
|
make test
|
||||||
@@ -84,6 +86,7 @@ make test
|
|||||||
%{elixirdir}/bin/mix
|
%{elixirdir}/bin/mix
|
||||||
%{elixirdir}/bin/elixir
|
%{elixirdir}/bin/elixir
|
||||||
%{elixirdir}/lib/*
|
%{elixirdir}/lib/*
|
||||||
|
%config %{_sysconfdir}/rpm/macros.elixir
|
||||||
|
|
||||||
%files doc
|
%files doc
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
|||||||
BIN
ex_doc-master.tar.bz2
LFS
BIN
ex_doc-master.tar.bz2
LFS
Binary file not shown.
11
macros.elixir
Normal file
11
macros.elixir
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
# macros.elixir
|
||||||
|
#
|
||||||
|
|
||||||
|
%elixir_dir %{_prefix}/lib/elixir
|
||||||
|
%elixir_libdir %{_prefix}/lib/elixir/lib
|
||||||
|
%__mix %{_bindir}/mix
|
||||||
|
|
||||||
|
%mix_compile() \
|
||||||
|
MIX_ENV=prod %__mix compile \
|
||||||
|
%{nil}
|
||||||
|
|
||||||
Reference in New Issue
Block a user