xfce4-diskperf-plugin/xfce4-diskperf-plugin.spec
Christoph Wickert 24d7a9cb1f auto-import xfce4-diskperf-plugin-1.5-4.fc4 on branch devel from
xfce4-diskperf-plugin-1.5-4.fc4.src.rpm
2006-01-28 00:21:04 +00:00

55 lines
1.5 KiB
RPMSpec

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 <fedora wickert at arcor de> - 1.5-4
- Add libxfcegui4-devel BuildReqs.
- Fix %defattr.
* Mon Nov 14 2005 Christoph Wickert <fedora wickert at arcor de> - 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 <fedora wickert at arcor de> - 1.5-2.fc4.cw
- Add libxml2 BuildReqs.
* Sat Jul 09 2005 Christoph Wickert <fedora wickert at arcor de> - 1.5-1.fc4.cw
- Rebuild for Core 4.
* Wed Apr 13 2005 Christoph Wickert <fedora wickert at arcor de> - 1.5-1.fc3.cw
- Initial RPM release.