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

Revision 9407, 2.9 KB checked in by inagaki, 9 years ago (diff)

2015-03-03 Ryoichi INAGAKI <ryo1@…>

  • Xfce panel plugins: rebuilt with libxfce4util 4.12.1

added whiskermenu-plugin


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