]> git.pld-linux.org Git - packages/gcl.git/commitdiff
- release 2 - killed subshell
authorPaweł Gołaszewski <blues@pld-linux.org>
Sat, 6 Sep 2003 15:18:11 +0000 (15:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gcl.spec -> 1.28

gcl.spec

index 34abef4cfeb04d43b8e58e2bdbba3b0c04655740..7c1d6692ab4c8caf6c4da6e5d82e4b8b353c54cc 100644 (file)
--- a/gcl.spec
+++ b/gcl.spec
@@ -1,9 +1,8 @@
-
 Summary:       GNU Common Lisp
 Summary(pl):   GNU Common Lisp
 Name:          gcl
 Version:       2.4.4
-Release:       1
+Release:       2
 License:       LGPL v2
 Group:         Development/Languages
 Source0:       ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tgz
@@ -17,7 +16,8 @@ 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
@@ -68,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.070842 seconds and 4 git commands to generate.