]> git.pld-linux.org Git - packages/emacs-pymacs.git/commitdiff
- initial pld release
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 22 Jan 2002 21:23:15 +0000 (21:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    emacs-pymacs.spec -> 1.1

emacs-pymacs.spec [new file with mode: 0644]

diff --git a/emacs-pymacs.spec b/emacs-pymacs.spec
new file mode 100644 (file)
index 0000000..1630ccb
--- /dev/null
@@ -0,0 +1,68 @@
+%include /usr/lib/rpm/macros.python
+Summary:       Python extension for Emacs
+Summary(pl):   Rozszerzenie Python dla Emacsa
+Name:          emacs-pymacs
+Version:       0.15
+Release:       1
+License:       GPL v2
+Group:         Applications/Editors/Emacs
+Group(de):     Applikationen/Editors/Emacs
+Group(pl):     Aplikacje/Edytory/Emacs
+Source0:       http://www.iro.umontreal.ca/~pinard/pymacs/pymacs-%{version}.tar.gz
+Patch0:                %{name}-userinstall.patch
+URL:           http://www.iro.umontreal.ca/~pinard/pymacs/
+%requires_eq    python
+Requires:      emacs >= 21.1
+BuildRequires: python-devel >= 2.1
+BuildRequires: rpm-pythonprov
+Obsoletes:     pymacs
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Pymacs is a powerful tool which, once started from Emacs, allows
+both-way communication between Emacs LISP and Python. Yet, Pymacs aims
+Python as an extension language for Emacs. Within Emacs LISP code, one
+may load and use Python modules. Python functions may themselves use
+Emacs services, and handle LISP objects kept in LISP space.
+
+%description -l pl
+Pymacs jest potê¿nym narzêdziem, które po uruchomieniu z Emacsa
+pozwala na dwukierunkow± komunikacjê pomiêdzy Emacs LISP oraz
+Pythonem. Pymacs pozwala na ³adowanie i u¿ywanie modu³ów Pythona z
+Emacs LISP. Z kolei funkcje pythona mog± u¿ywaæ us³ug Emacsa oraz
+obs³ugiwaæ obiekty LISPa znajduj±ce siê w przestrzeni LISPa.
+
+%prep
+%setup -q -n pymacs-%{version}
+%patch0 -p1
+
+%build
+./setup -u \
+       -b %{_bindir} \
+       -l %{_datadir}/emacs/site-lisp \
+       -p %{py_sitedir}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/emacs/site-lisp,%{py_sitedir}}
+
+./setup \
+       -b $RPM_BUILD_ROOT%{_bindir} \
+       -l $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp \
+       -p $RPM_BUILD_ROOT%{py_sitedir} \
+       install
+
+%py_comp $RPM_BUILD_ROOT/%{py_sitedir}
+%py_ocomp $RPM_BUILD_ROOT/%{py_sitedir}
+
+gzip -9nf ChangeLog* README THANKS* TODO
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc *.gz
+%attr(755,root,root) %{_bindir}/*
+%{py_sitedir}/*.py?
+%{_datadir}/emacs/site-listp/*.elc
This page took 0.150952 seconds and 4 git commands to generate.