new release R12B-4

This commit is contained in:
Gérard Milmeister 2008-10-25 21:28:09 +00:00
parent 94a0b0778a
commit 9ca20232bd
4 changed files with 29 additions and 24 deletions

View File

@ -1,3 +1,3 @@
otp_src_R12B-1.tar.gz
otp_doc_man_R12B-1.tar.gz
otp_doc_html_R12B-1.tar.gz
otp_src_R12B-4.tar.gz
otp_doc_html_R12B-4.tar.gz
otp_doc_man_R12B-4.tar.gz

View File

@ -1,19 +1,18 @@
Name: erlang
Version: R12B
Release: 1.1%{?dist}
Release: 4.1%{?dist}
Summary: General-purpose programming language and runtime environment
Group: Development/Languages
License: Erlang Public License
URL: http://www.erlang.org
Source: http://www.erlang.org/download/otp_src_R12B-1.tar.gz
Source1: http://www.erlang.org/download/otp_doc_html_R12B-1.tar.gz
Source2: http://www.erlang.org/download/otp_doc_man_R12B-1.tar.gz
Source: http://www.erlang.org/download/otp_src_R12B-4.tar.gz
Source1: http://www.erlang.org/download/otp_doc_html_R12B-4.tar.gz
Source2: http://www.erlang.org/download/otp_doc_man_R12B-4.tar.gz
Patch0: otp-links.patch
Patch1: otp-install.patch
Patch2: otp-rpath.patch
Patch3: otp-sslrpath.patch
Patch4: otp-null.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: ncurses-devel
@ -44,12 +43,12 @@ Documentation for Erlang.
%prep
%setup -q -n otp_src_R12B-1
%setup -q -n otp_src_R12B-4
%patch0 -p1 -b .links
%patch1 -p1 -b .install
%patch2 -p1 -b .rpath
%patch3 -p1 -b .sslrpath
%patch4 -p1 -b .null
# enable dynamic linking for ssl
sed -i 's|SSL_DYNAMIC_ONLY=no|SSL_DYNAMIC_ONLY=yes|' erts/configure
sed -i 's|^LD.*=.*|LD = gcc -shared|' lib/common_test/c_src/Makefile
@ -110,6 +109,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Sat Oct 25 2008 Gerard Milmeister <gemi@bluewin.ch> - R12B-4.1
- new release R12B-4
* Thu Mar 27 2008 Gerard Milmeister <gemi@bluewin.ch> - R12B-1.1
- new release R12B-1

View File

@ -1,17 +1,19 @@
--- otp_src_R10B-8/lib/crypto/c_src/Makefile.in.rpath 2005-10-29 22:50:59.000000000 +0200
+++ otp_src_R10B-8/lib/crypto/c_src/Makefile.in 2005-10-29 22:51:23.000000000 +0200
@@ -79,7 +79,7 @@
ifeq ($(HOST_OS),)
diff -up otp_src_R12B-4/lib/crypto/c_src/Makefile.in.rpath otp_src_R12B-4/lib/crypto/c_src/Makefile.in
--- otp_src_R12B-4/lib/crypto/c_src/Makefile.in.rpath 2008-10-25 22:20:42.000000000 +0200
+++ otp_src_R12B-4/lib/crypto/c_src/Makefile.in 2008-10-25 22:20:59.000000000 +0200
@@ -80,7 +80,7 @@ ifeq ($(HOST_OS),)
HOST_OS := $(shell $(ERL_TOP)/erts/autoconf/config.guess)
endif
DYNAMIC_CRYPTO_LIB=@SSL_DYNAMIC_ONLY@
-LD_R_FLAG=@DED_LD_FLAG_RUNTIME_LIBRARY_PATH@
+LD_R_FLAG=
ifeq ($(strip $(LD_R_FLAG)),)
LD_R_OPT =
else
--- otp_src_R10B-8/lib/crypto/priv/Makefile.rpath 2005-10-29 22:52:01.000000000 +0200
+++ otp_src_R10B-8/lib/crypto/priv/Makefile 2005-10-29 22:52:32.000000000 +0200
@@ -60,7 +60,7 @@
diff -up otp_src_R12B-4/lib/crypto/priv/Makefile.rpath otp_src_R12B-4/lib/crypto/priv/Makefile
--- otp_src_R12B-4/lib/crypto/priv/Makefile.rpath 2008-10-25 22:21:11.000000000 +0200
+++ otp_src_R12B-4/lib/crypto/priv/Makefile 2008-10-25 22:21:33.000000000 +0200
@@ -60,7 +60,7 @@ OBJS = $(OBJDIR)/crypto_drv.o
# ----------------------------------------------------
$(SO_DRIVER): $(OBJS)
@ -20,9 +22,10 @@
-o $@ $^ -lcrypto
$(DLL_DRIVER): $(OBJS)
--- otp_src_R10B-8/lib/ssl/c_src/Makefile.in.rpath 2005-10-29 22:53:15.000000000 +0200
+++ otp_src_R10B-8/lib/ssl/c_src/Makefile.in 2005-10-29 22:53:50.000000000 +0200
@@ -104,9 +104,9 @@
diff -up otp_src_R12B-4/lib/ssl/c_src/Makefile.in.rpath otp_src_R12B-4/lib/ssl/c_src/Makefile.in
--- otp_src_R12B-4/lib/ssl/c_src/Makefile.in.rpath 2008-10-25 22:21:51.000000000 +0200
+++ otp_src_R12B-4/lib/ssl/c_src/Makefile.in 2008-10-25 22:22:21.000000000 +0200
@@ -111,9 +111,9 @@ ifeq ($(findstring darwin,$(TARGET)),dar
CC_R_FLAG =
else
ifeq ($(findstring osf,$(TARGET)),osf) # osf1: -Wl,-rpath,
@ -33,4 +36,4 @@
+CC_R_FLAG =
endif
endif
endif

View File

@ -1,3 +1,3 @@
6de3630b446e9c2150edfe01e383c917 otp_src_R12B-1.tar.gz
96da62bcfb40e5d3ec2945bb2b050024 otp_doc_man_R12B-1.tar.gz
3dd8aee17fcbd3e5fda7313208fce6ac otp_doc_html_R12B-1.tar.gz
ae81edda4a17506af7a9d73abca033b2 otp_src_R12B-4.tar.gz
f633cd418d8260af7a11c998aa88072b otp_doc_html_R12B-4.tar.gz
ef8f96d1721a2345cc87b208cde3de06 otp_doc_man_R12B-4.tar.gz