Update to 3.6.1
... and clean out some old cruft from the spec file.
This commit is contained in:
parent
352cb561c9
commit
786862cfeb
1
.gitignore
vendored
1
.gitignore
vendored
@ -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.90.1.tar.xz
|
||||||
/gnome-system-monitor-3.5.92.tar.xz
|
/gnome-system-monitor-3.5.92.tar.xz
|
||||||
/gnome-system-monitor-3.6.0.tar.xz
|
/gnome-system-monitor-3.6.0.tar.xz
|
||||||
|
/gnome-system-monitor-3.6.1.tar.xz
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
%define libgtop2_version 2.28.2
|
%define libgtop2_version 2.28.2
|
||||||
%define libwnck_version 2.91.0
|
%define libwnck_version 2.91.0
|
||||||
%define pango_version 1.2.0
|
|
||||||
%define gtk2_version 2.12
|
%define gtk2_version 2.12
|
||||||
%define desktop_file_utils_version 0.2.90
|
%define desktop_file_utils_version 0.2.90
|
||||||
%define libselinux_version 1.23.2
|
%define libselinux_version 1.23.2
|
||||||
@ -10,7 +9,7 @@
|
|||||||
|
|
||||||
Summary: Process and resource monitor
|
Summary: Process and resource monitor
|
||||||
Name: gnome-system-monitor
|
Name: gnome-system-monitor
|
||||||
Version: 3.6.0
|
Version: 3.6.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
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: libgtop2-devel >= %{libgtop2_version}
|
||||||
BuildRequires: libwnck3-devel >= %{libwnck_version}
|
BuildRequires: libwnck3-devel >= %{libwnck_version}
|
||||||
BuildRequires: pango-devel >= %{pango_version}
|
|
||||||
BuildRequires: gtk3-devel
|
BuildRequires: gtk3-devel
|
||||||
BuildRequires: gtkmm30-devel
|
BuildRequires: gtkmm30-devel
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
BuildRequires: startup-notification-devel
|
BuildRequires: startup-notification-devel
|
||||||
BuildRequires: intltool scrollkeeper gettext
|
BuildRequires: intltool gettext
|
||||||
BuildRequires: libselinux-devel >= %{libselinux_version}
|
BuildRequires: libselinux-devel >= %{libselinux_version}
|
||||||
BuildRequires: gnome-icon-theme
|
BuildRequires: gnome-icon-theme
|
||||||
BuildRequires: pcre-devel
|
BuildRequires: pcre-devel
|
||||||
BuildRequires: librsvg2-devel
|
BuildRequires: librsvg2-devel
|
||||||
BuildRequires: gnome-doc-utils >= 0.3.2
|
|
||||||
BuildRequires: gnome-common
|
|
||||||
BuildRequires: libwnck3-devel
|
BuildRequires: libwnck3-devel
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: itstool
|
BuildRequires: itstool
|
||||||
|
|
||||||
# needed for autoreconf
|
|
||||||
BuildRequires: autoconf, automake, libtool
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
gnome-system-monitor allows to graphically view and manipulate the running
|
gnome-system-monitor allows to graphically view and manipulate the running
|
||||||
processes on your system. It also provides an overview of available resources
|
processes on your system. It also provides an overview of available resources
|
||||||
@ -48,7 +41,7 @@ such as CPU and memory.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-scrollkeeper
|
%configure
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -82,6 +75,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Sep 26 2012 Matthias Clasen <mclasen@redhat.com> - 3.6.0-1
|
||||||
- Update to 3.6.0
|
- Update to 3.6.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user