xfce4-systemload-plugin/xfce4-systemload-plugin.spec
Christoph Wickert 4bd5c98df1 auto-import xfce4-systemload-plugin-0.3.6-4.fc4 on branch devel from
xfce4-systemload-plugin-0.3.6-4.fc4.src.rpm
2005-12-16 22:34:40 +00:00

60 lines
1.7 KiB
RPMSpec

Name: xfce4-systemload-plugin
Version: 0.3.6
Release: 4%{?dist}
Summary: Systemload monitor 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
BuildRequires: gettext
%description
A system-load monitor plugin for the Xfce panel. It displays the current CPU
load, the memory in use, the swap space and the system uptime.
%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 {} ';'
%find_lang xfce4-systemload
%clean
rm -rf $RPM_BUILD_ROOT
%files -f xfce4-systemload.lang
%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> - 0.3.6-4
- Add libxfcegui4-devel BuildReqs.
- Fix %defattr.
* Mon Nov 14 2005 Christoph Wickert <fedora wickert at arcor de> - 0.3.6-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> - 0.3.6-2.fc4.cw
- Add libxml2 BuildReqs.
* Sat Jul 09 2005 Christoph Wickert <fedora wickert at arcor de> - 0.3.6-1.fc4.cw
- Rebuild for Core 4.
* Wed Apr 13 2005 Christoph Wickert <fedora wickert at arcor de> - 0.3.6-1.fc3.cw
- Updated to version 0.3.6.
* Wed Apr 13 2005 Christoph Wickert <fedora wickert at arcor de> - 0.3.4-1.fc3.cw
- Initial RPM release.