File gnome-usage.spec of Package gnome-usage
#
# spec file for package gnome-usage
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 Bjørn Lie, Bryne, Norway.
#
# 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 https://bugs.opensuse.org/
#
Name: gnome-usage
Version: 3.33.2
Release: 0
Summary: System resources viewer for GNOME
License: GPL-3.0-only
Group: System/GUI/GNOME
URL: https://wiki.gnome.org/Apps/Usage
Source: https://download.gnome.org/sources/gnome-usage/3.33/%{name}-%{version}.tar.xz
BuildRequires: meson >= 0.37.0
BuildRequires: pkgconfig
BuildRequires: vala
BuildRequires: pkgconfig(gio-2.0)
BuildRequires: pkgconfig(glib-2.0) >= 2.38
BuildRequires: pkgconfig(gobject-2.0)
BuildRequires: pkgconfig(gtk+-3.0) >= 3.20.10
BuildRequires: pkgconfig(libdazzle-1.0) >= 3.30
BuildRequires: pkgconfig(libgtop-2.0)
BuildRequires: pkgconfig(tracker-sparql-2.0)
%description
GNOME Usage is a program to view information about the use of system
resources, like memory and disk space.
%lang_package
%prep
%autosetup -p1
%build
%meson \
%{nil}
%meson_build
%install
%meson_install
%find_lang %{name} %{?no_lang_C}
%files
%license LICENSE
%doc AUTHORS README.md
%{_bindir}/%{name}
%{_datadir}/applications/org.gnome.Usage.desktop
%{_datadir}/glib-2.0/schemas/org.gnome.Usage.gschema.xml
%{_datadir}/icons/hicolor/scalable/apps/org.gnome.Usage.svg
%{_datadir}/metainfo/org.gnome.Usage.appdata.xml
%files lang -f %{name}.lang
%changelog