File kiwi-instsource-plugins-SLE-12-SP2.spec of Package kiwi-instsource-plugins-SLE-12-SP2.3597
#
# spec file for package kiwi-instsource-plugins-SLE-12
#
# Copyright (c) 2014 SUSE LINUX Products 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: kiwi-instsource-plugins-SLE-12-SP2
Summary: OpenSuSE - KIWI Image System
License: GPL-2.0+
Group: System/Management
Version: 1.0
Release: 0
Source: %{name}.tar.xz
Patch0: kiwi-instsource-plugins-SLE-12-SP2-diskusage.patch
Provides: kiwi-instsource-plugin
Recommends: SLE-EULAs
Recommends: extract-appdata-icons
Recommends: instsource-susedata
Recommends: openSUSE-appstream-process
Recommends: package-translations
Requires: cdrkit-cdrtools-compat
Requires: dosfstools
Requires: inst-source-utils >= 2011.5.5
Requires: kiwi-instsource
Requires: syslinux
Supplements: kiwi-instsource
BuildArch: noarch
%description
OpenSuSE - KIWI Image System InstSource plugins provides information
and plugin code to create meta information for a Novell/SUSE
installation source This particular package contains the metadata
plugins specific for the SLE 12 targets.
%prep
%setup -n %name
%patch0
%build
# empty because of rpmlint warning rpm-buildroot-usage
%install
# build
test -e /.buildenv && . /.buildenv
make buildroot=$RPM_BUILD_ROOT \
version="sle12-sp2" install
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-, root, root)
%dir %{_datadir}/kiwi
%dir %{_datadir}/kiwi/modules
%dir %{_datadir}/kiwi/modules/plugins
%dir %{_datadir}/kiwi/modules/plugins/suse-sle12-sp2
%{_datadir}/kiwi/modules/plugins/suse-sle12-sp2/*.pm
%config(noreplace) %{_datadir}/kiwi/modules/plugins/suse-sle12-sp2/*.ini
%changelog