# # spec file for package instsource-susedata # # Copyright (c) 2023 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/ # Name: instsource-susedata Summary: Utility to add susedata to repomd metadata License: GPL-2.0-only Group: System/Management Version: 0.3.8 Release: 0 Source: %{name}-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires: package-EULAs BuildRequires: inst-source-utils BuildRequires: perl(Locale::gettext) BuildRequires: perl(URI::Escape) BuildRequires: perl(XML::Structured) Requires: inst-source-utils Requires: perl(Locale::gettext) Requires: perl(URI::Escape) Requires: perl(XML::Structured) Supplements: kiwi-instsource BuildArch: noarch %description This utility scans repodata and adds susedata and EULAs where needed. %prep %setup -q %check perl -wc add_product_susedata || exit 1 %install mkdir -p $RPM_BUILD_ROOT/usr/bin install -m 755 add_product_susedata $RPM_BUILD_ROOT/usr/bin %files %license COPYING /usr/bin/add_product_susedata %changelog