auto-import changelog data from gnome-system-monitor-2.0.0-1.src.rpm
Sun Jun 16 2002 Havoc Pennington <hp@redhat.com> - 2.0.0 - add a bunch of build requires - put omf in file list - fix location of desktop file - use desktop-file-install Fri Jun 07 2002 Havoc Pennington <hp@redhat.com> - rebuild in different environment
This commit is contained in:
parent
6304ea04b2
commit
6336146e70
@ -1 +1 @@
|
|||||||
gnome-system-monitor-1.1.7.tar.bz2
|
gnome-system-monitor-2.0.0.tar.bz2
|
||||||
|
@ -1,13 +1,16 @@
|
|||||||
# Note that this is NOT a relocatable package
|
# Note that this is NOT a relocatable package
|
||||||
|
|
||||||
%define libgnomeui_version 1.117.2
|
%define libgnomeui_version 2.0.0
|
||||||
%define libgtop2_version 1.90.2
|
%define libgtop2_version 2.0.0
|
||||||
%define libwnck_version 0.13
|
%define libwnck_version 0.14
|
||||||
|
%define pango_version 1.0.99
|
||||||
|
%define gtk2_version 2.0.5
|
||||||
|
%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: 1.1.7
|
Version: 2.0.0
|
||||||
Release: 5
|
Release: 1
|
||||||
Copyright: GPL
|
Copyright: GPL
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
Source: http://download.gnome.org/GNOME/pre-gnome2/sources/gnome-system-monitor/gnome-system-monitor-%{version}.tar.bz2
|
Source: http://download.gnome.org/GNOME/pre-gnome2/sources/gnome-system-monitor/gnome-system-monitor-%{version}.tar.bz2
|
||||||
@ -18,6 +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: gtk2-devel >= %{gtk2_version}
|
||||||
|
BuildRequires: desktop-file-utils >= %{desktop_file_utils_version}
|
||||||
|
|
||||||
Obsoletes: gtop
|
Obsoletes: gtop
|
||||||
|
|
||||||
@ -39,11 +47,12 @@ export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
|
|||||||
%makeinstall
|
%makeinstall
|
||||||
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
|
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
|
||||||
|
|
||||||
%find_lang %{name}
|
desktop-file-install --vendor gnome --delete-original \
|
||||||
|
--dir $RPM_BUILD_ROOT%{_datadir}/applications \
|
||||||
|
--add-category X-Red-Hat-Base \
|
||||||
|
$RPM_BUILD_ROOT%{_datadir}/applications/*
|
||||||
|
|
||||||
## take this out when we move to GNOME 2
|
%find_lang %{name}
|
||||||
mkdir -p $RPM_BUILD_ROOT%{_datadir}/gnome/apps/System
|
|
||||||
install -m 644 gnome-system-monitor.desktop $RPM_BUILD_ROOT%{_datadir}/gnome/apps/System/gnome-system-monitor.desktop
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
@ -58,11 +67,22 @@ gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/gnome-system-mo
|
|||||||
%{_bindir}/gnome-system-monitor
|
%{_bindir}/gnome-system-monitor
|
||||||
%{_datadir}/applications
|
%{_datadir}/applications
|
||||||
%{_datadir}/gnome
|
%{_datadir}/gnome
|
||||||
%{_datadir}/gnome/apps/System/gnome-system-monitor.desktop
|
%{_datadir}/applications
|
||||||
%{_datadir}/pixmaps/procman.png
|
%{_datadir}/pixmaps
|
||||||
%{_sysconfdir}/gconf/schemas/*
|
%{_sysconfdir}/gconf/schemas/*
|
||||||
|
%{_datadir}/omf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
|
||||||
|
- 2.0.0
|
||||||
|
- add a bunch of build requires
|
||||||
|
- put omf in file list
|
||||||
|
- fix location of desktop file
|
||||||
|
- use desktop-file-install
|
||||||
|
|
||||||
|
* Fri Jun 07 2002 Havoc Pennington <hp@redhat.com>
|
||||||
|
- rebuild in different environment
|
||||||
|
|
||||||
* Wed Jun 5 2002 Havoc Pennington <hp@redhat.com>
|
* Wed Jun 5 2002 Havoc Pennington <hp@redhat.com>
|
||||||
- build with new libs
|
- build with new libs
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user