SPECS: erlang.spec - updated to R10B_9 - added unixODBC bcond

deejay1 deejay1 at pld-linux.org
Wed Dec 14 18:42:05 CET 2005


Author: deejay1                      Date: Wed Dec 14 17:42:05 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to R10B_9
- added unixODBC bcond

---- Files affected:
SPECS:
   erlang.spec (1.22 -> 1.23) 

---- Diffs:

================================================================
Index: SPECS/erlang.spec
diff -u SPECS/erlang.spec:1.22 SPECS/erlang.spec:1.23
--- SPECS/erlang.spec:1.22	Thu Sep 29 20:57:03 2005
+++ SPECS/erlang.spec	Wed Dec 14 18:41:57 2005
@@ -2,20 +2,21 @@
 #
 # 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_7
-Release:	1.1
+Version:	R10B_9
+Release:	0.9
 Epoch:		1
 License:	distributable
 Group:		Development/Languages
 %define		_version	%(echo %{version} | tr _ -)
 Source0:	http://www.erlang.org/download/otp_src_%{_version}.tar.gz
-# Source0-md5:	fc039c62862ebae141e27370401aaab0
-Source1:	http://www.erlang.org/download/otp_doc_man_R10B-6.tar.gz
-# Source1-md5:	0243d2ff01fb2bac03115bcbe2284b20
+# Source0-md5:	05791e9097f36202eb705df2a1db6500
+Source1:	http://www.erlang.org/download/otp_doc_man_R10B-9.tar.gz
+# Source1-md5:	051cd9893b36313f20a420bc2491905c
 Patch0:		%{name}-fPIC.patch
 Patch1:		%{name}-optional_java.patch
 Patch2:		%{name}-hipe_optimistic_regalloc_once_only.patch
@@ -30,6 +31,11 @@
 BuildRequires:	openssl-devel >= 0.9.7
 Buildrequires:	openssl-tools
 BuildRequires:	perl-base
+%if %{with odbc}
+BuildRequires:  unixODBC-devel
+%else
+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/')
@@ -159,6 +165,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.23  2005/12/14 17:41:57  deejay1
+- updated to R10B_9
+- added unixODBC bcond
+
 Revision 1.22  2005/09/29 18:57:03  jajcus
 - thread problems? maybe LD_ASSUME_KERNEL=2.4.19 will help
 
================================================================

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




More information about the pld-cvs-commit mailing list