Accepting request 345466 from home:jiri-bati-novak:branches:devel:languages:erlang
OBS-URL: https://build.opensuse.org/request/show/345466 OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/elixir?expand=0&rev=10
This commit is contained in:
parent
11b877c67c
commit
f78fb707ff
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">v1.0.5</param>
|
<param name="revision">v1.1.1</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
</service>
|
</service>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">git://github.com/elixir-lang/elixir</param>
|
<param name="url">git://github.com/elixir-lang/elixir</param>
|
||||||
<param name="changesrevision">3eb938a0ba7db5c6cc13d390e6242f66fdc9ef00</param></service></servicedata>
|
<param name="changesrevision">139d2eac5998259379862ff6ed2a5287f7de4ea6</param></service></servicedata>
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: elixir-doc
|
Name: elixir-doc
|
||||||
Version: 1.0.5
|
Version: 1.1.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Documentation for elixir
|
Summary: Documentation for elixir
|
||||||
License: Apache-2.0 and ErlPL-1.1
|
License: Apache-2.0 and ErlPL-1.1
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c79bd7d42dbf6badc6c2312e3b5311b29c56556320ec629c174de9524dc03f77
|
|
||||||
size 904649
|
|
3
elixir-v1.1.1.tar.bz2
Normal file
3
elixir-v1.1.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8e71c4039ef74694fe9ae0d13ee176648e9b8b666039b30582fb34f5c4419920
|
||||||
|
size 947617
|
1127
elixir.changes
1127
elixir.changes
File diff suppressed because it is too large
Load Diff
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: elixir
|
Name: elixir
|
||||||
Version: 1.0.5
|
Version: 1.1.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Functional meta-programming aware language built on top of the Erlang
|
Summary: Functional meta-programming aware language built on top of the Erlang
|
||||||
License: Apache-2.0 and ErlPL-1.1
|
License: Apache-2.0 and ErlPL-1.1
|
||||||
@ -30,7 +30,7 @@ BuildRequires: gcc
|
|||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
# 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
|
||||||
BuildRequires: erlang >= 17.0
|
BuildRequires: erlang >= 17.4
|
||||||
BuildRequires: git >= 1.7
|
BuildRequires: git >= 1.7
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -77,6 +77,10 @@ make test
|
|||||||
%{_bindir}/elixir
|
%{_bindir}/elixir
|
||||||
%{_bindir}/elixirc
|
%{_bindir}/elixirc
|
||||||
%{_bindir}/mix
|
%{_bindir}/mix
|
||||||
|
%{_mandir}/man1/iex.1.gz
|
||||||
|
%{_mandir}/man1/elixir.1.gz
|
||||||
|
%{_mandir}/man1/elixirc.1.gz
|
||||||
|
%{_mandir}/man1/mix.1.gz
|
||||||
%{elixirdir}/bin/iex
|
%{elixirdir}/bin/iex
|
||||||
%{elixirdir}/bin/elixirc
|
%{elixirdir}/bin/elixirc
|
||||||
%{elixirdir}/bin/mix
|
%{elixirdir}/bin/mix
|
||||||
|
Loading…
Reference in New Issue
Block a user