%if 0%{?rhel} && 0%{?rhel} < 8 %define rebar_eunit(C:) \ CFLAGS="${CFLAGS:-%optflags}" ; export CFLAGS ; \ CXXFLAGS="${CXXFLAGS:-%optflags}" ; export CXXFLAGS ; \ FFLAGS="${FFLAGS:-%optflags%{?_fmoddir: -I%_fmoddir}}" ; export FFLAGS ; \ FCFLAGS="${FCFLAGS:-%optflags%{?_fmoddir: -I%_fmoddir}}" ; export FCFLAGS ; \ %{?__global_ldflags:LDFLAGS="${LDFLAGS:-%__global_ldflags}" ; export LDFLAGS ;} \ VSN="%{version}" ; export VSN ; \ REBAR_VSN_CACHE_FILE="%{_builddir}/%{buildsubdir}/vsn.cache" ; export REBAR_VSN_CACHE_FILE ; \ REBAR_DEPS_PREFER_LIBS="TRUE" ; export REBAR_DEPS_PREFER_LIBS ; \ %__rebar eunit skip_deps=true -vv %{-C:-C %{-C*}} \ %{nil} %endif %define sufix 17 #Install a side of system package Name: elixir%{sufix} Version: 1.7.3 Release: 1%{?dist} Summary: A modern approach to programming for the Erlang VM Group: Development/Languages # See LEGAL (provided by upstream) for explaination/breakdown. License: ASL 2.0 and ERPL URL: http://elixir-lang.org/ Source0: https://github.com/elixir-lang/elixir/archive/v%{version}/%{name}-%{version}.tar.gz #BuildArch: noarch BuildRequires: erlang-rebar BuildRequires: erlang-rpm-macros BuildRequires: git Requires: erlang-compiler Requires: erlang-crypto Requires: erlang-erts Requires: erlang-inets Requires: erlang-kernel Requires: erlang-parsetools Requires: erlang-public_key Requires: erlang-stdlib Requires: erlang-tools %description Elixir is a programming language built on top of the Erlang VM. As Erlang, it is a functional language built to support distributed, fault-tolerant, non-stop applications with hot code swapping. %global debug_package %{nil} %prep %setup -q -n elixir-%{version} sed -i -e "s/time //g" Makefile find -name '*.bat' -exec rm \{\} \; # This contains a failing test. We want `make test` for most tests, but # this deals with ANSI codes which rpmbuild strips. rm lib/elixir/test/elixir/io/ansi_test.exs %build export LANG="en_US.UTF-8" %{rebar_compile} %check export LANG="en_US.UTF-8" %{rebar_eunit} %install mkdir -p %{buildroot}/%{_datadir}/%{name}/%{version} cp -ra bin lib %{buildroot}/%{_datadir}/%{name}/%{version} mkdir -p %{buildroot}/%{_bindir} for binary in {elixir,elixirc,iex,mix};do ln -s %{_datadir}/%{name}/%{version}/bin/${binary} %{buildroot}/%{_bindir}/${binary}%{?sufix} done #ln -s %{_datadir}/%{name}/%{version}/bin/{elixir,elixirc,iex,mix} %{buildroot}/%{_bindir}/ %files %doc LICENSE %{_bindir}/elixir%{?sufix} %{_bindir}/elixirc%{?sufix} %{_bindir}/iex%{?sufix} %{_bindir}/mix%{?sufix} %{_datadir}/%{name} %changelog * Sun Sep 02 2018 Jerzy Drozdz - 1.7.3-1 - Update to 1.7 release * Sun Sep 02 2018 Jerzy Drozdz - 1.6.6-1 - New 1.6 upstream release * Sat May 05 2018 Jerzy Drozdz - 1.6.4-2 - Fixed missing build dependency * Sat May 05 2018 Jerzy Drozdz - 1.6.4-1 - New Upstream release - Installing aside of system package * Thu Jul 27 2017 Martin Langhoff - 1.4.5-2 - Make arch specific, fixes #1470583 - Fix build warnings about locale * Wed Jul 26 2017 Martin Langhoff - 1.4.5-1 - New upstream release * Wed Jul 26 2017 Fedora Release Engineering - 1.4.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Mon Apr 17 2017 Martin Langhoff - 1.4.2-1 - New upstream release * Fri Feb 10 2017 Fedora Release Engineering - 1.3.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Tue Nov 8 2016 Martin Langhoff - 1.3.4-1 - New upstream release * Mon Sep 19 2016 Martin Langhoff - 1.3.3-1 - New upstream release. * Thu Sep 1 2016 Martin Langhoff - 1.3.2-1 - New upstream release * Tue Jun 28 2016 Martin Langhoff - 1.3.1-1 - New upstream release * Fri Jun 24 2016 Martin Langhoff - 1.3.0-1 - New upstream release * Fri Jun 10 2016 Martin Langhoff - 1.2.6-1 - New upstream release 1.2.6 * Fri May 20 2016 Peter Lemenkov - 1.2.5-2 - Manually specify Requires for now - our dependency generator cannot handle noarch packages yet. * 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. * Mon Feb 8 2016 Martin Langhoff - 1.2.2-1 - New upstream release. * Wed Feb 03 2016 Fedora Release Engineering - 1.1.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Thu Oct 29 2015 Ricky Elrod - 1.1.1-1 - Latest upstream release. - Re-enable test suite to see what breaks. * Tue Jun 30 2015 Jochen Schmitt - 1.0.5-1 - New upstream release - set a UTF-8 locale to build elixir - Disable test suite * Wed Jun 17 2015 Fedora Release Engineering - 1.0.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Fri Feb 13 2015 Jochen Schmitt - 1.0.3-1 - New upstream release * Wed Oct 22 2014 Jochen Schmitt - 1.0.2-1 - New upstream release * Thu Oct 9 2014 Jochen Schmitt - 1.0.1-2 - Fix wrong Erlang release specification in the BRs * Wed Oct 8 2014 Ricky Elrod - 1.0.1-1 - Update to upstream 1.0.1. * Sat Oct 4 2014 Jochen Schmitt - 1.0-1 - New upstream release * Sat Jun 07 2014 Fedora Release Engineering - 0.12.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Wed Mar 12 2014 Ricky Elrod - 0.12.5-1 - Update to upstream 0.12.5. * Thu Feb 13 2014 Ricky Elrod - 0.12.4-1 - Update to upstream 0.12.4. * Tue Feb 4 2014 Ricky Elrod - 0.12.3-1 - Update to upstream 0.12.3. * Sun Jan 19 2014 Ricky Elrod - 0.12.2-2 - Remove patch that is no longer needed. * Fri Jan 17 2014 Patrick Uiterwijk - 0.12.2-1 - Update to upstream 0.12.2. * Sat Jan 11 2014 Ricky Elrod - 0.12.1-1 - Update to upstream 0.12.1. * Sun Dec 15 2013 Ricky Elrod - 0.12.0-1 - Update to upstream 0.12.0. * Sun Nov 24 2013 Ricky Elrod - 0.11.2-1 - Update to upstream 0.11.2. * Sat Nov 2 2013 Ricky Elrod - 0.11.0-1 - Update to upstream 0.11.0. * Tue Oct 8 2013 Ricky Elrod - 0.10.3-1 - Update to upstream 0.10.3. * Wed Sep 4 2013 Ricky Elrod - 0.10.2-1 - Update to upstream 0.10.2. * Sun Aug 4 2013 Ricky Elrod - 0.10.1-2 - Copy mix binary, too. * Sat Aug 3 2013 Ricky Elrod - 0.10.1-1 - Update to upstream 0.10.1. * Sat Aug 03 2013 Fedora Release Engineering - 0.10.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Tue Jul 16 2013 Ricky Elrod - 0.10.0-1 - Update to upstream 0.10.0. * Wed Jun 12 2013 Ricky Elrod - 0.9.3-2 - Fix patch, doctest.exs was renamed to doc_test.exs * Wed Jun 12 2013 Ricky Elrod - 0.9.3-1 - Update to upstream 0.9.3. * Wed Jun 12 2013 Ricky Elrod - 0.9.1-1 - Update to upstream 0.9.1. - Clean up specfile. * Sun Feb 17 2013 Ricky Elrod - 0.8.1-1 - Update to upstream 0.8.1. * Wed Feb 13 2013 Fedora Release Engineering - 0.7.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Mon Jan 7 2013 Ricky Elrod - 0.7.2-1 - Update to upstream 0.7.2. * Mon Oct 22 2012 Ricky Elrod - 0.7.0-1.20121022git833e9e9 - Update to upstream 0.7.0. * Wed Aug 1 2012 Ricky Elrod - 0.6.0-1.20120801git109919c - Update to upstream 0.6.0. * Sat May 26 2012 Ricky Elrod - 0.5.0-1.20120526git6052352 - Initial build.