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

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

new upstream release or rebuild

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