2024-09-25 07:28:29 +00:00
|
|
|
#
|
|
|
|
# spec file for package kbuild-gcc
|
|
|
|
#
|
|
|
|
# Copyright (c) 2019 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 https://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
2024-09-25 07:33:24 +00:00
|
|
|
%global packages diff git-core rpm-build procmail hostname perl perl-YAML-LibYAML python311 python311-augeas python311-pygit2 python311-PyYAML python311-requests python311-rpm
|
2024-09-25 07:28:29 +00:00
|
|
|
|
|
|
|
Name: kbuild-support
|
|
|
|
Version: 0
|
|
|
|
Release: 0
|
|
|
|
Summary: Metapackage for installing tools required by kbuild
|
|
|
|
License: MIT
|
|
|
|
BuildRequires: %packages
|
|
|
|
Requires: %packages
|
|
|
|
ExclusiveArch: x86_64
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
|
|
|
%changelog
|