File kiwi-instsource-plugins-openSUSE-12-1.spec of Package kiwi-instsource-plugins-openSUSE-12-1
#
# spec file for package kiwi-instsource-plugins-openSUSE-12-1
#
# Copyright (c) 2013 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/
#
Url: http://kiwi.berlios.de
Name: kiwi-instsource-plugins-openSUSE-12-1
Summary: OpenSuSE - KIWI Image System
License: GPL-2.0
Group: System/Management
Version: 0.9
Release: 0
Source: %{name}.tar.bz2
Patch0: kiwi-instsource-plugins-openSUSE-12-1.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{suse_version} > 1210
Requires: extract-appdata-icons
%endif
Requires: inst-source-utils >= 2011.5.5
Requires: kiwi-instsource
Requires: mkdosfs
Requires: mtools
Requires: openSUSE-EULAs
Requires: package-translations
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 openSUSE-11.1 targets.
%prep
%setup -q -n kiwi-instsource-plugins-openSUSE-12-1
%patch0 -p0
%build
# empty because of rpmlint warning rpm-buildroot-usage
%install
# build
test -e /.buildenv && . /.buildenv
make buildroot=$RPM_BUILD_ROOT \
version="12.1" install
%files
%defattr(-, root, root)
%dir %{_datadir}/kiwi
%dir %{_datadir}/kiwi/modules
%dir %{_datadir}/kiwi/modules/plugins
%dir %{_datadir}/kiwi/modules/plugins/suse-12.1
%{_datadir}/kiwi/modules/plugins/suse-12.1/*.pm
%config(noreplace) %{_datadir}/kiwi/modules/plugins/suse-12.1/*.ini
%changelog