# $Id: gkrellm.spec,v 1.2 2002/08/01 10:29:27 dude Exp $ Summary: The GNU Krell Monitor, stacked system monitors in one process. Name: gkrellm Version: 2.0.2 Release: fr1 Epoch: 1 License: GPL Group: Applications/System Source: http://web.wt.net/~billw/gkrellm/gkrellm-%{version}.tar.bz2 URL: http://www.gkrellm.net/ BuildRoot: %{_tmppath}/%{name}-root Requires: gtk2 >= 2.0, glib2 >= 2.0 BuildRequires: gtk2-devel >= 2.0, gettext, pkgconfig Conflicts: gkrellm-plugins < 2.0.0 %description GKrellM charts SMP CPU, load, Disk, and all active net interfaces automatically. An on/off button and online timer for the PPP interface is provided. Monitors for memory and swap usage, file system, internet connections, APM laptop battery, mbox style mailboxes, and cpu temps. Also includes an uptime monitor, a hostname label, and a clock/calendar. %package devel Summary: Include headers from the gkrellm monitor. Group: Development/Libraries Requires : gkrellm = %{version} %package server Summary: The gkrellmd server only. Group: Networking/Daemons %description devel Install this package if you intend to compile plugins to use with the GKrellM monitor. %description server This contains only the gkrellmd server, suitable for install on remote machines to be monitored from a central console. %prep %setup -q %build make %{?_smp_mflags:%{_smp_mflags}} CFLAGS="$RPM_OPT_FLAGS" %install rm -rf %{buildroot} mkdir -p %{buildroot}%{_bindir} mkdir -p %{buildroot}%{_datadir}/locale mkdir -p %{buildroot}%{_datadir}/gkrellm2/plugins mkdir -p %{buildroot}%{_datadir}/gkrellm2/themes make install \ INSTALLDIR=%{buildroot}%{_bindir} \ INCLUDEDIR=%{buildroot}%{_includedir} \ MANDIR=%{buildroot}%{_mandir}/man1 \ LOCALEDIR=%{buildroot}%{_datadir}/locale %find_lang %{name} %clean rm -rf %{buildroot} %files -f %{name}.lang %defattr(-, root, root) %doc COPYRIGHT CREDITS Changelog* README Themes.html %{_bindir}/gkrellm #%{_bindir}/gkrellmd %{_datadir}/gkrellm2 %{_mandir}/man1/gkrellm.1.gz #%{_mandir}/man1/gkrellmd.1.gz %files devel %defattr(-, root, root) %{_includedir}/gkrellm2 %files server %defattr(-, root, root) %{_bindir}/gkrellmd %{_mandir}/man1/gkrellmd.1.gz %changelog * Sun Sep 15 2002 William Stearns - Break out gkrellmd into its own package so it can be installed on remote servers without having to install so many gnome support packages. * Sun Aug 26 2002 Matthias Saou - Update to 2.0.0. * Thu Aug 1 2002 Matthias Saou - Update to 1.2.13. * Fri Jun 14 2002 Matthias Saou - Update to 1.2.12. - Use %%find_lang. * Thu May 2 2002 Matthias Saou - Rebuilt against Red Hat Linux 7.3. - Added the %%{?_smp_mflags} expansion. * Thu Mar 28 2002 Matthias Saou - Upgraded to 1.2.11. * Thu Mar 21 2002 Matthias Saou - Upgraded to 1.2.10. * Sat Feb 16 2002 Matthias Saou - Upgraded to 1.2.9. * Sat Jan 5 2002 Matthias Saou - Upgraded to 1.2.8. * Thu Jan 3 2002 Matthias Saou - Upgraded to 1.2.7. * Mon Dec 18 2001 Matthias Saou - Upgraded to 1.2.6. * Wed Dec 5 2001 Matthias Saou - Upgraded to 1.2.5. * Wed Oct 31 2001 Matthias Saou - Upgraded to 1.2.4. * Wed Oct 24 2001 Matthias Saou - Upgraded to 1.2.3. * Thu Aug 23 2001 Matthias Saou - Upgraded to 1.2.2. * Thu Aug 2 2001 Matthias Saou - Upgraded to 1.2.1. * Wed Aug 1 2001 Matthias Saou - Upgraded to 1.2.0. * Tue Apr 17 2001 Matthias Saou - Upgraded to 1.0.8. * Tue Mar 20 2001 Matthias Saou - Upgraded to 1.0.7, added the new manpage and changed the URL. * Tue Jan 30 2001 Matthias Saou - Upgraded to 1.0.6 * Wed Jan 24 2001 Matthias Saou - Upgraded to 1.0.5 - Now build the NLS stuff * Mon Jan 15 2001 Matthias Saou - Upgraded to 1.0.4 * Mon Jan 8 2001 Matthias Saou - Upgraded to 1.0.3 * Mon Jan 1 2001 Matthias Saou - There is now a separate -devel package - Fixed permissions - Added an empty plugins directory - Happy new year :-) * Mon Dec 4 2000 Matthias Saou - Upgraded to 1.0.2 - Added an empty themes directory * Wed Nov 8 2000 Matthias Saou - Re-did the spec file for RedHat 7.0 * Thu Apr 6 2000 Bill Wilson - added INCLUDEDIR to the make install * Fri Oct 29 1999 Gary Thomas - .spec file still broken * Thu Oct 7 1999 David Mihm - fixed spec.