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

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

import VineSeed package specs

Line 
1Summary:      wmnd - WindowMaker Network Devices
2Summary(ja):  wmnd - ネットワーク監視 dock app
3Name:         wmnd
4Version:      0.4.12
5Release:      2%{?_dist_release}
6License:      GPL2
7URL:          http://www.yuv.info/wmnd/
8Source0:      ftp://ftp.yuv.info/pub/wmnd/releases/wmnd-%{version}.tar.gz
9Patch10:      wmnd_0.2.1-ppc-bitops.diff
10Vendor:       Project Vine
11Distribution: Vine Linux
12Group:        User Interface/Desktops
13BuildRequires:     XOrg-devel
14BuildRoot:    %{_tmppath}/%{name}-%{version}-root
15%ifarch ppc
16BuildPreReq:  kernel-source
17%endif
18
19
20%description
21WMND is a WindowMaker network device traffic monitoring dock app
22based on WMiFS 1.3b and improved to suit my usage.
23
24%description -l ja
25WMND は,ネットワークトラフィックを監視する WindowMaker
26ドックアプリケーションです.WMiFS 1.3b をベースに作成され,
27いくつかの拡張が行われています.
28
29%prep
30%setup -q
31
32%build
33%configure
34make
35
36
37%install
38rm -rf ${RPM_BUILD_ROOT}
39%makeinstall
40
41mkdir -p %{buildroot}%{_sysconfdir}
42install -c -m 644 examples/wmndrc %{buildroot}%{_sysconfdir}
43
44%clean
45rm -rf ${RPM_BUILD_ROOT}
46
47
48%files
49%defattr(-,root,root)
50%doc ChangeLog COPYING INSTALL README TODO AUTHORS NEWS
51%config /etc/wmndrc
52/usr/bin/wmnd
53/usr/share/man/man1/wmnd.1*
54
55
56%changelog
57* Sun Feb 21 2010 Shu KONNO <owa@bg.wakwak.com> 0.4.12-2
58- rebuilt with new toolchain
59
60* Tue Oct 14 2008 Shu KONNO <owa@bg.wakwak.com> 0.4.12-1vl5
61- applied new versioning policy, spec in utf-8
62
63* Sat Sep 30 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.4.12-0vl1
64- new upstream release
65- s/Copyright/License/
66- changed Group to User Interface/Desktops
67
68* Wed Jun 02 2004 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 0.4.9-0vl1
69- source update
70
71* Tue Feb 20 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rhythmaning.org>
72- 0.2.1-0vl1 (VinePlus) / 0vl2 (VineSeedPlus)
73- updated to the version 0.2.1
74- on ppc, bitops.h doesn't have function definitions themselves,
75  so added some treatment to use bitops.c
76
77* Thu Jan 13 2000 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rhythmaning.org>
78- 0.0.4-0vl1
79- initial rpm release
Note: See TracBrowser for help on using the repository browser.