]> git.pld-linux.org Git - packages/emacs-pymacs.git/blame - emacs-pymacs.spec
BR: emacs
[packages/emacs-pymacs.git] / emacs-pymacs.spec
CommitLineData
d9bc2768
AM
1%include /usr/lib/rpm/macros.python
2Summary: Python extension for Emacs
3Summary(pl): Rozszerzenie Python dla Emacsa
4Name: emacs-pymacs
5Version: 0.15
6Release: 1
7License: GPL v2
8Group: Applications/Editors/Emacs
9Group(de): Applikationen/Editors/Emacs
10Group(pl): Aplikacje/Edytory/Emacs
11Source0: http://www.iro.umontreal.ca/~pinard/pymacs/pymacs-%{version}.tar.gz
12Patch0: %{name}-userinstall.patch
13URL: http://www.iro.umontreal.ca/~pinard/pymacs/
14%requires_eq python
15Requires: emacs >= 21.1
43ef7c89 16BuildRequires: emacs
d9bc2768
AM
17BuildRequires: python-devel >= 2.1
18BuildRequires: rpm-pythonprov
19Obsoletes: pymacs
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%description
23Pymacs is a powerful tool which, once started from Emacs, allows
24both-way communication between Emacs LISP and Python. Yet, Pymacs aims
25Python as an extension language for Emacs. Within Emacs LISP code, one
26may load and use Python modules. Python functions may themselves use
27Emacs services, and handle LISP objects kept in LISP space.
28
29%description -l pl
30