]> git.pld-linux.org Git - SPECS.git/blob - xemacs-pld-extras.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / xemacs-pld-extras.spec
1 Summary:        Some facilities for xemacs
2 Summary(pl.UTF-8):      Różne dodatki do xemacsa
3 Name:           xemacs-pld-extras
4 Version:        0.21
5 Release:        5
6 License:        GPL
7 Group:          Applications/Editors/Emacs
8 Source0:        %{name}-%{version}.tgz
9 # Source0-md5:  d8dac9f947ce1df4b761018bb8c8b8e2
10 #Source1:       http://www.xemacs.org/~stigb/rpm-spec-mode.el
11 Requires:       xemacs
12 Requires:       xemacs-cc-mode-pkg
13 Requires:       xemacs-pc-pkg
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15 BuildArch:      noarch
16
17 %description
18 Some files that change default XEmacs behavior:
19 - rpm-spec-mode
20 - key shortcuts definitions for PSGML-mode
21
22 More information on <http://www.pld-linux.org/>.
23
24 %description -l pl.UTF-8
25 Pakiet zawiera różne ułatwienia i dodatki do XEmacsa:
26 - tryb edycji rpm-spec-mode
27 - definicje skrótów klawiaturowych dla PSGML-mode
28 - włączenie standardowego działania niektórych klawiszy
29
30 Więcej informacji na <http://www.pld-linux.org/>.
31
32 %prep
33 %setup -q -c
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37 install -d $RPM_BUILD_ROOT%{_datadir}/xemacs-packages/lisp
38
39 cp -a %{name} $RPM_BUILD_ROOT%{_datadir}/xemacs-packages/lisp
40 #install %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/xemacs-packages/lisp/%{name}/
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %{_datadir}/xemacs-packages/lisp/%{name}
This page took 0.196765 seconds and 3 git commands to generate.