Update to Elixir 0.7.2.

This commit is contained in:
Ricky Elrod 2013-01-07 06:05:24 -05:00
parent f6052e1827
commit cf9b4e37a4
3 changed files with 14 additions and 10 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
/elixir-lang-elixir-v0.5.0-0-g6052352.tar.gz
/elixir-lang-elixir-v0.6.0-0-g01a575e.tar.gz
/elixir-lang-elixir-v0.7.0-0-g833e9e9.tar.gz
/elixir-0.7.2.tar.gz

View File

@ -1,9 +1,9 @@
%define gitcommit 833e9e9
%define gitdate 20121022
%define patchlevel 0
#%define gitcommit 833e9e9
#%define gitdate 20121022
#%define patchlevel 0
Name: elixir
Version: 0.7.0
Release: 1.%{gitdate}git%{gitcommit}%{?dist}
Version: 0.7.2
Release: 1%{?dist}
Summary: A modern approach to programming for the Erlang VM
Group: Development/Languages
@ -12,7 +12,7 @@ License: ASL 2.0 and ERPL
URL: http://elixir-lang.org/
# Source0 retrieved by pulling a Github tarball.
# See: https://github.com/elixir-lang/elixir/tags
Source0: %{name}-lang-%{name}-v%{version}-%{patchlevel}-g%{gitcommit}.tar.gz
Source0: %{name}-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: erlang-rebar
@ -26,10 +26,10 @@ As Erlang, it is a functional language built to support distributed,
fault-tolerant, non-stop applications with hot code swapping.
%prep
%setup -q -n %{name}-lang-%{name}-%{gitcommit}
%setup -q
rm rebar
sed -i '/REBAR:=$(/d' Makefile
sed -i '1i REBAR:=$(shell which rebar || echo `pwd`/rebar)' Makefile
sed -i '/REBAR := $(/d' Makefile
sed -i '1i REBAR := $(shell which rebar || echo `pwd`/rebar)' Makefile
sed -i -e "s/time //g" Makefile
find -name '*.bat' -exec rm \{\} \;
@ -61,6 +61,9 @@ rm -rf %{buildroot}
%changelog
* Mon Jan 7 2013 Ricky Elrod <codeblock@fedoraproject.org> - 0.7.2-1
- Update to upstream 0.7.2.
* Mon Oct 22 2012 Ricky Elrod <codeblock@fedoraproject.org> - 0.7.0-1.20121022git833e9e9
- Update to upstream 0.7.0.

View File

@ -1 +1 @@
ef1da9e373af9fedeb50614d992a2895 elixir-lang-elixir-v0.7.0-0-g833e9e9.tar.gz
6bc8a41672bdb6f9abfb6c24f8c4a999 elixir-0.7.2.tar.gz