File toolbox-branding-openSUSE.spec of Package toolbox-branding-openSUSE
#
# spec file for package toolbox-branding
#
# Copyright (c) 2024 SUSE LLC
#
# 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/
#
%define branding_name openSUSE
Name: toolbox-branding-%{branding_name}
Version: 16.0
Release: 0
Summary: Branding package for toolbox -- %{branding_name} default configuration
License: Apache-2.0
Group: System/Management
URL: https://github.com/openSUSE/microos-toolbox
Source0: toolboxrc-%{branding_name}
Requires: toolbox
Provides: toolbox-branding = %{version}
Conflicts: toolbox-branding = %{version}
Supplements: (toolbox and branding-%{branding_name})
BuildArch: noarch
%description
This package provides the default configuration for toolbox for
%{branding_name}.
%prep
%build
%install
install -D -m 644 %{SOURCE0} %{buildroot}%{_datarootdir}/toolbox/toolboxrc
%files
%defattr(-, root, root)
%dir %{_datarootdir}/toolbox
%{_datarootdir}/toolbox/toolboxrc
%changelog