minor cleanups
This commit is contained in:
parent
d1d415b0b2
commit
d5626fc1e5
@ -11,7 +11,7 @@
|
|||||||
Summary: Simple process monitor
|
Summary: Simple process monitor
|
||||||
Name: gnome-system-monitor
|
Name: gnome-system-monitor
|
||||||
Version: 2.17.6
|
Version: 2.17.6
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
URL: http://www.gnome.org/
|
URL: http://www.gnome.org/
|
||||||
@ -37,8 +37,6 @@ Requires(post): scrollkeeper
|
|||||||
Requires(preun): GConf2 >= %{gconf_version}
|
Requires(preun): GConf2 >= %{gconf_version}
|
||||||
Requires(postun): scrollkeeper
|
Requires(postun): scrollkeeper
|
||||||
|
|
||||||
Obsoletes: gtop
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
gnome-system-monitor is a simple process and system monitor.
|
gnome-system-monitor is a simple process and system monitor.
|
||||||
|
|
||||||
@ -59,7 +57,6 @@ unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
|
|||||||
desktop-file-install --vendor gnome --delete-original \
|
desktop-file-install --vendor gnome --delete-original \
|
||||||
--dir $RPM_BUILD_ROOT%{_datadir}/applications \
|
--dir $RPM_BUILD_ROOT%{_datadir}/applications \
|
||||||
--add-only-show-in GNOME \
|
--add-only-show-in GNOME \
|
||||||
--add-category X-Red-Hat-Base \
|
|
||||||
$RPM_BUILD_ROOT%{_datadir}/applications/*
|
$RPM_BUILD_ROOT%{_datadir}/applications/*
|
||||||
|
|
||||||
rm -rf $RPM_BUILD_ROOT/var/scrollkeeper
|
rm -rf $RPM_BUILD_ROOT/var/scrollkeeper
|
||||||
@ -100,6 +97,10 @@ scrollkeeper-update -q
|
|||||||
%{_datadir}/omf/gnome-system-monitor/
|
%{_datadir}/omf/gnome-system-monitor/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 8 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.6-2
|
||||||
|
- Remove an obsolete Obsoletes:
|
||||||
|
- Don't add X-Redhat-Base to the desktop file anymore
|
||||||
|
|
||||||
* Tue Jan 22 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.6-1
|
* Tue Jan 22 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.6-1
|
||||||
- Update to 2.17.6
|
- Update to 2.17.6
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user