new release R11B-0
This commit is contained in:
parent
0a92f9b9e2
commit
cdc6d1810e
@ -1,3 +1,3 @@
|
|||||||
otp_src_R11B-5.tar.gz
|
otp_src_R12B-0.tar.gz
|
||||||
otp_doc_html_R11B-5.tar.gz
|
otp_doc_man_R12B-0.tar.gz
|
||||||
otp_doc_man_R11B-5.tar.gz
|
otp_doc_html_R12B-0.tar.gz
|
||||||
|
17
erlang.spec
17
erlang.spec
@ -1,14 +1,14 @@
|
|||||||
Name: erlang
|
Name: erlang
|
||||||
Version: R11B
|
Version: R12B
|
||||||
Release: 6.3%{?dist}
|
Release: 0.1%{?dist}
|
||||||
Summary: General-purpose programming language and runtime environment
|
Summary: General-purpose programming language and runtime environment
|
||||||
|
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
License: Erlang Public License
|
License: Erlang Public License
|
||||||
URL: http://www.erlang.org
|
URL: http://www.erlang.org
|
||||||
Source: http://www.erlang.org/download/otp_src_R11B-5.tar.gz
|
Source: http://www.erlang.org/download/otp_src_R12B-0.tar.gz
|
||||||
Source1: http://www.erlang.org/download/otp_doc_html_R11B-5.tar.gz
|
Source1: http://www.erlang.org/download/otp_doc_html_R12B-0.tar.gz
|
||||||
Source2: http://www.erlang.org/download/otp_doc_man_R11B-5.tar.gz
|
Source2: http://www.erlang.org/download/otp_doc_man_R12B-0.tar.gz
|
||||||
Patch0: otp-links.patch
|
Patch0: otp-links.patch
|
||||||
Patch1: otp-install.patch
|
Patch1: otp-install.patch
|
||||||
Patch2: otp-rpath.patch
|
Patch2: otp-rpath.patch
|
||||||
@ -42,14 +42,14 @@ Documentation for Erlang.
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n otp_src_R11B-5
|
%setup -q -n otp_src_R12B-0
|
||||||
%patch0 -p1 -b .links
|
%patch0 -p1 -b .links
|
||||||
%patch1 -p1 -b .install
|
%patch1 -p1 -b .install
|
||||||
%patch2 -p1 -b .rpath
|
%patch2 -p1 -b .rpath
|
||||||
%patch3 -p1 -b .sslrpath
|
%patch3 -p1 -b .sslrpath
|
||||||
# enable dynamic linking for ssl
|
# enable dynamic linking for ssl
|
||||||
sed -i 's|SSL_DYNAMIC_ONLY=no|SSL_DYNAMIC_ONLY=yes|' erts/configure
|
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
|
%build
|
||||||
./configure --prefix=%{_prefix} --exec-prefix=%{_prefix} --bindir=%{_bindir} --libdir=%{_libdir}
|
./configure --prefix=%{_prefix} --exec-prefix=%{_prefix} --bindir=%{_bindir} --libdir=%{_libdir}
|
||||||
@ -107,6 +107,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Dec 8 2007 Gerard Milmeister <gemi@bluewin.ch> - R12B-0.1
|
||||||
|
- new release R12B-0
|
||||||
|
|
||||||
* Wed Dec 05 2007 Release Engineering <rel-eng at fedoraproject dot org> - R11B-6
|
* Wed Dec 05 2007 Release Engineering <rel-eng at fedoraproject dot org> - R11B-6
|
||||||
- Rebuild for deps
|
- Rebuild for deps
|
||||||
|
|
||||||
|
6
sources
6
sources
@ -1,3 +1,3 @@
|
|||||||
96acec41da87d6ee0ef18e1aab36ffdd otp_src_R11B-5.tar.gz
|
54cd5a83697c515f571e44d4ea99c8d3 otp_src_R12B-0.tar.gz
|
||||||
6a40146d855f98d024682cd24e9bb5bc otp_doc_html_R11B-5.tar.gz
|
aa3a12a16e03d1aadec40e265f51e7c6 otp_doc_man_R12B-0.tar.gz
|
||||||
5c387162ae6d255f525d72a91481d135 otp_doc_man_R11B-5.tar.gz
|
ddbb484ebe97a837640e51305cc7557a otp_doc_html_R12B-0.tar.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user