]> git.pld-linux.org Git - packages/xemacs-view-process-pkg.git/blob - xemacs-view-process-pkg.spec
- added info patches
[packages/xemacs-view-process-pkg.git] / xemacs-view-process-pkg.spec
1 ### Comment
2 # This file is modified automatically by 'xemacs-adapter' script
3 # from PLD-project CVS repository: cvs.pld.org.pl, module SPECS
4 # For more details see comments in this script
5 ### EndComment
6
7 Summary:        A Unix process browsing tool.
8 Summary(pl):    A Unix process browsing tool.
9
10 Name:           xemacs-view-process-pkg
11 %define         srcname view-process
12 Version:        1.08
13 Release:        1
14
15 ### Preamble
16 License:        GPL
17 Group:          Applications/Editors/Emacs
18 Group(pl):      Aplikacje/Edytory/Emacs
19 URL:            http://www.xemacs.org
20 Source:         ftp://ftp.xemacs.org/packages/%{srcname}-%{version}-pkg.tar.gz
21 BuildRoot:      /tmp/%{name}-%{version}-root
22 BuildArch:      noarch
23 Conflicts:      xemacs-sumo
24 Requires:       xemacs
25 Requires:       xemacs-base-pkg
26 ### EndPreamble
27
28 %description
29
30
31 %description -l pl 
32
33
34 ### Main
35 %prep
36 %setup -q -c
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40 install -d $RPM_BUILD_ROOT%{_datadir}/xemacs-packages
41 cp -a * $RPM_BUILD_ROOT%{_datadir}/xemacs-packages
42 gzip -9nf lisp/view-process/ChangeLog 
43
44 %clean
45 rm -fr $RPM_BUILD_ROOT
46 ### EndMain
47
48 ### PrePost
49 ### EndPrePost
50
51 ### Files
52 %files
53 %defattr(644,root,root,755)
54 %dir %{_datadir}/xemacs-packages/lisp/*
55 %{_datadir}/xemacs-packages/lisp/*/*.elc
56 %doc lisp/view-process/ChangeLog.gz 
57 ### EndFiles
This page took 0.044547 seconds and 4 git commands to generate.