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

Revision 8073, 2.5 KB checked in by Takemikaduchi, 10 years ago (diff)

new upstream release or rebuild

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