--- gkrellm-2.0.0.spec Mon Aug 26 12:56:00 2002 +++ gkrellm.spec Sun Sep 15 01:06:04 2002 @@ -2,7 +2,7 @@ Summary: The GNU Krell Monitor, stacked system monitors in one process. Name: gkrellm -Version: 2.0.0 +Version: 2.0.2 Release: fr1 Epoch: 1 License: GPL @@ -26,10 +26,18 @@ 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 @@ -56,15 +64,27 @@ %defattr(-, root, root) %doc COPYRIGHT CREDITS Changelog* README Themes.html %{_bindir}/gkrellm -%{_bindir}/gkrellmd +#%{_bindir}/gkrellmd %{_datadir}/gkrellm2 -%{_mandir}/man1/* +%{_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.