|
@@ -2,8 +2,8 @@
|
|
|
%define month 07
|
|
|
%define day 25
|
|
|
%define name clisp
|
|
|
-%define version 2.48
|
|
|
-%define release 2%{?_dist_release}
|
|
|
+%define version 2.49
|
|
|
+%define release 1%{?_dist_release}
|
|
|
%define clisp_build vine
|
|
|
|
|
|
Summary: Common Lisp (ANSI CL) implementation
|
|
@@ -14,12 +14,12 @@ Release: %{release}
|
|
|
Icon: clisp.gif
|
|
|
License: GPL
|
|
|
Group: Development/Languages
|
|
|
-Source: ftp://ftp.gnu.org/pub/gnu/clisp/release/2.48/%{name}-%{version}.tar.bz2
|
|
|
+Source: ftp://ftp.gnu.org/pub/gnu/clisp/release/%{version}/%{name}-%{version}.tar.bz2
|
|
|
Patch0: clisp-2.47-cpp.patch
|
|
|
#Patch: %{name}-2.32-hfs.patch
|
|
|
#Patch1: %{name}-2.27-dvi.patch
|
|
|
|
|
|
-URL: http://clisp.cons.org/
|
|
|
+URL: http://www.clisp.org/
|
|
|
Provides: clisp, ansi-cl
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
BuildRequires: imake
|
|
@@ -122,6 +122,9 @@ find $RPM_BUILD_ROOT%{_libdir} -name '*.dvi' | xargs rm -f
|
|
|
%find_lang %{name}low
|
|
|
cat %{name}low.lang >> %{name}.lang
|
|
|
|
|
|
+## ad-hoc fix <BTS:VineLinux:825>: '--vimdir' option is broken...
|
|
|
+%__mkdir_p $RPM_BUILD_ROOT%{_sysconfdir}/vim
|
|
|
+%__mv $RPM_BUILD_ROOT%{_datadir}/vim/vimfiles/after $RPM_BUILD_ROOT%{_sysconfdir}/vim
|
|
|
|
|
|
%clean
|
|
|
rm -rf %{buildroot}
|
|
@@ -134,10 +137,14 @@ rm -rf %{buildroot}
|
|
|
%{_libdir}/%{name}-%{version}
|
|
|
%{_datadir}/aclocal/*.m4
|
|
|
%{_datadir}/emacs/site-lisp/*
|
|
|
-%{_datadir}/vim/vimfiles/after/syntax/lisp.vim
|
|
|
+%{_sysconfdir}/vim
|
|
|
%doc %{_docdir}/clisp-%{version}
|
|
|
|
|
|
%changelog
|
|
|
+* Tue Apr 19 2011 IWAI, Masaharu <iwai@alib.jp> 2.49-1
|
|
|
+- new upstream release
|
|
|
+- ad-hoc fix <BTS:VineLinux:825>: but '--vimdir' option is broken...
|
|
|
+
|
|
|
* Tue Apr 12 2011 Shu KONNO <owa@bg.wakwak.com> 2.48-2
|
|
|
- rebuilt with postgresql-9.0.3
|
|
|
|