diff --git a/clisp.changes b/clisp.changes index 61b0bc6..c193d76 100644 --- a/clisp.changes +++ b/clisp.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jan 13 11:58:35 CET 2008 - coolo@suse.de + +- fix file list for vim + ------------------------------------------------------------------- Tue Dec 18 14:51:46 CET 2007 - werner@suse.de diff --git a/clisp.spec b/clisp.spec index a34c46b..dd3d1c0 100644 --- a/clisp.spec +++ b/clisp.spec @@ -1,7 +1,7 @@ # # spec file for package clisp (Version 2.43) # -# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # @@ -25,7 +25,7 @@ Group: Development/Languages/Other PreReq: vim AutoReqProv: on Version: 2.43 -Release: 2 +Release: 3 Summary: A Common Lisp Interpreter Url: http://clisp.cons.org Source: ftp://ftp.gnu.org/pub/gnu/clisp/latest/clisp-%{version}.tar.bz2 @@ -260,10 +260,12 @@ find %{buildroot}${LSPLIB}/ -name '*.run' | xargs -r chmod 0755 %{_datadir}/emacs/site-lisp/clisp-ffi.el %{_datadir}/emacs/site-lisp/clisp-indent.el %{_datadir}/emacs/site-lisp/clisp-indent.lisp -%{vimdir}/lisp.vim +%{_datadir}/vim/current/vimfiles %doc %{_mandir}/man1/clisp.1.gz %changelog +* Sun Jan 13 2008 - coolo@suse.de +- fix file list for vim * Tue Dec 18 2007 - werner@suse.de - Use -ffloat-store on on i386 to avoid the previous bug - Reorder -f options and -D defines of gcc