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

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

import VineSeed package specs

Line 
1Summary: wmSMPmon - CPU monitoring applet for SMP systems
2Summary(ja): wmSMPmon - SMP システム用 CPU/負荷モニタ
3Name:    wmSMPmon
4Version: 3.1
5Release: 1%{?_dist_release}
6License: GPL2
7Source0:  http://goupilfr.org/creations/archives/arch/wmSMPmon-%{version}.tar.gz
8#Patch0: %{name}-%{version}-ppc.patch
9URL: http://www.ribbrock.org/binabit/wmSMPmon
10Group: User Interface/Desktops
11
12BuildRoot: %{_tmppath}/%{name}-%{version}-root
13BuildRequires: libX11-devel
14BuildRequires: libXpm-devel
15BuildRequires: libXext-devel
16
17Vendor: Project Vine
18Distribution: Vine Linux
19
20%description
21wmSMPmon is a CPU monitoring applet for SMP systems
22running Window Maker.
23
24%description -l ja
25wmSMPmon は WindowMaker 用のドックアプリケーションで,
26SMP システム用 CPU モニタです.
27
28%prep
29%setup -q
30
31%build
32cd wmSMPmon
33make
34
35%install
36rm -rf ${RPM_BUILD_ROOT}
37mkdir -p $RPM_BUILD_ROOT%{_bindir}
38mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
39install -m 755 wmSMPmon/wmSMPmon ${RPM_BUILD_ROOT}%{_bindir}
40install -m 755 wmSMPmon/wmSMPmon.1 ${RPM_BUILD_ROOT}%{_mandir}/man1
41
42%clean
43rm -rf ${RPM_BUILD_ROOT}
44
45%files
46%defattr(-,root,root)
47%doc COPYING GREETINGS LISEZ-MOI
48%{_bindir}/wmSMPmon
49%{_mandir}/man1/*
50
51%changelog
52* Sat Jan 17 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.1-1
53- updated to 3.1, dropped Patch1
54- applied new versioning policy, spec in UTF-8
55- updated URL
56- s/Copyright/License/
57- changed Group to User Interface/Desktops
58
59* Tue Aug 28 2001 Jun Nishii <jun@vinelinux.org> 2.2-0vl1
60- ver.up
61
62* Fri Sep 29 2000 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rhythmaning.org>
63- 2.1-0vl1
64- initial package
Note: See TracBrowser for help on using the repository browser.