rpms/erlang/F-7 erlang.spec,1.19,1.20 sources,1.7,1.8

Gérard Milmeister (gemi) fedora-extras-commits at redhat.com
Sat Dec 8 12:16:37 UTC 2007


Author: gemi

Update of /cvs/pkgs/rpms/erlang/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15174/F-7

Modified Files:
	erlang.spec sources 
Log Message:
new release R11B-0


Index: erlang.spec
===================================================================
RCS file: /cvs/pkgs/rpms/erlang/F-7/erlang.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- erlang.spec	27 Mar 2007 16:32:34 -0000	1.19
+++ erlang.spec	8 Dec 2007 12:16:03 -0000	1.20
@@ -6,15 +6,13 @@
 Group:          Development/Languages
 License:        Erlang Public License
 URL:            http://www.erlang.org
-Source:         http://www.erlang.org/download/otp_src_R11B-2.tar.gz
-Source1:	http://www.erlang.org/download/otp_doc_html_R11B-2.tar.gz
-Source2:	http://www.erlang.org/download/otp_doc_man_R11B-2.tar.gz
+Source:         http://www.erlang.org/download/otp_src_R12B-0.tar.gz
+Source1:	http://www.erlang.org/download/otp_doc_html_R12B-0.tar.gz
+Source2:	http://www.erlang.org/download/otp_doc_man_R12B-0.tar.gz
 Patch0:		otp-links.patch
 Patch1:		otp-install.patch
 Patch2:		otp-rpath.patch
 Patch3:         otp-sslrpath.patch
-Patch4:         otp-glibc25.patch
-Patch5:		otp-run_erl.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	ncurses-devel
@@ -44,14 +42,14 @@
 
 
 %prep
-%setup -q -n otp_src_R11B-2
+%setup -q -n otp_src_R12B-0
 %patch0 -p1 -b .links
 %patch1 -p1 -b .install
 %patch2 -p1 -b .rpath
 %patch3 -p1 -b .sslrpath
-%patch4 -p1 -b .glibc25
-%patch5 -p1 -b .run_erl
-
+# 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
 
 %build
 ./configure --prefix=%{_prefix} --exec-prefix=%{_prefix} --bindir=%{_bindir} --libdir=%{_libdir}
@@ -66,6 +64,7 @@
 # clean up
 find $RPM_BUILD_ROOT%{_libdir}/erlang -perm 0775 | xargs chmod 755
 find $RPM_BUILD_ROOT%{_libdir}/erlang -name Makefile | xargs chmod 644
+find $RPM_BUILD_ROOT%{_libdir}/erlang -name \*.o | xargs chmod 644
 find $RPM_BUILD_ROOT%{_libdir}/erlang -name \*.bat | xargs rm -f
 find $RPM_BUILD_ROOT%{_libdir}/erlang -name index.txt.old | xargs rm -f
 
@@ -108,6 +107,9 @@
 
 
 %changelog
+* Sat Dec  8 2007 Gerard Milmeister <gemi at bluewin.ch> - R12B-0.1
+- new release R12B-0
+
 * Sat Mar 24 2007 Thomas Fitzsimmons <fitzsim at redhat.com> - R11B-2.4
 - Require java-1.5.0-gcj-devel for build.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/erlang/F-7/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	30 Dec 2006 22:26:33 -0000	1.7
+++ sources	8 Dec 2007 12:16:03 -0000	1.8
@@ -1,3 +1,3 @@
-7d7cca1d2f392a8a317cb4c0bd904726  otp_src_R11B-2.tar.gz
-e2c45ced77ec63b9b1dd95c8f5396f7d  otp_doc_html_R11B-2.tar.gz
-c81023f591c1bace836de3aa874f3c2a  otp_doc_man_R11B-2.tar.gz
+54cd5a83697c515f571e44d4ea99c8d3  otp_src_R12B-0.tar.gz
+aa3a12a16e03d1aadec40e265f51e7c6  otp_doc_man_R12B-0.tar.gz
+ddbb484ebe97a837640e51305cc7557a  otp_doc_html_R12B-0.tar.gz




More information about the fedora-extras-commits mailing list