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