Accepting request 107271 from GNOME:Factory
Pushing G:F OBS-URL: https://build.opensuse.org/request/show/107271 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-system-monitor?expand=0&rev=62
This commit is contained in:
commit
5672562ab9
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ddffdb2bdca58595d55416388a8f8f944ef6e5e2341280b77b0ad954f36a03cb
|
||||
size 2556924
|
3
gnome-system-monitor-3.3.90.tar.xz
Normal file
3
gnome-system-monitor-3.3.90.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5fa2e160c3dfa7ef439271e1a9c0156a56f877ca73028f3bc4cbb268aeb58bef
|
||||
size 2569204
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 24 07:03:42 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
- Add pkgconfig(libsystemd-daemon) and pkgconfig(libsystemd-login)
|
||||
BuildRequires to build systemd support. Note that not booting
|
||||
with systemd will be handled fine.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 21 07:53:04 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 3.3.90:
|
||||
+ Collapse kthreadd part of the process tree (bgo#667830)
|
||||
+ Implement case-insensitive instant search by process name
|
||||
(bgo#668052)
|
||||
+ Updated translations.
|
||||
- Remove xz BuildRequires now that it comes for free in the build
|
||||
system.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 17 08:13:37 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
|
@ -17,6 +17,13 @@
|
||||
|
||||
|
||||
Name: gnome-system-monitor
|
||||
Version: 3.3.90
|
||||
Release: 0
|
||||
Url: http://www.gnome.org
|
||||
Summary: A Simple Process Monitor
|
||||
License: GPL-2.0+
|
||||
Group: System/GUI/GNOME
|
||||
Source0: http://download.gnome.org/sources/gnome-system-monitor/3.3/%{name}-%{version}.tar.xz
|
||||
BuildRequires: dbus-1-glib-devel
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
@ -24,26 +31,19 @@ BuildRequires: gnome-doc-utils-devel
|
||||
BuildRequires: gnome-icon-theme-devel
|
||||
BuildRequires: intltool
|
||||
BuildRequires: libgtop-devel
|
||||
BuildRequires: librsvg-devel
|
||||
BuildRequires: librsvg-devel >= 2.35
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: translation-update-upstream
|
||||
BuildRequires: update-desktop-files
|
||||
# Only needed because we don't (and won't) support building xz tarballs by default... See bnc#697467
|
||||
BuildRequires: xz
|
||||
BuildRequires: pkgconfig(gmodule-2.0)
|
||||
BuildRequires: pkgconfig(gtkmm-3.0)
|
||||
BuildRequires: pkgconfig(libsystemd-daemon) >= 38
|
||||
BuildRequires: pkgconfig(libsystemd-login) >= 38
|
||||
BuildRequires: pkgconfig(libwnck-3.0)
|
||||
Version: 3.3.4
|
||||
Release: 0
|
||||
Source0: http://download.gnome.org/sources/gnome-system-monitor/3.3/%{name}-%{version}.tar.xz
|
||||
Url: http://www.gnome.org
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Summary: A Simple Process Monitor
|
||||
License: GPL-2.0+
|
||||
Group: System/GUI/GNOME
|
||||
Requires: gnome-icon-theme
|
||||
Requires: lsb-release
|
||||
Recommends: %{name}-lang
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%glib2_gsettings_schema_requires
|
||||
|
||||
%description
|
||||
@ -97,8 +97,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/applications/gnome-system-monitor.desktop
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.gnome-system-monitor.enums.xml
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.gnome-system-monitor.gschema.xml
|
||||
%{_datadir}/pixmaps/*.png
|
||||
%{_datadir}/gnome-system-monitor/
|
||||
%{_datadir}/pixmaps/gnome-system-monitor/
|
||||
%{_datadir}/pixmaps/utilities-system-monitor.png
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user