SPECS: erlang.spec - up to R11B_5
arekm
arekm at pld-linux.org
Mon Oct 1 18:24:30 CEST 2007
Author: arekm Date: Mon Oct 1 16:24:30 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- up to R11B_5
---- Files affected:
SPECS:
erlang.spec (1.40 -> 1.41)
---- Diffs:
================================================================
Index: SPECS/erlang.spec
diff -u SPECS/erlang.spec:1.40 SPECS/erlang.spec:1.41
--- SPECS/erlang.spec:1.40 Mon Feb 12 22:23:54 2007
+++ SPECS/erlang.spec Mon Oct 1 18:24:25 2007
@@ -15,14 +15,14 @@
Summary: OpenSource Erlang/OTP
Summary(pl.UTF-8): Erlang/OTP z otwartymi źródłami
Name: erlang
-Version: R11B_3
+Version: R11B_5
Release: 1
Epoch: 1
%define _version %(echo %{version} | tr _ -)
License: distributable
Group: Development/Languages
Source0: http://www.erlang.org/download/otp_src_%{_version}.tar.gz
-# Source0-md5: 2806e5a2f26cb1b20f3ea1a6f3ec0276
+# Source0-md5: 96acec41da87d6ee0ef18e1aab36ffdd
Source1: http://www.erlang.org/download/otp_doc_man_R11B-3.tar.gz
# Source1-md5: 645ef1ded84b470e9c05a4757dce88cf
Patch0: %{name}-fPIC.patch
@@ -88,7 +88,7 @@
%configure \
--with%{!?with_java:out}-java
ERL_TOP=`pwd`; export ERL_TOP
- %{__make} \
+ %{__make} -j1 \
TARGET="%{_erl_target}" \
|| { find . -name erl_crash.dump | xargs cat ; exit 1 ; }
@@ -104,7 +104,7 @@
sed -i -e"s#$RPM_BUILD_ROOT##" \
$RPM_BUILD_ROOT%{_libdir}/%{name}/bin/{erl,start,start_erl}
-for l in erl erlc dialyzer epmd run_erl to_erl ; do
+for l in erl erlc escript dialyzer epmd run_erl to_erl typer; do
ln -sf %{_libdir}/%{name}/bin/$l $RPM_BUILD_ROOT%{_bindir}
done
ERTSDIR=`echo $RPM_BUILD_ROOT%{_libdir}/%{name}/erts-* | sed -e"s#^$RPM_BUILD_ROOT##"`
@@ -141,10 +141,12 @@
%attr(755,root,root) %{_libdir}/%{name}/bin/epmd
%attr(755,root,root) %{_libdir}/%{name}/bin/erl
%attr(755,root,root) %{_libdir}/%{name}/bin/erlc
+%attr(755,root,root) %{_libdir}/%{name}/bin/escript
%attr(755,root,root) %{_libdir}/%{name}/bin/run_erl
%attr(755,root,root) %{_libdir}/%{name}/bin/start
%attr(755,root,root) %{_libdir}/%{name}/bin/start_erl
%attr(755,root,root) %{_libdir}/%{name}/bin/to_erl
+%attr(755,root,root) %{_libdir}/%{name}/bin/typer
%{_libdir}/%{name}/bin/start*.*
%dir %{_libdir}/%{name}/erts-*
%{_libdir}/%{name}/erts-*/doc
@@ -178,6 +180,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.41 2007/10/01 16:24:25 arekm
+- up to R11B_5
+
Revision 1.40 2007/02/12 21:23:54 glen
- tabs in preamble
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/erlang.spec?r1=1.40&r2=1.41&f=u
More information about the pld-cvs-commit
mailing list