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

Revision 8958, 2.6 KB checked in by inagaki, 10 years ago (diff)

2014-09-18 Ryoichi INAGAKI <ryo1@…>

  • xfce4-{clipman, datetime, embed, systemload, weather}-plugin: updated
  • xfce4-{mailwatch, places}-plugin: NEW
  • xfce4-power-maneger: updated


Line 
1Name: xfce4-systemload-plugin
2Summary: System Load plugin for Xfce
3Summary(ja): Xfce 用システム負荷監視プラグイン
4Version: 1.1.1
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
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
36rm -rf %{buildroot}
37
38%setup -q
39
40%build
41%configure --disable-static
42make
43
44%install
45rm -rf $RPM_BUILD_ROOT
46make install DESTDIR=$RPM_BUILD_ROOT
47
48find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
49
50%find_lang %{name}
51
52%clean
53rm -rf %{buildroot}
54
55%files -f %{name}.lang
56%defattr(-,root,root)
57%doc AUTHORS COPYING ChangeLog INSTALL NEWS README
58%{_libdir}/xfce4/panel/plugins/libsystemload.so
59%{_datadir}/xfce4/panel/plugins/systemload.desktop
60
61%changelog
62* Thu Sep 18 2014 Ryoiochi INAGAKI <ryo1@bc.wakwak.com> 1.1.1-1
63- updated to 1.1.1
64
65* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-2
66- rebuild with VineSeed environment
67
68* Thu Jun 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
69- new upstream release
70- remove BuildRequires: libxfcegui4-devel
71- add BuildRequires: libxfce4ui-devel
72
73* Sun May 22 2011 Ryoiochi INAGAKI <ryo1@bc.wakwak.com> 1.0.0-1
74- updated to 1.0.0
75- added BR: xfce4-panel-devel
76
77* Mon Oct 27 2008 Shu KONNO <owa@bg.wakwak.com> 0.4.2-1vl5
78- applied new versioning policy, spec in utf-8
79
80* Mon Oct 22 2007 KANEKO Seiji <giraffe@m2.pbc.ne.jp> 0.4.2-0vl2
81- new upstream release
82- build with Xfce 4.4
83- cleanup Requires and BuildRequires
84- update %%files section
85
86* Mon Jan 24 2005 UECHI Yasumasa <uechi@potaway.net> 0.3.6-0vl2
87- new upstream release
88- build against Xfce 4.2
89
90* Fri Aug 20 2004 UECHI Yasumasa <uechi@potaway.net> 0.3.4-0vl2
91- build for VineSeedPlus
92
93* Fri Aug 20 2004 UECHI Yasumasa <uechi@potaway.net> 0.3.4-0vl1
94- build for VinePlus 3.0
95
Note: See TracBrowser for help on using the repository browser.