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

Revision 6284, 2.4 KB checked in by Takemikaduchi, 12 years ago (diff)

Xfce-4.10.0 + thunderbird-13.0

Line 
1Summary: System Load plugin for Xfce
2Summary(ja): Xfce 用システム負荷監視プラグイン
3Name: xfce4-systemload-plugin
4Version: 1.1.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.1/%{name}-%{version}.tar.bz2
12
13BuildRoot: %{_tmppath}/%{name}-%{version}-root
14
15BuildRequires: gtk2-devel >= 2.6.0
16BuildRequires: libxfce4util-devel >= 4.3.99.1
17BuildRequires: libxfce4ui-devel >= 4.7.0
18BuildRequires: xfce4-panel-devel >= 4.3.99.1
19BuildRequires: upower-devel >= 0.9.0
20
21%description
22A system load plugin for the Xfce4 desktop environment, written by Riccardo
23Persichetti. It displays the current CPU load, the memory in use, the swap
24space and the system uptime in the Xfce4 panel.
25
26%description -l ja
27Riccardo Persichetti が書いた Xfce デスクトップ環境用のシステム負荷監視
28プラグインです.CPU負荷、メモリ使用量、スワップスペース、システム稼働時間
29を Xfce パネルに表示します.
30
31%prep
32rm -rf %{buildroot}
33
34%setup -q
35
36%build
37%configure --disable-static
38make
39
40%install
41rm -rf $RPM_BUILD_ROOT
42make install DESTDIR=$RPM_BUILD_ROOT
43
44find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
45
46%find_lang %{name}
47
48%clean
49rm -rf %{buildroot}
50
51%files -f %{name}.lang
52%defattr(-,root,root)
53%doc AUTHORS COPYING ChangeLog INSTALL NEWS README
54%{_libdir}/xfce4/panel/plugins/libsystemload.so
55%{_datadir}/xfce4/panel/plugins/systemload.desktop
56
57%changelog
58* Thu Jun 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
59- new upstream release
60- remove BuildRequires: libxfcegui4-devel
61- add BuildRequires: libxfce4ui-devel
62
63* Sun May 22 2011 Ryoiochi INAGAKI <ryo1@bc.wakwak.com> 1.0.0-1
64- updated to 1.0.0
65- added BR: xfce4-panel-devel
66
67* Mon Oct 27 2008 Shu KONNO <owa@bg.wakwak.com> 0.4.2-1vl5
68- applied new versioning policy, spec in utf-8
69
70* Mon Oct 22 2007 KANEKO Seiji <giraffe@m2.pbc.ne.jp> 0.4.2-0vl2
71- new upstream release
72- build with Xfce 4.4
73- cleanup Requires and BuildRequires
74- update %%files section
75
76* Mon Jan 24 2005 UECHI Yasumasa <uechi@potaway.net> 0.3.6-0vl2
77- new upstream release
78- build against Xfce 4.2
79
80* Fri Aug 20 2004 UECHI Yasumasa <uechi@potaway.net> 0.3.4-0vl2
81- build for VineSeedPlus
82
83* Fri Aug 20 2004 UECHI Yasumasa <uechi@potaway.net> 0.3.4-0vl1
84- build for VinePlus 3.0
85
Note: See TracBrowser for help on using the repository browser.