SPECS: erlang.spec - up to R11B_0 - now with SMP - cleanup changelog
deejay1
deejay1 at pld-linux.org
Sun May 21 20:05:09 CEST 2006
Author: deejay1 Date: Sun May 21 18:05:09 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- up to R11B_0 - now with SMP
- cleanup changelog
---- Files affected:
SPECS:
erlang.spec (1.30 -> 1.31)
---- Diffs:
================================================================
Index: SPECS/erlang.spec
diff -u SPECS/erlang.spec:1.30 SPECS/erlang.spec:1.31
--- SPECS/erlang.spec:1.30 Sun Apr 2 19:12:47 2006
+++ SPECS/erlang.spec Sun May 21 20:05:04 2006
@@ -10,16 +10,16 @@
Summary: OpenSource Erlang/OTP
Summary(pl): Erlang/OTP z otwartymi źródłami
Name: erlang
-Version: R10B_10
+Version: R11B_0
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: c1405c885f07d661b7362b822d571586
-Source1: http://www.erlang.org/download/otp_doc_man_R10B-10.tar.gz
-# Source1-md5: 207e00bcaf5a9428bd86e3973f9b699f
+# Source0-md5: 367d9d3ba979cd278b78d6d0393982ba
+Source1: http://www.erlang.org/download/otp_doc_man_R11B-0.tar.gz
+# Source1-md5: 172591538db42e81b814a77f30da4fa4
Patch0: %{name}-fPIC.patch
Patch1: %{name}-optional_java.patch
Patch2: %{name}-hipe_optimistic_regalloc_once_only.patch
@@ -97,7 +97,7 @@
sed -i -e"s#$RPM_BUILD_ROOT##" \
$RPM_BUILD_ROOT%{_libdir}/%{name}/bin/{erl,start,start_erl}
-for l in erl erlc ; do
+for l in erl erlc dialyzer epmd run_erl to_erl ; 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##"`
@@ -118,7 +118,7 @@
find $RPM_BUILD_ROOT%{_libdir}/%{name}/lib -type f '!' -perm -500 \
| sed -e"s#^$RPM_BUILD_ROOT%{_libdir}/%{name}/#%%{_libdir}/%%{name}/#" >> lib.list
-rm -rf $RPM_BUILD_ROOT%{_libdir}/%{name}/erts-*/lib/internal
+rm -rf $RPM_BUILD_ROOT%{_libdir}/%{name}/erts-*/lib
rm -rf $RPM_BUILD_ROOT%{_libdir}/%{name}/erts-*/include/internal
%clean
@@ -130,6 +130,7 @@
%attr(755,root,root) %{_bindir}/*
%dir %{_libdir}/erlang
%dir %{_libdir}/%{name}/bin
+%attr(755,root,root) %{_libdir}/%{name}/bin/dialyzer
%attr(755,root,root) %{_libdir}/%{name}/bin/epmd
%attr(755,root,root) %{_libdir}/%{name}/bin/erl
%attr(755,root,root) %{_libdir}/%{name}/bin/erlc
@@ -147,6 +148,7 @@
%dir %{_libdir}/%{name}/erts-*/bin
%attr(755,root,root) %{_libdir}/%{name}/erts-*/bin/beam*
%attr(755,root,root) %{_libdir}/%{name}/erts-*/bin/child*
+%attr(755,root,root) %{_libdir}/%{name}/erts-*/bin/dialyzer
%attr(755,root,root) %{_libdir}/%{name}/erts-*/bin/e*
%attr(755,root,root) %{_libdir}/%{name}/erts-*/bin/heart*
%attr(755,root,root) %{_libdir}/%{name}/erts-*/bin/inet_gethost
@@ -168,11 +170,15 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.31 2006/05/21 18:05:04 deejay1
+- up to R11B_0 - now with SMP
+- cleanup changelog
+
Revision 1.30 2006/04/02 17:12:47 arekm
- no LD_ASSUME_KERNEL for Th
Revision 1.29 2006/04/01 20:47:08 arekm
-th BR: xorg-lib-libX11-devel
+- th BR: xorg-lib-libX11-devel
Revision 1.28 2006/04/01 19:42:59 deejay1
- oops, docs weren't updated - sorry :(
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/erlang.spec?r1=1.30&r2=1.31&f=u
More information about the pld-cvs-commit
mailing list