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


Line 
1Name: xfce4-systemload-plugin
2Summary: System Load plugin for Xfce
3Summary(ja): Xfce パネル用 システム負荷監視プラグイン
4Version: 1.1.2
5Release: 2%{?_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
14BuildRequires: gtk2-devel >= 2.6.0
15BuildRequires: libxfce4util-devel >= 4.3.99.1
16BuildRequires: libxfce4ui-devel >= 4.7.0
17BuildRequires: xfce4-panel-devel >= 4.3.99.1
18BuildRequires: upower-devel >= 0.9.0
19Requires:      xfce4-panel >= 4.3.99.1
20
21Vendor: Project Vine
22Distribution: Vine Linux
23
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
30Riccardo Persichetti が書いた Xfce デスクトップ環境用のシステム負荷監視
31プラグインです.CPU負荷、メモリ使用量、スワップスペース、システム稼働時間
32を Xfce パネルに表示します.
33
34%prep
35%setup -q
36
37%build
38%configure --enable-silent-rules --disable-static
39make %{?_smp_mflags}
40
41%install
42rm -rf $RPM_BUILD_ROOT
43make install DESTDIR=$RPM_BUILD_ROOT
44
45find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
46chmod +x $RPM_BUILD_ROOT%{_libdir}/xfce4/panel/plugins/*.so
47
48%find_lang %{name}
49
50%clean
51rm -rf $RPM_BUILD_ROOT
52
53%files -f %{name}.lang
54%defattr(-,root,root)
55%doc AUTHORS COPYING ChangeLog NEWS README
56%{_libdir}/xfce4/panel/plugins/*.so
57%{_datadir}/xfce4/panel/plugins/systemload.desktop
58
59%changelog
60* Mon Mar  2 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.1.2-2
61- rebuilt with libxfce4util 4.12.1
62
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
68- updated to 1.1.1
69
70* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-2
71- rebuild with VineSeed environment
72
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
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
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.