]> git.pld-linux.org Git - SPECS.git/blob - xemacs-texinfo-pkg.spec
SPECS updated Sun 1 Aug 20:13:02 CEST 2021
[SPECS.git] / xemacs-texinfo-pkg.spec
1 Summary:        XEmacs TeXinfo support
2 Summary(pl.UTF-8):      Wsparcie dla TeXinfo w edytorze XEmacs
3 Name:           xemacs-texinfo-pkg
4 %define         srcname texinfo
5 Version:        1.30
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:  afa4dfa82a93fc7d4b85096621b8acdf
11 URL:            http://www.xemacs.org/
12 BuildArch:      noarch
13 Conflicts:      xemacs-sumo
14 Requires:       xemacs
15 Requires:       xemacs-base-pkg
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 XEmacs TeXinfo support.
20
21 %description -l pl.UTF-8
22 Wsparcie dla TeXinfo w edytorze XEmacs.
23
24 %prep
25 %setup -q -c
26
27 %install
28 rm -rf $RPM_BUILD_ROOT
29 install -d $RPM_BUILD_ROOT%{_datadir}/xemacs-packages
30
31 cp -a * $RPM_BUILD_ROOT%{_datadir}/xemacs-packages
32
33 # remove .el file if corresponding .elc file exists
34 find $RPM_BUILD_ROOT -type f -name "*.el" | while read i; do test ! -f ${i}c || rm -f $i; done
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %files
40 %defattr(644,root,root,755)
41 %doc lisp/texinfo/ChangeLog
42 %dir %{_datadir}/xemacs-packages/lisp/*
43 %{_datadir}/xemacs-packages/lisp/*/*.el*
This page took 0.184452 seconds and 3 git commands to generate.