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 libgnomeui_version 2.2.0
|
||||||
%define libgtop2_version 2.0.3
|
%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 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
|
%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.4.0
|
Version: 2.5.2
|
||||||
Release: 1
|
Release: 1
|
||||||
Copyright: GPL
|
Copyright: GPL
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -25,7 +25,9 @@ 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: startup-notification-devel
|
||||||
BuildRequires: libtool autoconf automake
|
BuildRequires: libtool autoconf automake16
|
||||||
|
# For intltool:
|
||||||
|
BuildRequires: perl-XML-Parser >= 2.31-16
|
||||||
|
|
||||||
Obsoletes: gtop
|
Obsoletes: gtop
|
||||||
|
|
||||||
@ -35,13 +37,18 @@ 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}
|
||||||
|
|
||||||
|
|
||||||
|
%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
|
libtoolize --force
|
||||||
aclocal-1.6
|
aclocal-1.6
|
||||||
automake-1.6 --add-missing
|
automake-1.6 --add-missing
|
||||||
autoconf
|
autoconf
|
||||||
autoheader
|
autoheader
|
||||||
|
|
||||||
%build
|
|
||||||
%configure
|
%configure
|
||||||
|
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
@ -80,6 +87,9 @@ gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/gnome-system-mo
|
|||||||
%{_datadir}/omf
|
%{_datadir}/omf
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Oct 3 2003 Alexander Larsson <alexl@redhat.com> 2.4.0-1
|
||||||
- 2.4.0
|
- 2.4.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user