product-builder-plugin-ALP/product-builder-plugin-ALP.spec

68 lines
2.2 KiB
RPMSpec

#
# spec file for package product-builder-plugin-Tumbleweed
#
# Copyright (c) 2017 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 http://bugs.opensuse.org/
#
Name: product-builder-plugin-ALP
Summary: openSUSE - KIWI Image System
License: GPL-2.0+
Group: System/Management
Version: 1.0.13
%define plugin_version suse-alp
Release: 0
Source: product-builder-plugins-%version.tar.xz
Provides: product-builder-plugin = %version-%release
Requires: build >= 20230215
Requires: createrepo_c
Requires: instsource-susedata
Requires: mkdosfs
Requires: mtools
Requires: package-EULAs
Requires: package-translations
Requires: instsource-susedata
Requires: product-builder
Supplements: product-builder
BuildArch: noarch
%description
openSUSE - Product Builder Image System InstSource plugins provides information
and plugin code to create meta information for a SUSE
installation source. This particular package contains the metadata
plugins specific for the SUSE ALP media.
%prep
%setup -n product-builder-plugins-%version
%build
# empty because of rpmlint warning rpm-buildroot-usage
%install
# build
test -e /.buildenv && . /.buildenv
make buildroot="%{buildroot}" version="%{plugin_version}" install
%files
%defattr(-, root, root)
%license LICENSE
%dir %{_datadir}/kiwi
%dir %{_datadir}/kiwi/modules
%dir %{_datadir}/kiwi/modules/plugins
%dir %{_datadir}/kiwi/modules/plugins/%{plugin_version}
%{_datadir}/kiwi/modules/plugins/%{plugin_version}/*.pm
%config(noreplace) %{_datadir}/kiwi/modules/plugins/%{plugin_version}/*.ini
%changelog