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