]> git.pld-linux.org Git - SPECS.git/blob - xemacs-perl-modes-pkg.spec
SPECS updated Sat 31 Jul 20:27:02 CEST 2021
[SPECS.git] / xemacs-perl-modes-pkg.spec
1 %define         srcname perl-modes
2 Summary:        XEmacs modes for Perl
3 Summary(pl.UTF-8):      XEmacsowe tryby do jezyka Perl
4 Name:           xemacs-%{srcname}-pkg
5 Version:        1.14
6 Release:        0.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:  531459fe71d28667ca341f25a0d6e750
11 URL:            http://www.xemacs.org/
12 Requires:       xemacs
13 Requires:       xemacs-base-pkg
14 BuildArch:      noarch
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 XEmacs modes for Perl.
19
20 %description -l pl.UTF-8
21 XEmacsowe tryby do Perla.
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/perl-modes/ChangeLog
41 %dir %{_datadir}/xemacs-packages/lisp/*
42 %{_datadir}/xemacs-packages/lisp/*/*.el*
This page took 0.71549 seconds and 3 git commands to generate.