File ibus-theme-tools.spec of Package ibus-theme-tools
#
# spec file for package ibus-theme-tools
#
# Copyright (c) 2021 Hollow Man
#
# 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://github.com/openSUSE/IBus-Theme-Tools/issues
#
Name: ibus-theme-tools
Version: 4.2.0
Release: 0
Summary: Generate the IBus GTK or GNOME Shell theme from existing themes.
License: GPL-3.0-or-later
URL: https://github.com/openSUSE/IBus-Theme-Tools
Source0: %{name}_%{version}.orig.tar.gz
BuildRequires: python3
BuildRequires: python3-setuptools
BuildArch: noarch
%description
Generate the IBus GTK or GNOME Shell theme from existing themes.
从现有主题中生成 IBus GTK 或 GNOME Shell 主题。
%prep
%setup -q
%build
python3 setup.py build
%install
python3 setup.py install --single-version-externally-managed -O1 --root=%{buildroot} --record=INSTALLED_FILES
%files -f INSTALLED_FILES
%{_prefix}/lib/python3*/site-packages/
%changelog