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

Revision 9173, 2.8 KB checked in by inagaki, 9 years ago (diff)

2014-12-21 Ryoichi INAGAKI <ryo1@…>

  • xfce4 plugins: updated
  • xfce4-panel, xfce4-power-manager, xfdesktop: updated


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