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

Revision 9407, 1.7 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-genmon-plugin
2Summary:        Generic monitor plugin for the Xfce4 panel
3Summary(ja):    Xfce パネル用 汎用モニタプラグイン
4Version:        3.4.0
5Release:        3%{?_dist_release}
6
7Group:          User Interface/Desktops
8License:        GPLv2+
9URL:            http://goodies.xfce.org/projects/panel-plugins/%{name}
10
11Source0:        http://archive.xfce.org/src/panel-plugins/%{name}/3.4/%{name}-%{version}.tar.bz2
12
13BuildRoot:      %{_tmppath}/%{name}-%{version}-root
14BuildRequires:  libxfce4util-devel >= 4.8.0
15BuildRequires:  libxfce4ui-devel >= 4.8.0
16BuildRequires:  xfce4-panel-devel >= 4.8.0
17
18Vendor:         Project Vine
19Distribution:   Vine Linux
20Packager:       Takemikaduchi
21
22
23%description
24The GenMon plugin cyclically spawns the indicated script/program, captures its output and displays the result into the panel.
25
26
27%description -l ja
28GenMonプラグインは周期的に指定されたスクリプト/プログラムを実行し、その出力内容をキャプチャし、パネルにその結果を表示する。
29
30%prep
31%setup -q -n xfce4-genmon-plugin-3.4
32
33%build
34%configure --disable-static
35make %{?_smp_mflags}
36
37%install
38rm -rf $RPM_BUILD_ROOT
39make install DESTDIR=$RPM_BUILD_ROOT
40
41find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
42
43%find_lang %{name}
44
45
46%clean
47rm -rf $RPM_BUILD_ROOT
48
49
50%files -f %{name}.lang
51%defattr(-,root,root)
52%doc AUTHORS COPYING ChangeLog NEWS README
53%{_libdir}/xfce4/panel/plugins/libgenmon.so
54%{_datadir}/xfce4/panel/plugins/genmon.desktop
55
56%changelog
57* Mon Mar  2 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 3.4.0-3
58- rebuilt with libxfce4util 4.12.1
59
60* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.0-2
61- rebuild with VineSeed environment
62
63* Thu Jun 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.0-1
64- initial build for Vine Linux
65
Note: See TracBrowser for help on using the repository browser.