]> git.pld-linux.org Git - packages/xfce4-diskperf-plugin.git/blob - xfce4-diskperf-plugin.spec
- added --disable-static
[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.4.1
5 Release:        1
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:  c1e745b1d25cfd70b21bdb1dcfd6a81e
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 %configure \
37         --disable-static
38
39 %{__make}
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43
44 %{__make} install \
45         DESTDIR=$RPM_BUILD_ROOT
46
47 rm -f $RPM_BUILD_ROOT%{_libdir}/xfce4/panel-plugins/*.la
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files
53 %defattr(644,root,root,755)
54 %doc AUTHORS ChangeLog COPYING NEWS README
55 %attr(755,root,root) %{_libdir}/xfce4/panel-plugins/*.so
This page took 0.083969 seconds and 3 git commands to generate.