]> git.pld-linux.org Git - packages/emacs-pymacs.git/blame - emacs-pymacs.spec
- removed all Group fields translations (oure rpm now can handle translating
[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
dbfa3a2c 6Release: 2
d9bc2768
AM
7License: GPL v2
8Group: Applications/Editors/Emacs
d9bc2768
AM
9Source0: http://www.iro.umontreal.ca/~pinard/pymacs/pymacs-%{version}.tar.gz
10Patch0: %{name}-userinstall.patch
11URL: http://www.iro.umontreal.ca/~pinard/pymacs/
43ef7c89 12BuildRequires: emacs
dbfa3a2c 13BuildRequires: python-devel >= 2.2
d9bc2768 14BuildRequires: rpm-pythonprov
dbfa3a2c 15%requires_eq python
16Requires: emacs >= 21.1
d9bc2768 17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
dbfa3a2c 18Obsoletes: pymacs
d9bc2768
AM
19
20%description
21Pymacs is a powerful tool which, once started from Emacs, allows
22both-way communication between Emacs LISP and Python. Yet, Pymacs aims
23Python as an extension language for Emacs. Within Emacs LISP code, one
24may load and use Python modules. Python functions may themselves use
25Emacs services, and handle LISP objects kept in LISP space.
26
27%description -l pl
28