Update to 3.6.1

... and clean out some old cruft from the spec file.
This commit is contained in:
Kalev Lember 2012-10-16 18:48:37 +02:00
parent 352cb561c9
commit 786862cfeb
3 changed files with 8 additions and 11 deletions

1
.gitignore vendored
View File

@ -25,3 +25,4 @@ gnome-system-monitor-2.28.1.tar.bz2
/gnome-system-monitor-3.5.90.1.tar.xz
/gnome-system-monitor-3.5.92.tar.xz
/gnome-system-monitor-3.6.0.tar.xz
/gnome-system-monitor-3.6.1.tar.xz

View File

@ -2,7 +2,6 @@
%define libgtop2_version 2.28.2
%define libwnck_version 2.91.0
%define pango_version 1.2.0
%define gtk2_version 2.12
%define desktop_file_utils_version 0.2.90
%define libselinux_version 1.23.2
@ -10,7 +9,7 @@
Summary: Process and resource monitor
Name: gnome-system-monitor
Version: 3.6.0
Version: 3.6.1
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@ -20,25 +19,19 @@ Source: http://download.gnome.org/sources/gnome-system-monitor/3.6/%{name}-%{ver
BuildRequires: libgtop2-devel >= %{libgtop2_version}
BuildRequires: libwnck3-devel >= %{libwnck_version}
BuildRequires: pango-devel >= %{pango_version}
BuildRequires: gtk3-devel
BuildRequires: gtkmm30-devel
BuildRequires: desktop-file-utils
BuildRequires: startup-notification-devel
BuildRequires: intltool scrollkeeper gettext
BuildRequires: intltool gettext
BuildRequires: libselinux-devel >= %{libselinux_version}
BuildRequires: gnome-icon-theme
BuildRequires: pcre-devel
BuildRequires: librsvg2-devel
BuildRequires: gnome-doc-utils >= 0.3.2
BuildRequires: gnome-common
BuildRequires: libwnck3-devel
BuildRequires: libxml2-devel
BuildRequires: itstool
# needed for autoreconf
BuildRequires: autoconf, automake, libtool
%description
gnome-system-monitor allows to graphically view and manipulate the running
processes on your system. It also provides an overview of available resources
@ -48,7 +41,7 @@ such as CPU and memory.
%setup -q
%build
%configure --disable-scrollkeeper
%configure
make %{?_smp_mflags}
%install
@ -82,6 +75,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
%changelog
* Tue Oct 16 2012 Kalev Lember <kalevlember@gmail.com> - 3.6.1-1
- Update to 3.6.1
* Wed Sep 26 2012 Matthias Clasen <mclasen@redhat.com> - 3.6.0-1
- Update to 3.6.0

View File

@ -1 +1 @@
320c0881af181b65c96305c15e107187 gnome-system-monitor-3.6.0.tar.xz
a4f143e1f07455182a7119e9fcc604fc gnome-system-monitor-3.6.1.tar.xz