]> git.pld-linux.org Git - packages/xfce4-diskperf-plugin.git/blame - xfce4-diskperf-plugin.spec
Updated to 2.5.4
[packages/xfce4-diskperf-plugin.git] / xfce4-diskperf-plugin.spec
CommitLineData
f8f72df1 1Summary: Disk performance Xfce panel plugin
eb75fb73 2Summary(pl.UTF-8): Wtyczka wydajności dysku dla panelu Xfce
2345040d 3Name: xfce4-diskperf-plugin
4fb1340b 4Version: 2.5.4
41df419b 5Release: 1
4cd3408c 6License: BSD-like (see COPYING)
2345040d 7Group: X11/Applications
41df419b 8Source0: http://archive.xfce.org/src/panel-plugins/xfce4-diskperf-plugin/2.5/%{name}-%{version}.tar.bz2
4fb1340b 9# Source0-md5: 2db453fc3ea2e4fe073ec313a25b0961
b1d85337 10URL: http://goodies.xfce.org/projects/panel-plugins/xfce4-diskperf-plugin
3ec0124f
JR
11BuildRequires: autoconf >= 2.63
12BuildRequires: automake
13BuildRequires: intltool
14BuildRequires: libtool
15BuildRequires: libxfce4ui-devel
2345040d 16BuildRequires: pkgconfig
41df419b
JR
17BuildRequires: xfce4-dev-tools >= 4.10.0
18BuildRequires: xfce4-panel-devel >= 4.10.0
19Requires: xfce4-panel >= 4.10.0
2345040d
MC
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%description
23The DiskPerf plugin displays disk/partition performance based on the
24rsect/wsect data provided by Linux kernels 2.6 or recent 2.4's (at
25least 2.4.20 compiled with CONFIG_BLK_STATS turned on, or possibly
4cd3408c
JB
26older kernel patched with "Disk extended statistics" in
27/proc/partitions).
2345040d 28
edc99de8
JR
29%description -l pl.UTF-8
30Wtyczka DiskPerf wyświetla wydajność dysku/partycji bazując na danych
31rsect/wsect dostarczanych przez jądro Linuksa 2.6 lub nowsze 2.4
32(conajmniej 2.4.20 skompilowane z włączonym CONFIG_BLK_STATS lub
33ewentualnie ze starszymi wersjami z dodaną łatą "rozszerzonych
4cd3408c 34statystyk dysku" w /proc/partitions).
2345040d
MC
35
36%prep
37%setup -q
38
39%build
3ec0124f
JR
40%{__intltoolize}
41%{__libtoolize}
42%{__aclocal}
43%{__autoconf}
44%{__autoheader}
45%{__automake}
921338cb
AA
46%configure \
47 --disable-static
48
2345040d
MC
49%{__make}
50
51%install
52rm -rf $RPM_BUILD_ROOT
53
54%{__make} install \
55 DESTDIR=$RPM_BUILD_ROOT
56
dd25d5e4 57%{__rm} $RPM_BUILD_ROOT%{_libdir}/xfce4/panel/plugins/*.la
90a384df 58%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/locale/ur_PK
71de453d 59
bebfbf92 60%find_lang %{name}
2345040d
MC
61
62%clean
63rm -rf $RPM_BUILD_ROOT
64
bebfbf92 65%files -f %{name}.lang
2345040d
MC
66%defattr(644,root,root,755)
67%doc AUTHORS ChangeLog COPYING NEWS README
dd25d5e4
JR
68%attr(755,root,root) %{_libdir}/xfce4/panel/plugins/libdiskperf.so
69%{_datadir}/xfce4/panel/plugins/diskperf.desktop
This page took 0.069133 seconds and 4 git commands to generate.