]> git.pld-linux.org Git - packages/xfce4-diskperf-plugin.git/commitdiff
- initial release
authorMichal Chruszcz <mchruszcz@gmail.com>
Sun, 19 Oct 2003 12:25:53 +0000 (12:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xfce4-diskperf-plugin.spec -> 1.1

xfce4-diskperf-plugin.spec [new file with mode: 0644]

diff --git a/xfce4-diskperf-plugin.spec b/xfce4-diskperf-plugin.spec
new file mode 100644 (file)
index 0000000..18cfbaa
--- /dev/null
@@ -0,0 +1,52 @@
+Summary:       Disk performance XFce panel plugin
+Summary(pl):   Wtyczka wydajno¶ci dysku dla panela XFce
+Name:          xfce4-diskperf-plugin
+Version:       1.1
+Release:       1
+License:       See COPYING file
+Group:         X11/Applications
+Source0:       http://download.berlios.de/xfce-goodies/%{name}-%{version}.tar.gz
+# Source0-md5: 7e6c3380815bf85aa30feaf960b207ee
+URL:           http://xfce-goodies.berlios.de/
+BuildRequires: libxfce4util-devel >= 3.99
+BuildRequires: libxfcegui4-devel >= 3.99
+BuildRequires: pkgconfig
+BuildRequires: xfce4-panel-devel >= 3.99
+Requires:      xfce4-panel >= 3.99
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The DiskPerf plugin displays disk/partition performance based on the
+rsect/wsect data provided by Linux kernels 2.6 or recent 2.4's (at
+least 2.4.20 compiled with CONFIG_BLK_STATS turned on, or possibly
+older kernel patched with "Disk extended statistics" in /proc/partitions).
+
+%description -l pl
+Wtyczka DiskPerf wy¶wietla wydajno¶æ dysku/partycji bazuj±c na danych
+rsect/wsect dostarczanych przez j±dro Linuksa 2.6 lub nowsze 2.4
+(conajmniej 2.4.20 skompilowane z w³±czonym CONFIG_BLK_STATS lub
+ewentualnie ze starszymi wersjami z za³atanymi "Rozszerzonymi statystykami
+dysku" w /proc/partitions).
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+rm -f $RPM_BUILD_ROOT%{_libdir}/xfce4/panel-plugins/*.{a,la}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog COPYING NEWS README
+%attr(755,root,root) %{_libdir}/xfce4/panel-plugins/*.so
This page took 0.091952 seconds and 4 git commands to generate.