source: projects/specs/trunk/w/wmmon/wmmon-vl.spec @ 521

Revision 521, 2.0 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Summary: WMMon monitors the realtime CPU load and system load
2%define version 1.0
3Name: wmmon
4Version: %{version}
5Release: 2%{?_dist_release}
6License: GPL
7Group: User Interface/Desktops
8URL: http://www.xs4all.nl/~warp/files
9Source: http://www.xs4all.nl/~warp/files/wmmon-1.0b2.tar.gz
10Patch0: http://http.us.debian.org/debian/pool/main/w/wmmon/wmmon_1.0b2-13.diff
11Vendor: Project Vine
12Distribution: Vine
13Packager: Jun Nishii <jun@vinelinux.org>
14BuildRoot: /var/tmp/wmmon-root
15Summary(ja): CPU および システム負荷の表示モニタ
16
17%description
18WMMon monitors the realtime CPU load as well the average
19system load and gives you some nice additional features too...
20
21WMMon currently provides:
22
23* Realtime CPU 'stress' meter;
24* Average systemload, like xload & wmavgload;
25* Average systemload graphic is autoscaling;
26* Realtime Disk I/O 'stress' meter;
27* Average Disk I/O load grapic (autoscaling);
28* Realtime total Mem & Swap usage meters;
29* System uptime display;
30* Realtime cycling through all monitor modes;
31* Can lauch 3 user definable commands through ~/.wmmonrc;
32* Can be started multiple times;
33* Commandline options for help (-h), version (-v),
34  start mode (-i & -s) and display (-d);
35
36%prep
37%setup -q -n wmmon.app
38%patch0 -p1
39
40%build
41make -C wmmon
42
43%install
44rm -rf %{buildroot}
45mkdir -p %{buildroot}/usr/X11R6/bin
46mkdir -p %{buildroot}%{_mandir}/man1
47install -s -m 755 wmmon/wmmon %{buildroot}/usr/X11R6/bin
48install -m 644 wmmon/wmmon.1 %{buildroot}%{_mandir}/man1/wmmon.1
49
50%files
51%defattr(-,root,root)
52/usr/X11R6/bin/wmmon
53%doc README HINTS CHANGES
54%{_mandir}/man1/wmmon.1*
55
56%clean
57rm -rf $RPM_BUILD_ROOT
58
59%changelog
60* Sun Jun 14 2009 Shu KONNO <owa@bg.wakwak.com> 1.0-2
61- applied new versioning policy, spec in utf-8
62
63* Thu Mar 25 2004 KOBAYASHI R. Taizo <tkoba@vinelinux.org>
64- added patch0
65
66* Wed Jan  5 2000 Jun Nishii <jun@vinelinux.org>
67- change group
68
69* Sat Nov 13 1999 Jun Nishii <jun@flatout.org>
70- build for Vine-2.0
71
72* Fri May 22 1998 Cristian Gafton <gafton@redhat.com>
73- package built for PowerTools
74
Note: See TracBrowser for help on using the repository browser.