]> git.pld-linux.org Git - packages/procps.git/blob - procps.spec
- procps patches
[packages/procps.git] / procps.spec
1 Summary:        Process monitoring utilities
2 Summary(de):    Dienstprogramm zur Prozeßüberwachung
3 Summary(fr):    Utilitaires de surveillance des processus.
4 Summary(pl):    Narzêdzia do monitorowania procesów
5 Summary(tr):    Süreç izleme araçlarý
6 Name:           procps
7 Version:        2.0
8 #%define                date    981104
9 Release:        1
10 Copyright:      GPL
11 Group:          Utilities/System
12 Group(pl):      U¿ytki/System
13 URL:            http://www.cs.uml.edu/~acahalan/linux
14 Source:         %{name}-%{version}.tar.gz
15 Patch0:         %{name}-opt.patch
16 Patch1:         %{name}-install.patch
17 Patch3:         %{name}-w.patch
18 Buildroot:      /tmp/%{name}-%{version}-root
19
20 %description
21 A package of utilities which report on the state of the system,
22 including the states of running processes, amount of memory available,
23 and currently-logged-in users.
24
25 %description -l de
26 Ein Paket mit Utilities, die den Status des Systems melden, 
27 einschließlich des Status laufender Prozesse, der Menge des 
28 verfügbaren Speicherplatzes und der momentan angemeldeten Benutzer.
29
30 %description -l fr
31 Paquetage d'utilitaires donnant des informations sur l'état du système,
32 dont les états des processus en cours, le total de mémoire disponible,
33 et les utilisateurs loggés.
34
35 %description -l pl
36 Pakiet zawiera podstawowe narzêdzia do monitorowania pracy systemu. Dziêki
37 tym programom bêdziesz móg³ na bie¿±co kontralowaæ jakie procesy s± w danej
38 chwili uruchomione, ilo¶æ wolnej pamiêci, kto jest w danej chwili zalogowany,
39 jakie jest aktualne obci±¿enie systemu itp.
40
41 %description -l tr
42 Sistemin durumunu rapor eden araçlar paketidir. Koþan süreçlerin durumunu,
43 kullanýlabilir bellek miktarýný, ve o an için sisteme girmiþ kullanýcýlarý
44 bildirir.
45
46 %package        X11
47 Summary:        X-based process monitoring utilities
48 Summary(de):    Prozeßüberwachungs-Dienstprogramme für X
49 Summary(fr):    Utilitaires de surveillance des processus sous X
50 Summary(pl):    Narzêdzia do monitorowania procesów pod X Window
51 Summary(tr):    X tabanlý süreç izleme araçlarý
52 Group:          X11/Utilities
53 Group(pl):      X11/U¿ytki
54 Requires:       %{name} = %{version}  
55
56 %description X11
57 A package of X-based utilities which report on the state of the system.
58 These utilities generally provide graphical presentations of information
59 available from tools in the procps suite.
60
61 %description -l de X11
62 Ein Utility-Paket auf X-Basis, die über den Systemstatus orientieren. 
63 Dabei werden die von den Tools aus der procps-Suite gelieferten Daten 
64 n grafischer Weise dargestellt.
65
66 %description -l fr X11
67 Paquetage d'utilitaires X rapportant l'état du système. Ces utilitaires
68 offrent généralement des représentations graphiques des informations
69 disponibles à partir d'outils de la suite procps.
70
71 %description -l pl X11
72 Pakiet zawiera narzêdzia do monitorowania systemu pod X Window. Inmformacje
73 o stanie systemu s± prezentowane w sposób graficzny.
74
75 %description -l tr X11
76 Sistemin durumunu gösteren, X tabanlý araçlar. Bu araçlar, genellikle
77 procps paketinde yer alan araçlarla edinebileceðiniz bilgileri grafik olarak
78 görüntülerler.
79
80 %prep
81 %setup  -q 
82 %patch0 -p1 
83 %patch1 -p1 
84 %patch2 -p1 
85
86 %build
87 PATH=/usr/X11R6/bin:$PATH
88
89 make OPT="$RPM_OPT_FLAGS -pipe" 
90
91 %install
92 rm -rf $RPM_BUILD_ROOT
93
94 install -d $RPM_BUILD_ROOT/{etc/X11/wmconfig,bin,lib}
95 install -d $RPM_BUILD_ROOT/usr/{bin,man/{man1,man8}}
96
97 make install DESTDIR=$RPM_BUILD_ROOT BINGRP=`id -g`
98
99 install top.wmconfig $RPM_BUILD_ROOT/etc/X11/wmconfig/top
100
101 rm -f  $RPM_BUILD_ROOT/usr/bin/snice
102 ln -sf skill $RPM_BUILD_ROOT/usr/bin/snice
103
104 rm -f $RPM_BUILD_ROOT/usr/man/man1/snice.1
105 echo .so skill.1 > $RPM_BUILD_ROOT/usr/man/man1/snice.1
106
107 strip $RPM_BUILD_ROOT/lib/*.so.*.*
108
109 gzip -9fn $RPM_BUILD_ROOT/usr/man/{man1/*,man8/*}
110 gzip -9fn NEWS BUGS 
111
112 %clean
113 rm -rf $RPM_BUILD_ROOT
114
115 %post 
116 /sbin/ldconfig
117 if [ -f /proc/uptime ] ; then
118   /bin/ps </dev/null >/dev/null 2>&1
119 fi
120
121 %postun -p /sbin/ldconfig
122
123 %files
124 %defattr(644,root,root,755)
125 %doc {NEWS,BUGS}.gz
126
127 %config(missingok) /etc/X11/wmconfig/top
128
129 %attr(755,root,root) /lib/*.so.*
130 %attr(755,root,root) /bin/*
131 %attr(755,root,root) /usr/bin/*
132 %attr(644,root, man) /usr/man/man[18]/*
133
134 %files X11
135 %attr(755,root,root) /usr/X11R6/bin/XConsole
136
137 %changelog
138 * Sat Feb 06 1999 Marek Druzd <raven@lo14.szczecin.pl>
139   [1.9.0-2d]
140 - fixed idle time (w-patch),
141 - gziping man pages,
142 - added Group(pl).
143
144 * Wed Dec 30 1998 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
145   [981104]
146 - final build for PLD,
147 - stripping shared libraries.
148
149 * Sun Oct 25 1998 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
150   [1.2.9-1d]
151 - updated to 1.2.9,
152 - major changes.
153
154 * Sun Sep 13 1998 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
155   [1.2.8-1d]
156 - changed Buildroot to /var/tmp/%%{name}-%%{version}-%%{release}-root,
157 - fixed files permission,
158 - build against GNU libc-2.1,
159 - removed striping shared libraries.
160
161 * Fri Sep 11 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
162   [1.2.8-4]
163 - changed Buildroot to /tmp/%%{name}-%%{version}-root,
164 - added using %%{name} and %%{version} in Source,
165 - added %postun -p /sbin/ldconfig,
166 - simplification in %files,
167 - procps is now linked with libncurse instead libtermcap,
168 - fixed passing $RPM_OPT_FALGS (procps-rpm_opt_flags.patch),
169 - added striping shared libraries.
170
171 * Wed Sep 09 1998 Wojtek ¦lusarczyk <wojtek@SHADOW.EU.ORG>
172   [1.2.7-2]
173 - added pl translation,
174 - build from non root's account.
175
176 * Fri Aug 21 1998 Jeff Johnson <jbj@redhat.com>
177 - no writable strings patch (problem #856)
178
179 * Wed Jun 03 1998 Prospector System <bugs@redhat.com>
180 - translations modified for de, fr, tr
This page took 0.281089 seconds and 3 git commands to generate.