From 4613f8a4fd4f89b6ae2dd230823239739051e160 Mon Sep 17 00:00:00 2001 From: GĂ©rard Milmeister Date: Oct 01 2005 09:15:37 +0000 Subject: added tk-devel req --- diff --git a/erlang.spec b/erlang.spec index 779c3ba..15abe7b 100644 --- a/erlang.spec +++ b/erlang.spec @@ -12,9 +12,10 @@ Source2: http://www.erlang.org/download/otp_doc_man_R10B-6.tar.gz Patch: otp-links.patch Patch1: otp-install.patch Patch2: otp-rpath.patch -Patch3: otp-glibc24.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: ncurses-devel, openssl-devel, flex, unixODBC-devel +BuildRequires: tcl-devel, tk-devel +Requires: tk %description Erlang is a general-purpose programming language and runtime @@ -36,7 +37,6 @@ Documentation for Erlang. %patch -p1 %patch1 -p1 %patch2 -p1 -%patch3 -p1 %build @@ -90,9 +90,12 @@ rm -rf $RPM_BUILD_ROOT %changelog -* Tue Sep 6 2005 Gerard Milmeister - R10B-6.4 +* Sat Oct 1 2005 Gerard Milmeister - R10B-6.4 +- Added tk-devel and tcl-devel to buildreq +- Added tk to req + +* Tue Sep 6 2005 Gerard Milmeister - R10B-6.3 - Remove perl BuildRequires -- Add patch for glibc 2.4 * Tue Aug 30 2005 Gerard Milmeister - R10B-6.2 - change /usr/lib to %%{_libdir}