From 24d7a9cb1f42e20d9a511a367f34ffe8ba0157e3 Mon Sep 17 00:00:00 2001 From: Christoph Wickert Date: Jan 28 2006 00:21:04 +0000 Subject: auto-import xfce4-diskperf-plugin-1.5-4.fc4 on branch devel from xfce4-diskperf-plugin-1.5-4.fc4.src.rpm --- diff --git a/.cvsignore b/.cvsignore index e69de29..e032771 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +xfce4-diskperf-plugin-1.5.tar.gz diff --git a/sources b/sources index e69de29..e58cd3f 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +cb1b2637166b8a4355b3df85e593640f xfce4-diskperf-plugin-1.5.tar.gz diff --git a/xfce4-diskperf-plugin.spec b/xfce4-diskperf-plugin.spec new file mode 100644 index 0000000..0bf149b --- /dev/null +++ b/xfce4-diskperf-plugin.spec @@ -0,0 +1,55 @@ +Name: xfce4-diskperf-plugin +Version: 1.5 +Release: 4%{?dist} +Summary: Disk performance plugin for the Xfce panel + +Group: User Interface/Desktops +License: BSD +URL: http://xfce-goodies.berlios.de/ +Source0: http://download.berlios.de/xfce-goodies/%{name}-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildRequires: xfce4-panel-devel >= 4.2, libxfcegui4-devel >= 4.2, libxml2-devel + +%description +The DiskPerf plugin displays disk/partition performance (bytes transfered per +second) based on data provided by the kernel. + +%prep +%setup -q + +%build +%configure --disable-static +make %{?_smp_mflags} + +%install +rm -rf $RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT +find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';' + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root,-) +%doc AUTHORS COPYING ChangeLog NEWS README +%{_libdir}/xfce4/panel-plugins/*.so + +%changelog +* Thu Dec 01 2005 Christoph Wickert - 1.5-4 +- Add libxfcegui4-devel BuildReqs. +- Fix %defattr. + +* Mon Nov 14 2005 Christoph Wickert - 1.5-3 +- Initial Fedora Extras version. +- Rebuild for XFCE 4.2.3. +- disable-static instead of removing .a files. + +* Fri Sep 23 2005 Christoph Wickert - 1.5-2.fc4.cw +- Add libxml2 BuildReqs. + +* Sat Jul 09 2005 Christoph Wickert - 1.5-1.fc4.cw +- Rebuild for Core 4. + +* Wed Apr 13 2005 Christoph Wickert - 1.5-1.fc3.cw +- Initial RPM release.