File package-lists-SLED-images.spec of Package package-lists-SLED-images
#
# spec file for package package-lists-SLED-images
#
# 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/
#
Url: http://en.opensuse.org/Patterns
Name: package-lists-SLED-images
Summary: Patterns for Installation (full ftp tree)
License: BSD-3-Clause
Group: Metapackages
Version: 12.0
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source1: list-requires
Source100: gnome_cd-default.x86_64.list
Source101: gnome_cd-x11-default.x86_64.list
Source102: gnome_cd-base-default.x86_64.list
%define __find_requires perl %{S:1}
%define _use_internal_dependency_generator 0
ExclusiveArch: x86_64
%description
This is an internal package that is used to create the patterns as part
of the installation source setup. Installation of this package does
not make sense.
%prep
%build
%install
mkdir -p $RPM_BUILD_ROOT/usr/share/suse/packages
for i in %{S:100} %{S:101} %{S:102}; do
install -m 644 $i $RPM_BUILD_ROOT/usr/share/suse/packages
done
%files
%defattr(-,root,root)
%dir /usr/share/suse
%dir /usr/share/suse/packages
/usr/share/suse/packages/*-default*.list
%changelog