SPECS: erlang.spec - version R12B_2 - added patch to build with glibc 2.8 -...
tommat
tommat at pld-linux.org
Wed May 14 01:10:02 CEST 2008
Author: tommat Date: Tue May 13 23:10:02 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- version R12B_2
- added patch to build with glibc 2.8
- no parallel install
- rel 0.1 builds at least on i686
---- Files affected:
SPECS:
erlang.spec (1.46 -> 1.47)
---- Diffs:
================================================================
Index: SPECS/erlang.spec
diff -u SPECS/erlang.spec:1.46 SPECS/erlang.spec:1.47
--- SPECS/erlang.spec:1.46 Tue May 13 22:42:26 2008
+++ SPECS/erlang.spec Wed May 14 01:09:57 2008
@@ -15,19 +15,20 @@
Summary: OpenSource Erlang/OTP
Summary(pl.UTF-8): Erlang/OTP z otwartymi źródłami
Name: erlang
-Version: R12B_1
-Release: 2
+Version: R12B_2
+Release: 0.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: 6de3630b446e9c2150edfe01e383c917
+# Source0-md5: 05861c7f75d7b2ed5af42c93cebe5801
Source1: http://www.erlang.org/download/otp_doc_man_R12B-1.tar.gz
# Source1-md5: 96da62bcfb40e5d3ec2945bb2b050024
Patch0: %{name}-fPIC.patch
Patch1: %{name}-optional_java.patch
Patch2: %{name}-tinfo.patch
+Patch3: %{name}-new_glibc.patch
URL: http://www.erlang.org/
%{?with_java:BuildRequires: /usr/bin/jar}
BuildRequires: xorg-lib-libX11-devel
@@ -64,6 +65,7 @@
#%patch0 -p1
%patch1 -p1
%patch2 -p1
+%patch3 -p1
%build
find . -name config.sub | xargs -n 1 cp -f /usr/share/automake/config.sub
@@ -97,7 +99,7 @@
%install
rm -rf $RPM_BUILD_ROOT
-%{__make} install \
+%{__make} -j1 install \
TARGET="%{_erl_target}" \
INSTALL_PREFIX=$RPM_BUILD_ROOT
@@ -182,6 +184,12 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.47 2008-05-13 23:09:57 tommat
+- version R12B_2
+- added patch to build with glibc 2.8
+- no parallel install
+- rel 0.1 builds at least on i686
+
Revision 1.46 2008-05-13 20:42:26 tommat
- ugly workaround for sparc32, assembler insertions require v8plus arch
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/erlang.spec?r1=1.46&r2=1.47&f=u
More information about the pld-cvs-commit
mailing list