diff --git a/.cvsignore b/.cvsignore index bd3ca74..186d28e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gnome-system-monitor-2.0.0.tar.bz2 +gnome-system-monitor-2.0.4.tar.bz2 diff --git a/gnome-system-monitor.spec b/gnome-system-monitor.spec index 2accc26..3633601 100644 --- a/gnome-system-monitor.spec +++ b/gnome-system-monitor.spec @@ -1,15 +1,15 @@ # Note that this is NOT a relocatable package -%define libgnomeui_version 2.0.0 +%define libgnomeui_version 2.2.0 %define libgtop2_version 2.0.0 -%define libwnck_version 0.14 -%define pango_version 1.0.99 -%define gtk2_version 2.0.5 +%define libwnck_version 2.2.0 +%define pango_version 1.2.0 +%define gtk2_version 2.2.0 %define desktop_file_utils_version 0.2.90 Summary: Simple process monitor Name: gnome-system-monitor -Version: 2.0.0 +Version: 2.0.4 Release: 2 Copyright: GPL Group: Applications/System @@ -21,11 +21,11 @@ Requires: libwnck >= %{libwnck_version} BuildRequires: libgnomeui-devel >= %{libgnomeui_version} BuildRequires: libgtop2-devel >= %{libgtop2_version} BuildRequires: libwnck-devel >= %{libwnck_version} -BuildRequires: Xft -BuildRequires: fontconfig BuildRequires: pango-devel >= %{pango_version} BuildRequires: gtk2-devel >= %{gtk2_version} BuildRequires: desktop-file-utils >= %{desktop_file_utils_version} +BuildRequires: startup-notification-devel +BuildRequires: libtool autoconf automake Obsoletes: gtop @@ -35,6 +35,12 @@ gnome-system-monitor is a simple process and system monitor. %prep %setup -q -n gnome-system-monitor-%{version} +libtoolize --force +aclocal-1.6 +automake-1.6 --add-missing +autoconf +autoheader + %build %configure @@ -52,6 +58,7 @@ desktop-file-install --vendor gnome --delete-original \ --add-category X-Red-Hat-Base \ $RPM_BUILD_ROOT%{_datadir}/applications/* +rm -rf $RPM_BUILD_ROOT/var/scrollkeeper %find_lang %{name} %clean @@ -73,6 +80,18 @@ gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/gnome-system-mo %{_datadir}/omf %changelog +* Fri Feb 14 2003 Havoc Pennington 2.0.4-2 +- don't buildreq xft + +* Wed Feb 5 2003 Havoc Pennington 2.0.4-1 +- 2.0.4 + +* Wed Jan 22 2003 Tim Powers +- rebuilt + +* Tue Dec 3 2002 Tim Powers 2.0.3-1 +- updated to 2.0.3 + * Fri Jun 21 2002 Tim Powers - automated rebuild diff --git a/sources b/sources index f83f6c7..f0b52b7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -23c1dd57d69f0db29c04658f626e061c gnome-system-monitor-2.0.0.tar.bz2 +2a20dc5c87d225d1d28f70a2fc568a74 gnome-system-monitor-2.0.4.tar.bz2