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

Revision 9523, 2.0 KB checked in by inagaki, 9 years ago (diff)

2015-04-21 Ryoichi INAGAKI <ryo1@…>

  • libnjb, orc, xfce4-{diskperf, notes, time-out}-plugin: updated
  • libofx: revumped release


Line 
1Name:           xfce4-diskperf-plugin
2Summary:        Disk performance plugin for the Xfce4 panel
3Summary(ja):    Xfce パネル用 ディスクパフォーマンス表示プラグイン
4Version:        2.5.5
5Release:        1%{?_dist_release}
6
7Group:          User Interface/Desktops
8License:        BSD
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
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 DiskPerf plugin displays disk/partition performance based on data provided
25by Linux kernels 2.6 or recent 2.4's (at least 2.4.20 compiled with CONFIG_BLK_STATS
26turned on, or possibly older kernel patched with "Disk extended statistics" in
27/proc/partitions),or with NetBSD, based on the dk_rbytes and db_wbytes values provided
28by the hw.diskstats sysctl (see iostat for details).
29
30
31%prep
32%setup -q
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 {} \;
43chmod +x $RPM_BUILD_ROOT%{_libdir}/xfce4/panel/plugins/*.so
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* Tue Apr 21 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 2.5.5-1
60- new upstream release
61
62* Mon Mar  2 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 2.5.4-2
63- rebuilt with libxfce4util 4.12.1
64
65* Sun Dec 21 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 2.5.4-1
66- new upstream release
67
68* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.5.3-2
69- rebuild with VineSeed environment
70
71* Thu Jun 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.5.3-1
72- initial build for Vine Linux
73
Note: See TracBrowser for help on using the repository browser.