source: projects/specs/trunk/x/xfce4-diskperf-plugin/xfce4-diskperf-plugin-vl.spec @ 6284

Revision 6284, 1.6 KB checked in by Takemikaduchi, 12 years ago (diff)

Xfce-4.10.0 + thunderbird-13.0

Line 
1Name:           xfce4-diskperf-plugin
2Summary:        Disk performance plugin for the Xfce4 panel
3Summary(ja):    Xfce パネル用 ディスクパフォーマンス表示プラグイン
4Version:        2.5.3
5Release:        1%{?_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}/2.5/%{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 DiskPerf plugin displays disk/partition performance based on data provided
26by Linux kernels 2.6 or recent 2.4's (at least 2.4.20 compiled with CONFIG_BLK_STATS
27turned on, or possibly older kernel patched with "Disk extended statistics" in
28/proc/partitions),or with NetBSD, based on the dk_rbytes and db_wbytes values provided
29by the hw.diskstats sysctl (see iostat for details).
30
31
32%prep
33%setup -q
34
35%build
36%configure --disable-static
37make %{?_smp_mflags}
38
39%install
40rm -rf $RPM_BUILD_ROOT
41make install DESTDIR=$RPM_BUILD_ROOT
42
43find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
44
45%find_lang %{name}
46
47
48%clean
49rm -rf $RPM_BUILD_ROOT
50
51
52%files -f %{name}.lang
53%defattr(-,root,root)
54%doc AUTHORS COPYING ChangeLog NEWS README
55%{_libdir}/xfce4/panel/plugins/libdiskperf.so
56%{_datadir}/xfce4/panel/plugins/diskperf.desktop
57
58%changelog
59* Thu Jun 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.5.3-1
60- initial build for Vine Linux
61
Note: See TracBrowser for help on using the repository browser.