]> git.pld-linux.org Git - SPECS.git/blob - xemacs-apel-pkg.spec
SPECS updated Sat 31 Jul 20:26:02 CEST 2021
[SPECS.git] / xemacs-apel-pkg.spec
1 Summary:        A Portable Emacs Library - used by XEmacs MIME support
2 Summary(pl.UTF-8):      Przenośna biblioteka Emacsa - używana przez obsługę MIME XEmacsa
3 Name:           xemacs-apel-pkg
4 %define         srcname apel
5 Version:        1.34
6 Release:        1
7 License:        GPL
8 Group:          Applications/Editors/Emacs
9 Source0:        http://ftp.xemacs.org/xemacs/packages/%{srcname}-%{version}-pkg.tar.gz
10 # Source0-md5:  cd98fd95d96960dc55340b229827c148
11 URL:            http://www.xemacs.org/
12 BuildArch:      noarch
13 Conflicts:      xemacs-sumo
14 Requires:       xemacs
15 Requires:       xemacs-fsf-compat-pkg
16 Requires:       xemacs-base-pkg
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 A Portable Emacs Library. Used by XEmacs MIME support.
21
22 %description -l pl.UTF-8
23 Przenośna biblioteka Emacsa. Używana przez obsługę MIME dla XEmacsa.
24
25 %prep
26 %setup -q -c
27
28 %install
29 rm -rf $RPM_BUILD_ROOT
30 install -d $RPM_BUILD_ROOT%{_datadir}/xemacs-packages
31
32 cp -a * $RPM_BUILD_ROOT%{_datadir}/xemacs-packages
33
34 # remove .el file if corresponding .elc file exists
35 find $RPM_BUILD_ROOT -type f -name "*.el" | while read i; do test ! -f ${i}c || rm -f $i; done
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %doc lisp/apel/README.ja lisp/apel/README.en lisp/apel/ChangeLog
43 %dir %{_datadir}/xemacs-packages/lisp/*
44 %{_datadir}/xemacs-packages/lisp/*/*.el*
This page took 0.139632 seconds and 3 git commands to generate.