SPECS (AC-branch): erlang.spec - version R10_B10 - backport from r...

deejay1 deejay1 at pld-linux.org
Wed Apr 26 19:04:41 CEST 2006


Author: deejay1                      Date: Wed Apr 26 17:04:41 2006 GMT
Module: SPECS                         Tag: AC-branch
---- Log message:
- version R10_B10
- backport from rev 1.28

---- Files affected:
SPECS:
   erlang.spec (1.24 -> 1.24.2.1) 

---- Diffs:

================================================================
Index: SPECS/erlang.spec
diff -u SPECS/erlang.spec:1.24 SPECS/erlang.spec:1.24.2.1
--- SPECS/erlang.spec:1.24	Fri Dec 16 16:18:36 2005
+++ SPECS/erlang.spec	Wed Apr 26 19:04:36 2006
@@ -1,43 +1,46 @@
 # $Revision$, $Date$
+# NOTE: Building requires working DNS setup. Build may hang
+#       even if _only_ first dns specified in resolv.conf
+#       is unreachable.
 #
 # Conditional build:
 %bcond_with	java		# with Java support
 %bcond_without	odbc		# without unixODBC support
-# 
+#
 Summary:	OpenSource Erlang/OTP
 Summary(pl):	Erlang/OTP z otwartymi źródłami
 Name:		erlang
-Version:	R10B_9
+Version:	R10B_10
 Release:	1
 Epoch:		1
+%define		_version	%(echo %{version} | tr _ -)
 License:	distributable
 Group:		Development/Languages
-%define		_version	%(echo %{version} | tr _ -)
 Source0:	http://www.erlang.org/download/otp_src_%{_version}.tar.gz
-# Source0-md5:	05791e9097f36202eb705df2a1db6500
-Source1:	http://www.erlang.org/download/otp_doc_man_R10B-9.tar.gz
-# Source1-md5:	051cd9893b36313f20a420bc2491905c
+# Source0-md5:	c1405c885f07d661b7362b822d571586
+Source1:	http://www.erlang.org/download/otp_doc_man_R10B-10.tar.gz
+# Source1-md5:	207e00bcaf5a9428bd86e3973f9b699f
 Patch0:		%{name}-fPIC.patch
 Patch1:		%{name}-optional_java.patch
 Patch2:		%{name}-hipe_optimistic_regalloc_once_only.patch
 URL:		http://www.erlang.org/
+%{?with_java:BuildRequires:	/usr/bin/jar}
 BuildRequires:	XFree86-devel
 BuildRequires:	autoconf
 BuildRequires:	automake
-%{?with_java:BuildRequires:	jdk >= 1.2}
-%{?with_java:BuildRequires:	/usr/bin/jar}
 BuildRequires:	flex
+%{?with_java:BuildRequires:	jdk >= 1.2}
 BuildRequires:	ncurses-devel
 BuildRequires:	openssl-devel >= 0.9.7
 Buildrequires:	openssl-tools
 BuildRequires:	perl-base
 %if %{with odbc}
-BuildRequires:  unixODBC-devel
+BuildRequires:	unixODBC-devel
 %else
-BuildConflicts: unixODBC-devel
+BuildConflicts:	unixODBC-devel
 %endif
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-	
+
 %define _erl_target %(echo %{_build} | sed -e's/amd64/x86_64/;s/athlon/i686/;s/ppc/powerpc/')
 
 %description
@@ -165,6 +168,22 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.24.2.1  2006/04/26 17:04:36  deejay1
+- version R10_B10
+- backport from rev 1.28
+
+Revision 1.28  2006/04/01 19:42:59  deejay1
+- oops, docs weren't updated - sorry :(
+
+Revision 1.27  2006/04/01 19:38:47  deejay1
+- up to R10_B10
+
+Revision 1.26  2006/02/28 23:37:25  glen
+- adapterized (killed trailing spaces/tabs)
+
+Revision 1.25  2005/12/24 13:02:48  arekm
+- add note about dns
+
 Revision 1.24  2005/12/16 15:18:36  deejay1
 - rel. 1, SOA #1
 
================================================================

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



More information about the pld-cvs-commit mailing list