source: projects/specs/branches/6/x/xfce4-systemload-plugin/xfce4-systemload-plugin-vl.spec @ 3935

Revision 3935, 2.1 KB checked in by inagaki, 13 years ago (diff)

update: xfce4-{battery,clipman,systemload}-plugin
NEW: xfce4-wavelan-plugin

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