]> git.pld-linux.org Git - packages/gcl.git/blobdiff - gcl.spec
- hopefully fixed build with binutils 2.15.92.0.2
[packages/gcl.git] / gcl.spec
index d148e02f766e3563439dbd93a67857dc87061e80..df436dc3f87ccd7f3bb80ea2d9a281a38adf82df 100644 (file)
--- a/gcl.spec
+++ b/gcl.spec
@@ -1,14 +1,15 @@
 Summary:       GNU Common Lisp system
 Summary(pl):   System GNU Common Lisp
 Name:          gcl
-Version:       2.6.2
-Release:       1
+Version:       2.6.5
+Release:       4
 License:       LGPL v2
 Group:         Development/Languages
 Source0:       ftp://ftp.gnu.org/gnu/gcl/%{name}-%{version}.tar.gz
-# Source0-md5: dfb205e96b5cfa1ab1795110cf38f209
+# Source0-md5: e0852318b81c93b76bc7e012f036ec6c
 Patch0:                %{name}-make.patch
 Patch1:                %{name}-info.patch
+Patch2:                %{name}-binutils.patch
 URL:           http://www.gnu.org/software/gcl/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -35,12 +36,13 @@ Requires:   %{name} = %{version}-%{release}
 Tcl/Tk bindings for GNU Common Lisp.
 
 %description tk -l pl
-Intefejs Tcl/Tk dla GNU Common Lisp.
+Interfejs Tcl/Tk dla GNU Common Lisp.
 
 %prep
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %{__aclocal}
@@ -51,7 +53,9 @@ GCC="%{__cc}"; export GCC
 EMACS=/usr/bin/xemacs; export EMACS
 %configure \
        --disable-statsysbfd \
+%ifnarch alpha hppa ia64 mips
        --enable-dynsysbfd \
+%endif
        --enable-dynsysgmp \
        --enable-notify=no
 
This page took 0.085609 seconds and 4 git commands to generate.