File kiwi-instsource-plugins-SLE-12.spec of Package kiwi-instsource-plugins-SLE-12
#
# 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
Summary: OpenSuSE - KIWI Image System
License: GPL-2.0+
Group: System/Management
Version: 2.0
Release: 0
Source: %{name}.tar.xz
Provides: kiwi-instsource-plugin
Requires: SLE-EULAs
Requires: cdrkit-cdrtools-compat
Requires: dosfstools
Requires: extract-appdata-icons
Requires: inst-source-utils >= 2011.5.5
Requires: instsource-susedata
Requires: kiwi-instsource
Requires: package-translations
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 kiwi-instsource-plugins-SLE-12
%build
# empty because of rpmlint warning rpm-buildroot-usage
%install
# build
test -e /.buildenv && . /.buildenv
make buildroot=$RPM_BUILD_ROOT \
version="sle12" 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
%{_datadir}/kiwi/modules/plugins/suse-sle12/*.pm
%config(noreplace) %{_datadir}/kiwi/modules/plugins/suse-sle12/*.ini
%changelog