auto-import changelog data from gnome-system-monitor-2.5.2-1.src.rpm
Tue Jan 27 2004 Alexander Larsson <alexl@redhat.com> 2.5.2-1 - update to 2.5.2
This commit is contained in:
parent
d21b3618bd
commit
6cd166f8c3
@ -1 +1 @@
|
||||
gnome-system-monitor-2.4.0.tar.bz2
|
||||
gnome-system-monitor-2.5.2.tar.bz2
|
||||
|
@ -2,14 +2,14 @@
|
||||
|
||||
%define libgnomeui_version 2.2.0
|
||||
%define libgtop2_version 2.0.3
|
||||
%define libwnck_version 2.2.0
|
||||
%define libwnck_version 2.5.0
|
||||
%define pango_version 1.2.0
|
||||
%define gtk2_version 2.2.0
|
||||
%define gtk2_version 2.3.0
|
||||
%define desktop_file_utils_version 0.2.90
|
||||
|
||||
Summary: Simple process monitor
|
||||
Name: gnome-system-monitor
|
||||
Version: 2.4.0
|
||||
Version: 2.5.2
|
||||
Release: 1
|
||||
Copyright: GPL
|
||||
Group: Applications/System
|
||||
@ -25,7 +25,9 @@ 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
|
||||
BuildRequires: libtool autoconf automake16
|
||||
# For intltool:
|
||||
BuildRequires: perl-XML-Parser >= 2.31-16
|
||||
|
||||
Obsoletes: gtop
|
||||
|
||||
@ -35,13 +37,18 @@ gnome-system-monitor is a simple process and system monitor.
|
||||
%prep
|
||||
%setup -q -n gnome-system-monitor-%{version}
|
||||
|
||||
|
||||
%build
|
||||
|
||||
#workaround broken perl-XML-Parser on 64bit arches
|
||||
export PERL5LIB=/usr/lib64/perl5/vendor_perl/5.8.2:/usr/lib64/perl5/vendor_perl/5.8.0
|
||||
|
||||
libtoolize --force
|
||||
aclocal-1.6
|
||||
automake-1.6 --add-missing
|
||||
autoconf
|
||||
autoheader
|
||||
|
||||
%build
|
||||
%configure
|
||||
|
||||
make %{?_smp_mflags}
|
||||
@ -80,6 +87,9 @@ gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/gnome-system-mo
|
||||
%{_datadir}/omf
|
||||
|
||||
%changelog
|
||||
* Tue Jan 27 2004 Alexander Larsson <alexl@redhat.com> 2.5.2-1
|
||||
- update to 2.5.2
|
||||
|
||||
* Fri Oct 3 2003 Alexander Larsson <alexl@redhat.com> 2.4.0-1
|
||||
- 2.4.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user