source: projects/specs/trunk/x/xfce4-systemload-plugin/xfce4-systemload-plugin-vl.spec @ 521

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

import VineSeed package specs

Line 
1Summary: System Load plugin for XFce4
2Summary(ja): XFce4用システムロードプラグイン
3Name: xfce4-systemload-plugin
4Version: 0.4.2
5Release: 1%{?_dist_release}
6License: BSD
7Group: User Interface/Desktops
8URL: http://xfce-goodies.berlios.de/
9Source0: http://goodies.xfce.org/releases/xfce4-systemload-plugin/%{name}-%{version}.tar.bz2
10BuildRoot: %{_tmppath}/%{name}-%{version}-root
11BuildRequires: gtk2-devel libxfce4util-devel libxfcegui4-devel
12
13%description
14A system load plugin for the Xfce4 desktop environment, written by Riccardo
15Persichetti. It displays the current CPU load, the memory in use, the swap
16space and the system uptime in the Xfce4 panel.
17
18%description -l ja
19Riccardo Persichetti が書いた XFce4 デスクトップ環境用のシステムロードプラグ
20インです。CPU負荷、メモリ使用量、スワップスペース、システム稼働時間を XFce4
21パネルに表示します。
22
23%prep
24rm -rf %{buildroot}
25
26%setup -q
27
28%build
29%configure
30make
31
32%install
33%makeinstall
34
35%clean
36rm -rf %{buildroot}
37
38%files
39%defattr(-,root,root)
40%doc AUTHORS COPYING ChangeLog INSTALL NEWS README
41%{_libexecdir}/xfce4/panel-plugins/%{name}
42%{_localedir}/*/LC_MESSAGES/%{name}.mo
43%{_datadir}/xfce4/panel-plugins/systemload.desktop
44
45%changelog
46* Mon Oct 27 2008 Shu KONNO <owa@bg.wakwak.com> 0.4.2-1vl5
47- applied new versioning policy, spec in utf-8
48
49* Mon Oct 22 2007 KANEKO Seiji <giraffe@m2.pbc.ne.jp> 0.4.2-0vl2
50- new upstream release
51- build with Xfce 4.4
52- cleanup Requires and BuildRequires
53- update %%files section
54
55* Mon Jan 24 2005 UECHI Yasumasa <uechi@potaway.net> 0.3.6-0vl2
56- new upstream release
57- build against Xfce 4.2
58
59* Fri Aug 20 2004 UECHI Yasumasa <uechi@potaway.net> 0.3.4-0vl2
60- build for VineSeedPlus
61
62* Fri Aug 20 2004 UECHI Yasumasa <uechi@potaway.net> 0.3.4-0vl1
63- build for VinePlus 3.0
64
Note: See TracBrowser for help on using the repository browser.