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


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