Accepting request 186669 from home:matwey:branches:devel:languages:erlang
OBS-URL: https://build.opensuse.org/request/show/186669 OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/elixir?expand=0&rev=3
This commit is contained in:
parent
9b1c7cd022
commit
e5dce5bf6d
2
_service
2
_service
@ -2,7 +2,7 @@
|
||||
<service name="tar_scm" mode="disabled"><param name="scm">git</param>
|
||||
<param name="url">git://github.com/elixir-lang/elixir</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="revision">v0.9.3</param>
|
||||
<param name="revision">v0.10.1</param>
|
||||
</service>
|
||||
|
||||
<service name="tar_scm" mode="disabled"><param name="scm">git</param>
|
||||
|
3
elixir-v0.10.1.tar.bz2
Normal file
3
elixir-v0.10.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fc3dd863b07f5c961a0808cf0fc900fabcf33c0953289db3475db4e4a46c2b55
|
||||
size 706003
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d762e4c69c62d09813d59861e1d9dc2fb1bd783ec12b6d1cbb0b647765dfa629
|
||||
size 629863
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 11 19:18:16 UTC 2013 - matwey.kornilov@gmail.com
|
||||
|
||||
- Update to 0.10.1 with support for streams, sets and
|
||||
many improvements to the Mix and ExUnit applications.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 7 14:07:45 UTC 2013 - matwey.kornilov@gmail.com
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
Name: elixir
|
||||
Version: 0.9.3
|
||||
Version: 0.10.1
|
||||
Release: 1
|
||||
License: Apache-2.0 and ErlPL-1.1
|
||||
Summary: Functional meta-programming aware language built on top of the Erlang
|
||||
@ -60,7 +60,7 @@ PATH=$PATH:$PWD/bin make -C ../ex_doc
|
||||
make docs
|
||||
|
||||
%install
|
||||
make install INSTALL_PATH=%{buildroot}%{_prefix}
|
||||
make install DESTDIR=%{buildroot} PREFIX=%{_prefix}
|
||||
# Relink
|
||||
for I in iex elixir elixirc mix
|
||||
do
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ea58fb42b480a2aa434d4cfe97f1e91de686bc2b7c5785fc6c970dd8b3877b69
|
||||
size 77064
|
||||
oid sha256:a7d83a2c6b6f1a058bca5e295a9a9b2ee2212579410023cb744040d0568f1053
|
||||
size 78394
|
||||
|
Loading…
x
Reference in New Issue
Block a user