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