File sle-sdk-release.spec of Package sle-sdk-release
#
# spec file for package sle-sdk-release (Version 11)
#
# Copyright (c) 2008 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/
#
# norootforbuild
Url: http://developer.novell.com/wiki/index.php/SLES_SDK
Name: sle-sdk-release
Summary: SLE SDK release file
License: BSD 3-Clause
Group: System/Fhs
Version: 11
Release: 2
Provides: %{name}-%{version}
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
This package contains the product information for the SUSE Linux
Enterprise Software Development Kit
%prep
%build
%install
mkdir -p %{buildroot}/etc/zypp/products.d
{
echo "[%{name} %{version} %arch]"
echo "distproduct=SLE_SDK-DVD"
echo "distversion=%{version}-%{release}"
} > %{buildroot}/etc/zypp/products.d/%{name}.prod
%files
%defattr(644,root,root,755)
%dir /etc/zypp
%dir /etc/zypp/products.d
/etc/zypp/products.d/%{name}.prod
%changelog
* Wed Aug 13 2008 lrupp@suse.de
- initial version for SLE SDK 11