SPECS: erlang.spec - up to R11B_3; fix symlinks pointing to nowhere

arekm arekm at pld-linux.org
Sun Feb 4 00:48:38 CET 2007


Author: arekm                        Date: Sat Feb  3 23:48:38 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- up to R11B_3; fix symlinks pointing to nowhere

---- Files affected:
SPECS:
   erlang.spec (1.37 -> 1.38) 

---- Diffs:

================================================================
Index: SPECS/erlang.spec
diff -u SPECS/erlang.spec:1.37 SPECS/erlang.spec:1.38
--- SPECS/erlang.spec:1.37	Thu Dec 14 10:45:06 2006
+++ SPECS/erlang.spec	Sun Feb  4 00:48:33 2007
@@ -15,16 +15,16 @@
 Summary:	OpenSource Erlang/OTP
 Summary(pl):	Erlang/OTP z otwartymi źródłami
 Name:		erlang
-Version:	R11B_2
+Version:	R11B_3
 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:	7d7cca1d2f392a8a317cb4c0bd904726
-Source1:	http://www.erlang.org/download/otp_doc_man_R11B-2.tar.gz
-# Source1-md5:	c81023f591c1bace836de3aa874f3c2a
+# Source0-md5:	2806e5a2f26cb1b20f3ea1a6f3ec0276
+Source1:	http://www.erlang.org/download/otp_doc_man_R11B-3.tar.gz
+# Source1-md5:	645ef1ded84b470e9c05a4757dce88cf
 Patch0:		%{name}-fPIC.patch
 Patch1:		%{name}-optional_java.patch
 Patch2:		%{name}-hipe_optimistic_regalloc_once_only.patch
@@ -108,7 +108,7 @@
 	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##"`
-for l in ear ecc elink escript ; do
+for l in epmd ; do
 	ln -sf $ERTSDIR/bin/$l $RPM_BUILD_ROOT%{_bindir}
 done
 ln -sf $ERTSDIR/bin/epmd $RPM_BUILD_ROOT%{_libdir}/%{name}/bin
@@ -162,6 +162,7 @@
 %attr(755,root,root) %{_libdir}/%{name}/erts-*/bin/run_erl
 %attr(755,root,root) %{_libdir}/%{name}/erts-*/bin/start
 %attr(755,root,root) %{_libdir}/%{name}/erts-*/bin/to_erl
+%attr(755,root,root) %{_libdir}/%{name}/erts-*/bin/typer
 %{_libdir}/%{name}/erts-*/bin/start*.*
 # (file list dynamically generated) %{_libdir}/%{name}/lib
 %dir %{_libdir}/%{name}/misc
@@ -177,6 +178,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.38  2007/02/03 23:48:33  arekm
+- up to R11B_3; fix symlinks pointing to nowhere
+
 Revision 1.37  2006/12/14 09:45:06  deejay1
 - up to R11B_2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/erlang.spec?r1=1.37&r2=1.38&f=u



More information about the pld-cvs-commit mailing list