]> git.pld-linux.org Git - packages/clisp.git/commitdiff
- package emacs and vim files
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 18 May 2020 19:03:58 +0000 (21:03 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Mon, 18 May 2020 19:03:58 +0000 (21:03 +0200)
clisp.spec

index 36f873aee157551f27cd43b8de5793582d91b3f8..9e454020f17aa0fa1022494c17ffc535f0198133 100644 (file)
@@ -1,17 +1,8 @@
 # TODO:
-# - review alpha patch
 # - unpackaged files (see the end of spec)
 # - there is newer clisp release available at https://gitlab.com/gnu-clisp/clisp.git
 #   and in some distros (ie. Fedora/Rawhide)
 #
-#warning: Installed (but unpackaged) file(s) found:
-#      /usr/share/emacs/site-lisp/clhs.el
-#      /usr/share/emacs/site-lisp/clisp-coding.el
-#      /usr/share/emacs/site-lisp/clisp-ffi.el
-#      /usr/share/emacs/site-lisp/clisp-indent.el
-#      /usr/share/emacs/site-lisp/clisp-indent.lisp
-#      /usr/share/vim/vimfiles/after/syntax/lisp.vim
-#
 # Conditional build:
 %bcond_with    tests   # run test suite `make check' (uses network, won't pass on vserver)
 #
@@ -86,6 +77,30 @@ Munique, ambas na Alemanha. O CLISP é quase totalmente compatível com
 o Common Lisp descrito pelo padrão ANSI CL. Além disso, CLISP é
 software livre, distribuído sob os termos da GNU GPL.
 
+%package -n emacs-clisp-mode
+Summary:       CLISP mode for Emacs
+Summary(pl.UTF-8):     Tryb edycji CLISP dla Emacsa
+Group:         Applications/Editors
+Requires:      emacs-common
+
+%description -n emacs-clisp-mode
+CLISP mode for Emacs.
+
+%description -n emacs-clisp-mode -l pl.UTF-8
+Tryb edycji CLISP dla Emacsa.
+
+%package -n vim-syntax-lisp
+Summary:       LISP syntax highlighting for Vim
+Summary(pl.UTF-8):     Podświetlanie składni LISP-a w Vimie
+Group:         Applications/Editors
+Requires:      vim-rt
+
+%description -n vim-syntax-lisp
+LISP syntax highlighting for Vim.
+
+%description -n vim-syntax-lisp -l pl.UTF-8
+Podświetlanie składni LISP-a w Vimie.
+
 %prep
 %setup -q -n clisp-clisp-%{version}
 %patch0 -p1
@@ -179,3 +194,15 @@ rm -rf $RPM_BUILD_ROOT
 %{_aclocaldir}/clisp.m4
 %{_mandir}/man1/clisp.1*
 %{_mandir}/man1/clisp-link.1*
+
+%files -n emacs-clisp-mode
+%defattr(644,root,root,755)
+%{_lispdir}/clhs.el
+%{_lispdir}/clisp-coding.el
+%{_lispdir}/clisp-ffi.el
+%{_lispdir}/clisp-indent.el
+%{_lispdir}/clisp-indent.lisp
+
+%files -n vim-syntax-lisp
+%defattr(644,root,root,755)
+%{_datadir}/vim/vimfiles/after/syntax/lisp.vim
This page took 0.110104 seconds and 4 git commands to generate.