]> git.pld-linux.org Git - packages/gcl.git/blobdiff - gcl.spec
- release 2 - killed subshell
[packages/gcl.git] / gcl.spec
index 49006d204523248d10cf141dc9385f2bfe7d4da0..7c1d6692ab4c8caf6c4da6e5d82e4b8b353c54cc 100644 (file)
--- a/gcl.spec
+++ b/gcl.spec
@@ -1,20 +1,23 @@
 Summary:       GNU Common Lisp
 Summary(pl):   GNU Common Lisp
 Name:          gcl
-Version:       2.4.3
-Release:       1
+Version:       2.4.4
+Release:       2
 License:       LGPL v2
 Group:         Development/Languages
 Source0:       ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tgz
+# Source0-md5: cd2326647d1cd18ccec088370ebdf58d
 Patch0:                %{name}-make.patch
 Patch1:                %{name}-OPT.patch
 Patch2:                %{name}-info.patch
 Patch3:                %{name}-libgmp.patch
+Patch4:                %{name}-bfd.patch
 URL:           http://www.ma.utexas.edu/users/wfs/gcl.html
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: gmp-devel
-BuildRequires: tk-devel
+BuildRequires: sed
+BuildRequires: tk-devel >= 8.3.4-5
 BuildRequires: xemacs
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 ExclusiveArch: %{ix86} sparc
@@ -26,16 +29,16 @@ The GNU Common Lisp system, based on KCL.
 System GNU Common Lisp, bazuj±cy na KCL.
 
 %package tk
-Summary:       Tcl/tk bindings for GNU Common Lisp
-Summary(pl):   Interfejs Tcl/tk do GNU Common Lisp
+Summary:       Tcl/Tk bindings for GNU Common Lisp
+Summary(pl):   Interfejs Tcl/Tk do GNU Common Lisp
 Group:         Development/Languages
 Requires:      %{name} = %{version}
 
 %description tk
-Tcl/tk bindings for GNU Common Lisp.
+Tcl/Tk bindings for GNU Common Lisp.
 
 %description tk -l pl
-Intefejs Tcl/tk dla GNU Common Lisp.
+Intefejs Tcl/Tk dla GNU Common Lisp.
 
 %prep
 %setup  -q
@@ -43,6 +46,7 @@ Intefejs Tcl/tk dla GNU Common Lisp.
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+#%patch4 -p1
 
 %build
 rm -f missing
@@ -64,10 +68,12 @@ install -d $RPM_BUILD_ROOT%{_libdir}/gcl/{cmpnew,unixport,lsp,gcl-tk} \
        $RPM_BUILD_ROOT{%{_infodir},%{_mandir}/man1,%{_bindir}} \
        $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp
 
-(cd info
+cd info
 rm -f *info*
 makeinfo gcl-si.texi gcl-tk.texi
-install gcl*info* $RPM_BUILD_ROOT%{_infodir})
+install gcl*info* $RPM_BUILD_ROOT%{_infodir}
+cd ..
+
 install man/man1/gcl.1 $RPM_BUILD_ROOT%{_mandir}/man1
 
 install unixport/saved_gcl $RPM_BUILD_ROOT%{_libdir}/gcl/unixport
This page took 0.025931 seconds and 4 git commands to generate.