Dominique Leuenberger
a0258e45f6
t-u-u / boo#1086036 OBS-URL: https://build.opensuse.org/request/show/589313 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-system-monitor?expand=0&rev=176
90 lines
2.9 KiB
RPMSpec
90 lines
2.9 KiB
RPMSpec
#
|
|
# spec file for package gnome-system-monitor
|
|
#
|
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
|
#
|
|
# All modifications and additions to the file contributed by third parties
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
Name: gnome-system-monitor
|
|
Version: 3.28.0
|
|
Release: 0
|
|
Summary: A process monitor for the GNOME desktop
|
|
License: GPL-2.0-or-later
|
|
Group: System/GUI/GNOME
|
|
URL: https://wiki.gnome.org/Apps/SystemMonitor
|
|
Source0: http://download.gnome.org/sources/gnome-system-monitor/3.28/%{name}-%{version}.tar.xz
|
|
BuildRequires: fdupes
|
|
BuildRequires: gcc-c++
|
|
BuildRequires: pkgconfig
|
|
BuildRequires: polkit-devel
|
|
BuildRequires: translation-update-upstream
|
|
BuildRequires: yelp-tools
|
|
BuildRequires: pkgconfig(gdk-x11-3.0)
|
|
BuildRequires: pkgconfig(giomm-2.4) >= 2.46
|
|
BuildRequires: pkgconfig(glib-2.0) >= 2.55.0
|
|
BuildRequires: pkgconfig(glibmm-2.4) >= 2.46
|
|
BuildRequires: pkgconfig(gmodule-2.0)
|
|
BuildRequires: pkgconfig(gtk+-3.0) >= 3.22.0
|
|
BuildRequires: pkgconfig(gtkmm-3.0) >= 3.3.18
|
|
BuildRequires: pkgconfig(libgtop-2.0) >= 2.37.2
|
|
BuildRequires: pkgconfig(librsvg-2.0) >= 2.35
|
|
BuildRequires: pkgconfig(libsystemd) >= 44
|
|
BuildRequires: pkgconfig(libxml-2.0) >= 2.0
|
|
Recommends: %{name}-lang
|
|
|
|
%description
|
|
GNOME-system-monitor is a process and system monitor for the GNOME
|
|
Desktop. It shows you what programs are running and how much
|
|
processor time, memory, and disk space are being used.
|
|
|
|
%lang_package
|
|
|
|
%prep
|
|
%autosetup
|
|
translation-update-upstream
|
|
|
|
%build
|
|
%configure \
|
|
--enable-systemd \
|
|
%{nil}
|
|
%make_build
|
|
|
|
%install
|
|
%make_install
|
|
%find_lang %{name} %{?no_lang_C}
|
|
%fdupes %{buildroot}/%{_prefix}
|
|
|
|
%files
|
|
%license COPYING
|
|
%doc AUTHORS ChangeLog NEWS README
|
|
%doc %{_datadir}/help/C/%{name}/
|
|
%{_bindir}/gnome-system-monitor
|
|
%{_datadir}/applications/gnome-system-monitor.desktop
|
|
%{_datadir}/applications/gnome-system-monitor-kde.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}/metainfo/gnome-system-monitor.appdata.xml
|
|
%dir %{_datadir}/polkit-1
|
|
%dir %{_datadir}/polkit-1/actions
|
|
%{_datadir}/polkit-1/actions/org.gnome.gnome-system-monitor.policy
|
|
%dir %{_libexecdir}/%{name}/
|
|
%{_libexecdir}/%{name}/gsm-kill
|
|
%{_libexecdir}/%{name}/gsm-renice
|
|
%dir %{_datadir}/%{name}
|
|
%{_datadir}/%{name}/gsm.gresource
|
|
|
|
%files lang -f %{name}.lang
|
|
|
|
%changelog
|