| 1 | Summary: System Load plugin for Xfce |
|---|
| 2 | Summary(ja): Xfce 用システム負荷監視プラグイン |
|---|
| 3 | Name: xfce4-systemload-plugin |
|---|
| 4 | Version: 1.0.0 |
|---|
| 5 | Release: 1%{?_dist_release} |
|---|
| 6 | |
|---|
| 7 | License: BSD |
|---|
| 8 | Group: User Interface/Desktops |
|---|
| 9 | URL: http://goodies.xfce.org/projects/panel-plugins/%{name} |
|---|
| 10 | |
|---|
| 11 | Source0: http://archive.xfce.org/src/panel-plugins/%{name}/1.0/%{name}-%{version}.tar.bz2 |
|---|
| 12 | |
|---|
| 13 | BuildRoot: %{_tmppath}/%{name}-%{version}-root |
|---|
| 14 | BuildRequires: gtk2-devel >= 2.6.0 |
|---|
| 15 | BuildRequires: libxfce4util-devel >= 4.3.99.1 |
|---|
| 16 | BuildRequires: libxfcegui4-devel >= 4.3.99.1 |
|---|
| 17 | BuildRequires: xfce4-panel-devel >= 4.3.99.1 |
|---|
| 18 | |
|---|
| 19 | %description |
|---|
| 20 | A system load plugin for the Xfce4 desktop environment, written by Riccardo |
|---|
| 21 | Persichetti. It displays the current CPU load, the memory in use, the swap |
|---|
| 22 | space and the system uptime in the Xfce4 panel. |
|---|
| 23 | |
|---|
| 24 | %description -l ja |
|---|
| 25 | Riccardo Persichetti が書いた Xfce デスクトップ環境用のシステム負荷監視 |
|---|
| 26 | プラグインです.CPU負荷、メモリ使用量、スワップスペース、システム稼働時間 |
|---|
| 27 | を Xfce パネルに表示します. |
|---|
| 28 | |
|---|
| 29 | %prep |
|---|
| 30 | rm -rf %{buildroot} |
|---|
| 31 | |
|---|
| 32 | %setup -q |
|---|
| 33 | |
|---|
| 34 | %build |
|---|
| 35 | %configure --disable-static |
|---|
| 36 | make |
|---|
| 37 | |
|---|
| 38 | %install |
|---|
| 39 | %makeinstall |
|---|
| 40 | |
|---|
| 41 | %clean |
|---|
| 42 | rm -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 | |
|---|