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

RevLine 
[3935]1Summary: System Load plugin for Xfce
2Summary(ja): Xfce 用システム負荷監視プラグイン
[521]3Name: xfce4-systemload-plugin
[6284]4Version: 1.1.0
[521]5Release: 1%{?_dist_release}
[3935]6
[521]7License: BSD
8Group: User Interface/Desktops
[3935]9URL: http://goodies.xfce.org/projects/panel-plugins/%{name}
10
[6284]11Source0: http://archive.xfce.org/src/panel-plugins/%{name}/1.1/%{name}-%{version}.tar.bz2
[3935]12
[521]13BuildRoot: %{_tmppath}/%{name}-%{version}-root
[6284]14
[3935]15BuildRequires: gtk2-devel >= 2.6.0
16BuildRequires: libxfce4util-devel >= 4.3.99.1
[6284]17BuildRequires: libxfce4ui-devel >= 4.7.0
[3935]18BuildRequires: xfce4-panel-devel >= 4.3.99.1
[6284]19BuildRequires: upower-devel >= 0.9.0
[521]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
[3935]27Riccardo Persichetti が書いた Xfce デスクトップ環境用のシステム負荷監視
28プラグインです.CPU負荷、メモリ使用量、スワップスペース、システム稼働時間
29を Xfce パネルに表示します.
[521]30
31%prep
32rm -rf %{buildroot}
33
34%setup -q
35
36%build
[3935]37%configure --disable-static
[521]38make
39
40%install
[6284]41rm -rf $RPM_BUILD_ROOT
42make install DESTDIR=$RPM_BUILD_ROOT
[521]43
[6284]44find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
45
46%find_lang %{name}
47
[521]48%clean
49rm -rf %{buildroot}
50
[6284]51%files -f %{name}.lang
[521]52%defattr(-,root,root)
53%doc AUTHORS COPYING ChangeLog INSTALL NEWS README
[6284]54%{_libdir}/xfce4/panel/plugins/libsystemload.so
55%{_datadir}/xfce4/panel/plugins/systemload.desktop
[521]56
57%changelog
[6284]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
[3935]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
[521]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.