]> git.pld-linux.org Git - SPECS.git/blob - xemacs-frame-icon-pkg.spec
SPECS updated Mon 29 Apr 22:05:02 CEST 2024
[SPECS.git] / xemacs-frame-icon-pkg.spec
1 Summary:        Set up mode-specific icons for each frame under XEmacs
2 Summary(pl.UTF-8):      Ustawianie ikon specyficznych dla trybu dla każdej ramki XEmacsa
3 Name:           xemacs-frame-icon-pkg
4 %define         srcname frame-icon
5 Version:        1.11
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:  6fbd58bc7f37328aaf31b420c9a2891f
11 URL:            http://www.xemacs.org/
12 BuildArch:      noarch
13 Conflicts:      xemacs-sumo
14 Requires:       xemacs
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 Set up mode-specific icons for each frame under XEmacs.
19
20 %description -l pl.UTF-8
21 Ustawianie ikon specyficznych dla trybu dla każdej ramki XEmacsa.
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
30 cp -a * $RPM_BUILD_ROOT%{_datadir}/xemacs-packages
31
32 # remove .el file if corresponding .elc file exists
33 find $RPM_BUILD_ROOT -type f -name "*.el" | while read i; do test ! -f ${i}c || rm -f $i; done
34
35 %clean
36 rm -rf $RPM_BUILD_ROOT
37
38 %files
39 %defattr(644,root,root,755)
40 %doc lisp/frame-icon/ChangeLog
41 %{_datadir}/xemacs-packages%{_sysconfdir}/*
42 %dir %{_datadir}/xemacs-packages/lisp/*
43 %{_datadir}/xemacs-packages/lisp/*/*.el*
This page took 0.200758 seconds and 3 git commands to generate.