]> git.pld-linux.org Git - SPECS.git/blob - xemacs-pc-pkg.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / xemacs-pc-pkg.spec
1 Summary:        PC style interface emulation
2 Summary(pl.UTF-8):      Emulacja interfejsu w stylu PC
3 Name:           xemacs-pc-pkg
4 %define         srcname pc
5 Version:        1.28
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:  b3722c793e2f9b977fc0967ed0805efa
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 PC style interface emulation.
20
21 %description -l pl.UTF-8
22 Emulacja interfejsu w stylu PC.
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 %clean
34 rm -rf $RPM_BUILD_ROOT
35
36 %files
37 %defattr(644,root,root,755)
38 %{_datadir}/xemacs-packages/lisp/*
This page took 0.113722 seconds and 3 git commands to generate.