OBS User unknown 2008-01-13 13:51:57 +00:00 committed by Git OBS Bridge
parent 179e54e239
commit fb36f810e9
2 changed files with 10 additions and 3 deletions

View File

@ -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 Tue Dec 18 14:51:46 CET 2007 - werner@suse.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package clisp (Version 2.43) # 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 # This file and all modifications and additions to the pristine
# package are under the same license as the package itself. # package are under the same license as the package itself.
# #
@ -25,7 +25,7 @@ Group: Development/Languages/Other
PreReq: vim PreReq: vim
AutoReqProv: on AutoReqProv: on
Version: 2.43 Version: 2.43
Release: 2 Release: 3
Summary: A Common Lisp Interpreter Summary: A Common Lisp Interpreter
Url: http://clisp.cons.org Url: http://clisp.cons.org
Source: ftp://ftp.gnu.org/pub/gnu/clisp/latest/clisp-%{version}.tar.bz2 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-ffi.el
%{_datadir}/emacs/site-lisp/clisp-indent.el %{_datadir}/emacs/site-lisp/clisp-indent.el
%{_datadir}/emacs/site-lisp/clisp-indent.lisp %{_datadir}/emacs/site-lisp/clisp-indent.lisp
%{vimdir}/lisp.vim %{_datadir}/vim/current/vimfiles
%doc %{_mandir}/man1/clisp.1.gz %doc %{_mandir}/man1/clisp.1.gz
%changelog %changelog
* Sun Jan 13 2008 - coolo@suse.de
- fix file list for vim
* Tue Dec 18 2007 - werner@suse.de * Tue Dec 18 2007 - werner@suse.de
- Use -ffloat-store on on i386 to avoid the previous bug - Use -ffloat-store on on i386 to avoid the previous bug
- Reorder -f options and -D defines of gcc - Reorder -f options and -D defines of gcc