Latest elixir release
This commit is contained in:
parent
3b5053d7da
commit
9c7b00fbd3
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,3 +13,4 @@
|
||||
/elixir-0.11.0.tar.gz
|
||||
/elixir-0.11.2.tar.gz
|
||||
/elixir-0.12.0.tar.gz
|
||||
/elixir-0.12.1.tar.gz
|
||||
|
12
elixir.spec
12
elixir.spec
@ -1,5 +1,5 @@
|
||||
Name: elixir
|
||||
Version: 0.12.0
|
||||
Version: 0.12.1
|
||||
Release: 1%{?dist}
|
||||
Summary: A modern approach to programming for the Erlang VM
|
||||
|
||||
@ -8,12 +8,7 @@ Group: Development/Languages
|
||||
License: ASL 2.0 and ERPL
|
||||
URL: http://elixir-lang.org/
|
||||
|
||||
# Source0 retrieved by pulling a Github tarball.
|
||||
# You can obtain the source code by executing:
|
||||
# git clone git://github.com/elixir-lang/elixir.git
|
||||
# git checkout v0.12.0
|
||||
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
Source0: https://github.com/elixir-lang/elixir/archive/v0.12.1/%{name}-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: erlang >= R16B
|
||||
BuildRequires: erlang-rebar
|
||||
@ -61,6 +56,9 @@ ln -s %{_datadir}/%{name}/%{version}/bin/{elixir,elixirc,iex,mix} %{buildroot}/%
|
||||
%{_datadir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Sat Jan 11 2014 Ricky Elrod <codeblock@fedoraproject.org> - 0.12.1-1
|
||||
- Update to upstream 0.12.1.
|
||||
|
||||
* Sun Dec 15 2013 Ricky Elrod <codeblock@fedoraproject.org> - 0.12.0-1
|
||||
- Update to upstream 0.12.0.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user