1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
Name: lyskom-elisp-client
Summary: LysKOM client for Emacs
Version: 0.46.1
Release: 1
Copyright: GPL
Group: Applications/Internet
Source: http://www.ida.liu.se/~davby/lyskom-0.46.1.tar.gz
Vendor: Lysator
Packager: Kent Engstrm <kent@lysator.liu.se>
Requires: emacs >= 20.1
%description
Emacs client for the LysKOM conference system developed at Lysator
Academic Computer Society (http://www.lysator.liu.se/). To be able to
start the LysKOM client conveniently, just add
(autoload 'lyskom "lyskom-elisp-client" "Start a LysKOM session." t)
to your ~/.emacs file. You may then start the client by invoking
M-x lyskom.
%prep
%setup -n lyskom-0.46.1
%build
make
%install
install -o root -g root -m 644 lyskom-0.46.1.el /usr/share/emacs/site-lisp/lyskom.el
install -o root -g root -m 644 lyskom-0.46.1.elc /usr/share/emacs/site-lisp/lyskom.elc
%files
/usr/share/emacs/site-lisp/lyskom.el
/usr/share/emacs/site-lisp/lyskom.elc
%doc README
%doc COPYING
%doc NEWS-0.46
|