From 9a2bf24f64b0d3c7993b94213cf525a215f0fb5c Mon Sep 17 00:00:00 2001 From: Peter Lemenkov Date: May 20 2016 12:39:25 +0000 Subject: Ver. 1.2.5 Signed-off-by: Peter Lemenkov --- diff --git a/download-from-github.sh b/download-from-github.sh deleted file mode 100755 index 9f5c597..0000000 --- a/download-from-github.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/usr/bin/env bash -# (Note: This isn't used in the build at all, just a convenience script to -# avoid having to copy-paste the download link from GitHub each update). - -if [ "$1" == "" ]; then - echo 'usage: ./download-from-github ' - exit 1 -fi - -wget -O "elixir-$1.tar.gz" \ - "https://github.com/elixir-lang/elixir/archive/v$1.tar.gz" diff --git a/elixir.spec b/elixir.spec index b47a8dc..314d4b9 100644 --- a/elixir.spec +++ b/elixir.spec @@ -1,7 +1,7 @@ Name: elixir -Version: 1.2.4 +Version: 1.2.5 Release: 1%{?dist} -Summary: A modern approach to programming for the Erlang VM +Summary: A modern approach to programming for the Erlang VM Group: Development/Languages # See LEGAL (provided by upstream) for explaination/breakdown. @@ -10,11 +10,8 @@ URL: http://elixir-lang.org/ Source0: https://github.com/elixir-lang/elixir/archive/v%{version}/%{name}-%{version}.tar.gz BuildArch: noarch -BuildRequires: erlang >= R17 BuildRequires: erlang-rebar BuildRequires: git -Requires: erlang-erts >= R17 -Requires: erlang-inets %description Elixir is a programming language built on top of the Erlang VM. @@ -23,8 +20,6 @@ fault-tolerant, non-stop applications with hot code swapping. %prep %setup -q -rm rebar -ln -s "$(which rebar)" . sed -i -e "s/time //g" Makefile find -name '*.bat' -exec rm \{\} \; @@ -33,12 +28,11 @@ find -name '*.bat' -exec rm \{\} \; rm lib/elixir/test/elixir/io/ansi_test.exs %build -export LANG="en_US.UTF-8" -make %{?_smp_mflags} +%{rebar_compile} %check export LANG="en_US.UTF-8" -make test +%{rebar_eunit} %install mkdir -p %{buildroot}/%{_datadir}/%{name}/%{version} @@ -57,10 +51,12 @@ ln -s %{_datadir}/%{name}/%{version}/bin/{elixir,elixirc,iex,mix} %{buildroot}/% %changelog +* Fri May 20 2016 Peter Lemenkov - 1.2.5-1 +- Ver. 1.2.5 + * Mon Apr 4 2016 Martin Langhoff - 1.2.4-1 - New upstream release. - * Wed Feb 24 2016 Martin Langhoff - 1.2.3-1 - New upstream release. diff --git a/sources b/sources index a4103cd..e275b2a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8eb7e75c4639c0a1fc9ac1d570513abd elixir-1.2.4.tar.gz +5149c7f56c65c219b1a2745c0622394d elixir-1.2.5.tar.gz