2.28.1
This commit is contained in:
parent
3e0b097960
commit
a9de7a586f
@ -1 +1 @@
|
|||||||
gnome-system-monitor-2.28.0.tar.bz2
|
gnome-system-monitor-2.28.1.tar.bz2
|
||||||
|
@ -11,14 +11,14 @@
|
|||||||
|
|
||||||
Summary: Process and resource monitor
|
Summary: Process and resource monitor
|
||||||
Name: gnome-system-monitor
|
Name: gnome-system-monitor
|
||||||
Version: 2.28.0
|
Version: 2.28.1
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
URL: http://www.gnome.org/
|
URL: http://www.gnome.org/
|
||||||
|
#VCS: git:git://git.gnome.org/gnome-system-monitor
|
||||||
Source: http://download.gnome.org/sources/gnome-system-monitor/2.28/%{name}-%{version}.tar.bz2
|
Source: http://download.gnome.org/sources/gnome-system-monitor/2.28/%{name}-%{version}.tar.bz2
|
||||||
Source1: about-this-computer.desktop
|
Source1: about-this-computer.desktop
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
||||||
BuildRequires: GConf2-devel
|
BuildRequires: GConf2-devel
|
||||||
BuildRequires: gnome-vfs2-devel
|
BuildRequires: gnome-vfs2-devel
|
||||||
BuildRequires: libgtop2-devel >= %{libgtop2_version}
|
BuildRequires: libgtop2-devel >= %{libgtop2_version}
|
||||||
@ -57,9 +57,7 @@ Patch4: memmapsdialog.patch
|
|||||||
|
|
||||||
Requires(pre): GConf2 >= %{gconf_version}
|
Requires(pre): GConf2 >= %{gconf_version}
|
||||||
Requires(post): GConf2 >= %{gconf_version}
|
Requires(post): GConf2 >= %{gconf_version}
|
||||||
Requires(post): scrollkeeper
|
|
||||||
Requires(preun): GConf2 >= %{gconf_version}
|
Requires(preun): GConf2 >= %{gconf_version}
|
||||||
Requires(postun): scrollkeeper
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
gnome-system-monitor allows to graphically view and manipulate the running
|
gnome-system-monitor allows to graphically view and manipulate the running
|
||||||
@ -120,7 +118,6 @@ done
|
|||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%post
|
%post
|
||||||
scrollkeeper-update -q
|
|
||||||
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
|
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
|
||||||
gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/gnome-system-monitor.schemas > /dev/null || :
|
gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/gnome-system-monitor.schemas > /dev/null || :
|
||||||
|
|
||||||
@ -138,9 +135,6 @@ if [ "$1" -eq 0 ]; then
|
|||||||
%{_sysconfdir}/gconf/schemas/gnome-system-monitor.schemas > /dev/null || :
|
%{_sysconfdir}/gconf/schemas/gnome-system-monitor.schemas > /dev/null || :
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%postun
|
|
||||||
scrollkeeper-update -q
|
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-, root, root,-)
|
%defattr(-, root, root,-)
|
||||||
%doc AUTHORS NEWS COPYING README
|
%doc AUTHORS NEWS COPYING README
|
||||||
@ -155,6 +149,9 @@ scrollkeeper-update -q
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 30 2010 Matthias Clasen <mclasen@redhat.com> - 2.28.1-1
|
||||||
|
- Update to 2.28.1
|
||||||
|
|
||||||
* Tue Sep 22 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.0-2
|
* Tue Sep 22 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.0-2
|
||||||
- Include more translations for 'About this computer'
|
- Include more translations for 'About this computer'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user