]> git.pld-linux.org Git - SPECS.git/blob - xemacs-tpu-pkg.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / xemacs-tpu-pkg.spec
1 Summary:        DEC EDIT/TPU support
2 Summary(pl.UTF-8):      Obsługa DEC EDIT/TPU
3 Name:           xemacs-tpu-pkg
4 %define         srcname tpu
5 Version:        1.14
6 Release:        2
7 License:        GPL
8 Group:          Applications/Editors/Emacs
9 URL:            http://www.xemacs.org/
10 Source0:        http://ftp.xemacs.org/xemacs/packages/%{srcname}-%{version}-pkg.tar.gz
11 # Source0-md5:  f3f5ef913e958e5532a2a682288eac05
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13 BuildArch:      noarch
14 Conflicts:      xemacs-sumo
15 Requires:       xemacs
16
17 %description
18 DEC EDIT/TPU support.
19
20 %description -l pl.UTF-8
21 Obsługa DEC EDIT/TPU.
22
23 %prep
24 %setup -q -c
25
26 %install
27 rm -rf $RPM_BUILD_ROOT
28 install -d $RPM_BUILD_ROOT%{_datadir}/xemacs-packages
29 cp -a * $RPM_BUILD_ROOT%{_datadir}/xemacs-packages
30
31 # remove .el file if corresponding .elc file exists
32 find $RPM_BUILD_ROOT -type f -name "*.el" | while read i; do test ! -f ${i}c || rm -f $i; done
33
34 %clean
35 rm -rf $RPM_BUILD_ROOT
36
37 %files
38 %defattr(644,root,root,755)
39 %{_datadir}/xemacs-packages%{_sysconfdir}/*
40 %dir %{_datadir}/xemacs-packages/lisp/*
41 %{_datadir}/xemacs-packages/lisp/*/*.el*
42 %doc lisp/tpu/ChangeLog
This page took 0.236251 seconds and 3 git commands to generate.