auto-import changelog data from gnome-system-monitor-2.0.4-2.src.rpm
Fri Feb 14 2003 Havoc Pennington <hp@redhat.com> 2.0.4-2 - don't buildreq xft Wed Feb 05 2003 Havoc Pennington <hp@redhat.com> 2.0.4-1 - 2.0.4 Wed Jan 22 2003 Tim Powers <timp@redhat.com> - rebuilt Tue Dec 03 2002 Tim Powers <timp@redhat.com> 2.0.3-1 - updated to 2.0.3
This commit is contained in:
parent
cb59ad5fb6
commit
c411120a5a
@ -1 +1 @@
|
|||||||
gnome-system-monitor-2.0.0.tar.bz2
|
gnome-system-monitor-2.0.4.tar.bz2
|
||||||
|
@ -1,15 +1,15 @@
|
|||||||
# Note that this is NOT a relocatable package
|
# 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 libgtop2_version 2.0.0
|
||||||
%define libwnck_version 0.14
|
%define libwnck_version 2.2.0
|
||||||
%define pango_version 1.0.99
|
%define pango_version 1.2.0
|
||||||
%define gtk2_version 2.0.5
|
%define gtk2_version 2.2.0
|
||||||
%define desktop_file_utils_version 0.2.90
|
%define desktop_file_utils_version 0.2.90
|
||||||
|
|
||||||
Summary: Simple process monitor
|
Summary: Simple process monitor
|
||||||
Name: gnome-system-monitor
|
Name: gnome-system-monitor
|
||||||
Version: 2.0.0
|
Version: 2.0.4
|
||||||
Release: 2
|
Release: 2
|
||||||
Copyright: GPL
|
Copyright: GPL
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -21,11 +21,11 @@ Requires: libwnck >= %{libwnck_version}
|
|||||||
BuildRequires: libgnomeui-devel >= %{libgnomeui_version}
|
BuildRequires: libgnomeui-devel >= %{libgnomeui_version}
|
||||||
BuildRequires: libgtop2-devel >= %{libgtop2_version}
|
BuildRequires: libgtop2-devel >= %{libgtop2_version}
|
||||||
BuildRequires: libwnck-devel >= %{libwnck_version}
|
BuildRequires: libwnck-devel >= %{libwnck_version}
|
||||||
BuildRequires: Xft
|
|
||||||
BuildRequires: fontconfig
|
|
||||||
BuildRequires: pango-devel >= %{pango_version}
|
BuildRequires: pango-devel >= %{pango_version}
|
||||||
BuildRequires: gtk2-devel >= %{gtk2_version}
|
BuildRequires: gtk2-devel >= %{gtk2_version}
|
||||||
BuildRequires: desktop-file-utils >= %{desktop_file_utils_version}
|
BuildRequires: desktop-file-utils >= %{desktop_file_utils_version}
|
||||||
|
BuildRequires: startup-notification-devel
|
||||||
|
BuildRequires: libtool autoconf automake
|
||||||
|
|
||||||
Obsoletes: gtop
|
Obsoletes: gtop
|
||||||
|
|
||||||
@ -35,6 +35,12 @@ gnome-system-monitor is a simple process and system monitor.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n gnome-system-monitor-%{version}
|
%setup -q -n gnome-system-monitor-%{version}
|
||||||
|
|
||||||
|
libtoolize --force
|
||||||
|
aclocal-1.6
|
||||||
|
automake-1.6 --add-missing
|
||||||
|
autoconf
|
||||||
|
autoheader
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
|
|
||||||
@ -52,6 +58,7 @@ desktop-file-install --vendor gnome --delete-original \
|
|||||||
--add-category X-Red-Hat-Base \
|
--add-category X-Red-Hat-Base \
|
||||||
$RPM_BUILD_ROOT%{_datadir}/applications/*
|
$RPM_BUILD_ROOT%{_datadir}/applications/*
|
||||||
|
|
||||||
|
rm -rf $RPM_BUILD_ROOT/var/scrollkeeper
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
@ -73,6 +80,18 @@ gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/gnome-system-mo
|
|||||||
%{_datadir}/omf
|
%{_datadir}/omf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 14 2003 Havoc Pennington <hp@redhat.com> 2.0.4-2
|
||||||
|
- don't buildreq xft
|
||||||
|
|
||||||
|
* Wed Feb 5 2003 Havoc Pennington <hp@redhat.com> 2.0.4-1
|
||||||
|
- 2.0.4
|
||||||
|
|
||||||
|
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
||||||
|
- rebuilt
|
||||||
|
|
||||||
|
* Tue Dec 3 2002 Tim Powers <timp@redhat.com> 2.0.3-1
|
||||||
|
- updated to 2.0.3
|
||||||
|
|
||||||
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
||||||
- automated rebuild
|
- automated rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user