]> git.pld-linux.org Git - packages/xfce4-diskperf-plugin.git/blob - xfce4-diskperf-plugin.spec
- rel up for rebuild with xfce 4.2
[packages/xfce4-diskperf-plugin.git] / xfce4-diskperf-plugin.spec
1 Summary:        Disk performance Xfce panel plugin
2 Summary(pl):    Wtyczka wydajno¶ci dysku dla panelu Xfce
3 Name:           xfce4-diskperf-plugin
4 Version:        1.5
5 Release:        3
6 License:        BSD-like (see COPYING)
7 Group:          X11/Applications
8 Source0:        http://download.berlios.de/xfce-goodies/%{name}-%{version}.tar.gz
9 # Source0-md5:  cb1b2637166b8a4355b3df85e593640f
10 URL:            http://xfce-goodies.berlios.de/
11 BuildRequires:  libxfce4util-devel >= 3.99
12 BuildRequires:  libxfcegui4-devel >= 3.99
13 BuildRequires:  pkgconfig
14 BuildRequires:  xfce4-panel-devel >= 3.99
15 Requires:       xfce4-panel >= 3.99
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 The DiskPerf plugin displays disk/partition performance based on the
20 rsect/wsect data provided by Linux kernels 2.6 or recent 2.4's (at
21 least 2.4.20 compiled with CONFIG_BLK_STATS turned on, or possibly
22 older kernel patched with "Disk extended statistics" in
23 /proc/partitions).
24
25 %description -l pl
26 Wtyczka DiskPerf wy¶wietla wydajno¶æ dysku/partycji bazuj±c na danych
27 rsect/wsect dostarczanych przez j±dro Linuksa 2.6 lub nowsze 2.4
28 (conajmniej 2.4.20 skompilowane z w³±czonym CONFIG_BLK_STATS lub
29 ewentualnie ze starszymi wersjami z dodan± ³at± "rozszerzonych
30 statystyk dysku" w /proc/partitions).
31
32 %prep
33 %setup -q
34
35 %build
36 cp -f /usr/share/automake/config.sub .
37 %configure \
38         --disable-static
39
40 %{__make}
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44
45 %{__make} install \
46         DESTDIR=$RPM_BUILD_ROOT
47
48 rm -f $RPM_BUILD_ROOT%{_libdir}/xfce4/panel-plugins/*.la
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %files
54 %defattr(644,root,root,755)
55 %doc AUTHORS ChangeLog COPYING NEWS README
56 %attr(755,root,root) %{_libdir}/xfce4/panel-plugins/*.so
This page took 0.055034 seconds and 3 git commands to generate.