forked from pool/gnome-system-monitor
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-system-monitor?expand=0&rev=15
This commit is contained in:
parent
6148d36a9e
commit
394daec1bd
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:69c2007abe0de80827356c7ce534e69fd6a4522bf91f4cb2583c81a51aaeac09
|
|
||||||
size 1825825
|
|
3
gnome-system-monitor-2.21.4.tar.bz2
Normal file
3
gnome-system-monitor-2.21.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7bfb6de6afd93438a2452440aa70a878d66970c1e79fbed76bdca294108ab8c7
|
||||||
|
size 1894694
|
@ -1,20 +0,0 @@
|
|||||||
--- gnome-system-monitor-2.16.1/gnome-system-monitor.desktop.in
|
|
||||||
+++ gnome-system-monitor-2.16.1/gnome-system-monitor.desktop.in
|
|
||||||
@@ -1,6 +1,6 @@
|
|
||||||
[Desktop Entry]
|
|
||||||
Encoding=UTF-8
|
|
||||||
-_Name=System Monitor
|
|
||||||
+_Name=GNOME System Monitor
|
|
||||||
_Comment=View current processes and monitor system state
|
|
||||||
TryExec=gnome-system-monitor
|
|
||||||
Exec=gnome-system-monitor
|
|
||||||
--- gnome-system-monitor-2.16.1/gnome-system-monitor.desktop.in.in
|
|
||||||
+++ gnome-system-monitor-2.16.1/gnome-system-monitor.desktop.in.in
|
|
||||||
@@ -1,6 +1,6 @@
|
|
||||||
[Desktop Entry]
|
|
||||||
Encoding=UTF-8
|
|
||||||
-_Name=System Monitor
|
|
||||||
+_Name=GNOME System Monitor
|
|
||||||
_Comment=View current processes and monitor system state
|
|
||||||
TryExec=gnome-system-monitor
|
|
||||||
Exec=gnome-system-monitor
|
|
@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 20 19:07:43 CEST 2007 - jpr@suse.de
|
||||||
|
|
||||||
|
- Update to version 2.21.4
|
||||||
|
* 'Arguments' column is now correctly escaped for markup
|
||||||
|
(bgo #498569)
|
||||||
|
* Graph improvements
|
||||||
|
* Performance improvement in the process list
|
||||||
|
* Removed space to the left of process name (bgo #307762)
|
||||||
|
* Requires GTK+ >= 2.12.
|
||||||
|
* Documentation update
|
||||||
|
* Displays N/A when memory stats are not available. Memory stats
|
||||||
|
are not available for processes like kernel ones or if the user
|
||||||
|
can't access the memory stats (which happens on linux sysctl
|
||||||
|
kernel.maps_protect = 1) (bgo #487105)
|
||||||
|
* A few cleanups replacing overcomplicated treeview usage by
|
||||||
|
gtk_tree_view_column_set_cell_data_func.
|
||||||
|
* Fixed liststore usage in the disk list.
|
||||||
|
* Updated translations.
|
||||||
|
- Improve BuildRequires, removing gnutls-devel and
|
||||||
|
libgnomeprintui-devel
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 19 14:07:43 CEST 2007 - sbrabec@suse.cz
|
Wed Sep 19 14:07:43 CEST 2007 - sbrabec@suse.cz
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gnome-system-monitor (Version 2.20.0)
|
# spec file for package gnome-system-monitor (Version 2.21.4)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -11,10 +11,10 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
Name: gnome-system-monitor
|
Name: gnome-system-monitor
|
||||||
BuildRequires: docbook-xsl-stylesheets fdupes gcc-c++ gnome-common gnome-doc-utils-devel gnome-icon-theme-devel gnome-patch-translation gnutls-devel gtkmm2-devel libglade2-devel libgnomeprintui-devel libgnomeui-devel libgtop-devel libwnck-devel pcre-devel scrollkeeper update-desktop-files
|
BuildRequires: docbook-xsl-stylesheets fdupes gcc-c++ gconf2-devel glib2-devel gnome-common gnome-doc-utils-devel gnome-icon-theme-devel gnome-vfs2-devel gtk2-devel gtkmm2-devel intltool libglade2-devel libgnomeui-devel libgtop-devel libwnck-devel libxml2-devel pcre-devel perl-XML-Parser scrollkeeper update-desktop-files
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: System/GUI/GNOME
|
Group: System/GUI/GNOME
|
||||||
Version: 2.20.0
|
Version: 2.21.4
|
||||||
Release: 1
|
Release: 1
|
||||||
Source0: ftp://ftp.gnome.org/pub/GNOME/sources/gnome-system-monitor/2.20/%{name}-%{version}.tar.bz2
|
Source0: ftp://ftp.gnome.org/pub/GNOME/sources/gnome-system-monitor/2.20/%{name}-%{version}.tar.bz2
|
||||||
Url: http://www.gnome.org
|
Url: http://www.gnome.org
|
||||||
@ -22,8 +22,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
Summary: A Simple Process Monitor
|
Summary: A Simple Process Monitor
|
||||||
Requires: gnome-icon-theme
|
Requires: gnome-icon-theme
|
||||||
Requires: %{name}-lang = %{version}
|
Requires: %{name}-lang = %{version}
|
||||||
Patch: gnome-system-monitor-desktop.patch
|
#PATCH-FIX-UPSTREAM gnome-system-monitor-sysinfo.patch bnc253997 bgo474004 sreeves@novell.com
|
||||||
Patch1: gnome-system-monitor-sysinfo.patch
|
Patch1: gnome-system-monitor-sysinfo.patch
|
||||||
|
#PATCH-FIX-UPSTREAM gnome-system-monitor-resident-schema.patch bnc157022 bgo336376 joeshaw@novell.com -- Probably need to really show Resident by default
|
||||||
Patch2: gnome-system-monitor-resident-schema.patch
|
Patch2: gnome-system-monitor-resident-schema.patch
|
||||||
%gconf_schemas_prereq
|
%gconf_schemas_prereq
|
||||||
|
|
||||||
@ -41,26 +42,21 @@ Authors:
|
|||||||
%lang_package
|
%lang_package
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
gnome-patch-translation-prepare
|
|
||||||
%patch -p1
|
|
||||||
%patch1 -p0
|
%patch1 -p0
|
||||||
%patch2
|
%patch2
|
||||||
gnome-patch-translation-update
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
intltoolize --force
|
|
||||||
autoreconf -f -i
|
|
||||||
%configure \
|
%configure \
|
||||||
--disable-scrollkeeper \
|
--disable-scrollkeeper \
|
||||||
--enable-pcrecpp
|
--enable-pcrecpp
|
||||||
make %{?jobs:-j%jobs}
|
%__make %{?jobs:-j%jobs}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
%makeinstall
|
||||||
# Icon is installed in GNOME-only path:
|
# Icon is installed in GNOME-only path:
|
||||||
ln -s ../icons/gnome/32x32/apps/utilities-system-monitor.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/
|
ln -s ../icons/gnome/32x32/apps/utilities-system-monitor.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/
|
||||||
echo DocPath=gnome-system-monitor >> $RPM_BUILD_ROOT%{_datadir}/applications/gnome-system-monitor.desktop
|
echo DocPath=gnome-system-monitor >> $RPM_BUILD_ROOT%{_datadir}/applications/gnome-system-monitor.desktop
|
||||||
%suse_update_desktop_file gnome-system-monitor System Monitor
|
%suse_update_desktop_file -N "GNOME System Monitor" gnome-system-monitor System Monitor
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
%find_gconf_schemas
|
%find_gconf_schemas
|
||||||
cat %{name}.schemas_list >%{name}.lst
|
cat %{name}.schemas_list >%{name}.lst
|
||||||
@ -87,6 +83,25 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 20 2007 - jpr@suse.de
|
||||||
|
- Update to version 2.21.4
|
||||||
|
* 'Arguments' column is now correctly escaped for markup
|
||||||
|
(bgo #498569)
|
||||||
|
* Graph improvements
|
||||||
|
* Performance improvement in the process list
|
||||||
|
* Removed space to the left of process name (bgo #307762)
|
||||||
|
* Requires GTK+ >= 2.12.
|
||||||
|
* Documentation update
|
||||||
|
* Displays N/A when memory stats are not available. Memory stats
|
||||||
|
are not available for processes like kernel ones or if the user
|
||||||
|
can't access the memory stats (which happens on linux sysctl
|
||||||
|
kernel.maps_protect = 1) (bgo #487105)
|
||||||
|
* A few cleanups replacing overcomplicated treeview usage by
|
||||||
|
gtk_tree_view_column_set_cell_data_func.
|
||||||
|
* Fixed liststore usage in the disk list.
|
||||||
|
* Updated translations.
|
||||||
|
- Improve BuildRequires, removing gnutls-devel and
|
||||||
|
libgnomeprintui-devel
|
||||||
* Wed Sep 19 2007 - sbrabec@suse.cz
|
* Wed Sep 19 2007 - sbrabec@suse.cz
|
||||||
- Updated to version 2.20.0:
|
- Updated to version 2.20.0:
|
||||||
* minor fixes
|
* minor fixes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user