source: projects/specs/trunk/b/bmon/bmon-vl.spec @ 521

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

import VineSeed package specs

Line 
1Name: bmon
2Version: 1.2.1
3Release: 0vl2
4Vendor: Project Vine
5Distribution: Vine Linux
6License: Artistic License
7Group: Applications/System
8URL: http://trash.net/~reeler/bmon/
9Source0: http://trash.net/~reeler/bmon/files/%{name}-%{version}.tar.bz2
10Source1: bmon.desktop
11Patch0: bmon-Makefile.patch
12BuildRoot: %{_tmppath}/%{name}-root
13Requires: ncurses
14BuildPreReq: ncurses-devel
15Summary: an interface bandwidth monitor
16Summary(ja): ¥Í¥Ã¥È¥ï¡¼¥¯¥¤¥ó¥¿¡¼¥Õ¥§¡¼¥¹¤Î¥â¥Ë¥¿
17
18%description
19bmon is an interface bandwidth monitor.
20It is able to generate and draw three types of diagrams:
21
22 * The overview diagram which is a list of all interfaces and their
23   send/receive rates.
24 * A very MRTG like graphical diagram in ASCII showing the rate over a
25   specific time period in a bar diagram.
26 * The details diagram which contains all counters of an interface
27   such as total bytes sent/received, errors, compressed packets, ...
28
29%description -l ja
30bmon ¤Ï¥Í¥Ã¥È¥ï¡¼¥¯¥¤¥ó¥¿¡¼¥Õ¥§¡¼¥¹¤Î¥â¥Ë¥¿¤Ç¤¹¡¥
31£³¼ïÎà¤Îɽ¼¨¤¬²Äǽ¤Ç¤¹¡¥
32
33 * overview  : Á´¤Æ¤Î¥Í¥Ã¥È¥ï¡¼¥¯¥¤¥ó¥¿¡¼¥Õ¥§¡¼¥¹¤ÎÁ÷¼õ¿®¥ì¡¼¥È¤ò°ìÍ÷ɽ¼¨
34 * graphical : MRTG É÷¤Î¥°¥é¥Õ¡ÊASCII¡Ë¤Ç¡¤Á÷¼õ¿®¥ì¡¼¥È¤ò»þ´Ö¼´¤Î¾å¤Ëɽ¼¨
35 * detail    : Á÷¼õ¿®¥Ð¥¤¥È¿ô¡¤¥¨¥é¡¼¿ô¡¤¥Ñ¥±¥Ã¥È¿ô¤Ê¤É¤Î¿ôÃͤòɽ¼¨
36
37%prep
38%setup -q
39%patch0 -p1
40
41%build
42%configure
43%__make
44
45%install
46%__rm -rf %{buildroot}
47%makeinstall
48
49%define applnkdir %{_datadir}/applications
50%__mkdir_p %{buildroot}%{applnkdir}
51%__install -m644 %{SOURCE1} %{buildroot}%{applnkdir}
52
53%clean
54%__rm -rf %{buildroot}
55
56%files
57%defattr(-,root,root)
58%doc AUTHORS COPYING ChangeLog bmonrc
59%config %{applnkdir}/*
60%{_bindir}/*
61%{_mandir}/man?/*
62
63%changelog
64* Sun Oct 10 2004 USAMI Kosuke <usami-k@yc5.so-net.ne.jp> - 1.2.1-0vl2
65- add Japanese Summary
66- change path to desktop file
67- separate desktop file from spec file
68
69* Sat Aug  2 2003 USAMI Kosuke <usami-k@yc5.so-net.ne.jp> - 1.2.1-0vl1
70- new upstream version.
71- add Requires and BuildPreReq
72
73* Thu Apr 17 2003 USAMI Kosuke <usami-k@yc5.so-net.ne.jp> 1.2.0-0vl1
74- Initial build.
75
76
Note: See TracBrowser for help on using the repository browser.