From 6b6b77e4a0005e5a3de0ccdfe38fe3defa8b97ad Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 22 Nov 2005 06:03:08 +0000 Subject: [PATCH] Better menus --- gnome-system-monitor-2.12.1-monitor.patch | 22 ++++++++++++++++++++++ gnome-system-monitor.spec | 7 ++++++- 2 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 gnome-system-monitor-2.12.1-monitor.patch diff --git a/gnome-system-monitor-2.12.1-monitor.patch b/gnome-system-monitor-2.12.1-monitor.patch new file mode 100644 index 0000000..29c01ea --- /dev/null +++ b/gnome-system-monitor-2.12.1-monitor.patch @@ -0,0 +1,22 @@ +--- gnome-system-monitor-2.12.1/gnome-system-monitor.desktop.in.monitor 2005-11-22 00:58:38.000000000 -0500 ++++ gnome-system-monitor-2.12.1/gnome-system-monitor.desktop.in 2005-11-22 00:58:56.000000000 -0500 +@@ -8,7 +8,7 @@ + Terminal=false + Type=Application + StartupNotify=true +-Categories=Application;System; ++Categories=Application;System;Monitor;X-Red-Hat-Base + X-GNOME-Bugzilla-Bugzilla=GNOME + X-GNOME-Bugzilla-Product=system-monitor + X-GNOME-Bugzilla-Component=general +--- gnome-system-monitor-2.12.1/gnome-system-monitor.desktop.in.in.monitor 2005-11-22 00:57:34.000000000 -0500 ++++ gnome-system-monitor-2.12.1/gnome-system-monitor.desktop.in.in 2005-11-22 00:58:25.000000000 -0500 +@@ -8,7 +8,7 @@ + Terminal=false + Type=Application + StartupNotify=true +-Categories=Application;System; ++Categories=Application;System;Monitor;X-Red-Hat-Base + X-GNOME-Bugzilla-Bugzilla=GNOME + X-GNOME-Bugzilla-Product=system-monitor + X-GNOME-Bugzilla-Component=general diff --git a/gnome-system-monitor.spec b/gnome-system-monitor.spec index 3ae4498..13ae0ac 100644 --- a/gnome-system-monitor.spec +++ b/gnome-system-monitor.spec @@ -11,10 +11,11 @@ Summary: Simple process monitor Name: gnome-system-monitor Version: 2.12.1 -Release: 1 +Release: 2 License: GPL Group: Applications/System Source: http://download.gnome.org/GNOME/pre-gnome2/sources/gnome-system-monitor/gnome-system-monitor-%{version}.tar.bz2 +Patch0: gnome-system-monitor-2.12.1-monitor.patch BuildRoot: %{_tmppath}/%{name}-root Requires: libgnomeui >= %{libgnomeui_version} Requires: libgtop2 >= %{libgtop2_version} @@ -38,6 +39,7 @@ gnome-system-monitor is a simple process and system monitor. %prep %setup -q -n gnome-system-monitor-%{version} +%patch0 -p1 -b .monitor %build @@ -80,6 +82,9 @@ gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/gnome-system-mo %{_datadir}/omf %changelog +* Tue Nov 22 2005 Matthias Clasen 2.12.1-2 +- Classify gnome-system-monitor as a monitor for better menus + * Thu Oct 6 2005 Matthias Clasen 2.12.1-1 - Update to 2.12.1