File sle-module-development-tools-release.spec of Package sle-module-development-tools-release.8467

#
# spec file for package sle
#
# Copyright (c) 2018 SUSE LINUX 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:           sle-module-development-tools-release
Summary:        Development Tools Module 
License:        MIT
Group:          System/Fhs
Version:        15
Release:        113.1

# bsc#1069705, bsc#1097116
Obsoletes:      product:sle-sdk
Obsoletes:      sle-sdk-release      < 15
Obsoletes:      sle-sdk-release-DVD  < 15
Obsoletes:      sle-sdk-release-MINI < 15
Obsoletes:      sle-sdk-release-POOL < 15

# bsc#1071904,  bsc#1097116
# not all of these exist, but in case they come to life during the CODE12
# lifetime...
Obsoletes:      sle-module-toolchain-release      < 15
Obsoletes:      sle-module-toolchain-release-DVD  < 15
Obsoletes:      sle-module-toolchain-release-MINI < 15
Obsoletes:      sle-module-toolchain-release-POOL < 15
Obsoletes:      sle-module-toolchain-release-cd   < 15
# this may become tricky if we decide to readd such a module again.
Obsoletes:      product:sle-module-toolchain

Provides:       %name-%version
Provides:       product() = sle-module-development-tools
Provides:       product(sle-module-development-tools) = 15-0
%ifarch x86_64
Provides:       product-register-target() = sle%2D15%2Dx86_64
%endif
%ifarch s390x
Provides:       product-register-target() = sle%2D15%2Ds390x
%endif
%ifarch ppc64le
Provides:       product-register-target() = sle%2D15%2Dppc64le
%endif
%ifarch aarch64
Provides:       product-register-target() = sle%2D15%2Daarch64
%endif
Provides:       product-label() = Development%2DTools%2DModule
Provides:       product-cpeid() = cpe%3A%2Fo%3Asuse%3Asle%2Dmodule%2Ddevelopment%2Dtools%3A15
Provides:       product-url(bugtracker) = https%3A%2F%2Fbugzilla.suse.com%2F
%ifarch x86_64
Provides:       product-updates-repoid() = obsrepository%3A%2F%2Fbuild.suse.de%2FSUSE%3AUpdates%3ASLE%2DModule%2DDevelopment%2DTools%3A15%3Ax86_64%2Fupdate
%endif
%ifarch s390x
Provides:       product-updates-repoid() = obsrepository%3A%2F%2Fbuild.suse.de%2FSUSE%3AUpdates%3ASLE%2DModule%2DDevelopment%2DTools%3A15%3As390x%2Fupdate
%endif
%ifarch ppc64le
Provides:       product-updates-repoid() = obsrepository%3A%2F%2Fbuild.suse.de%2FSUSE%3AUpdates%3ASLE%2DModule%2DDevelopment%2DTools%3A15%3Appc64le%2Fupdate
%endif
%ifarch aarch64
Provides:       product-updates-repoid() = obsrepository%3A%2F%2Fbuild.suse.de%2FSUSE%3AUpdates%3ASLE%2DModule%2DDevelopment%2DTools%3A15%3Aaarch64%2Fupdate
%endif
%ifarch x86_64
Provides:       product-updates-repoid() = obsrepository%3A%2F%2Fbuild.suse.de%2FSUSE%3AUpdates%3ASLE%2DModule%2DDevelopment%2DTools%3A15%3Ax86_64%2Fupdate_debug
%endif
%ifarch s390x
Provides:       product-updates-repoid() = obsrepository%3A%2F%2Fbuild.suse.de%2FSUSE%3AUpdates%3ASLE%2DModule%2DDevelopment%2DTools%3A15%3As390x%2Fupdate_debug
%endif
%ifarch ppc64le
Provides:       product-updates-repoid() = obsrepository%3A%2F%2Fbuild.suse.de%2FSUSE%3AUpdates%3ASLE%2DModule%2DDevelopment%2DTools%3A15%3Appc64le%2Fupdate_debug
%endif
%ifarch aarch64
Provides:       product-updates-repoid() = obsrepository%3A%2F%2Fbuild.suse.de%2FSUSE%3AUpdates%3ASLE%2DModule%2DDevelopment%2DTools%3A15%3Aaarch64%2Fupdate_debug
%endif
Obsoletes:       product:sle-sdk
Provides:       product-endoflife()


Requires:       product(SUSE_SLE) >= 15
Requires:       product(sle-module-desktop-applications) >= 15


%description
<p>
      The Development Tools Module helps you developing applications for
      SUSE Linux Enterprise 15.
  </p>
  <p>
      Access to the Development Tools Module is included in your SUSE Linux Enterprise
      product subscription. The module has a different lifecycle than SUSE Linux
      Enterprise itself.
  </p>



%prep

%build

%install

mkdir -p $RPM_BUILD_ROOT/etc/products.d
cat >$RPM_BUILD_ROOT/etc/products.d/sle-module-development-tools.prod << EOF
<?xml version="1.0" encoding="UTF-8"?>
<product schemeversion="0">
  <vendor>SUSE</vendor>
  <name>sle-module-development-tools</name>
  <version>15</version>
  <baseversion>15</baseversion>
  <patchlevel>0</patchlevel>
  <predecessor>sle-sdk</predecessor>
  <release>0</release>
  <endoflife></endoflife>
  <arch>%{_target_cpu}</arch>
  <cpeid>cpe:/o:suse:sle-module-development-tools:15</cpeid>
  <productline>sle-module-development-tools</productline>
  <register>
%ifarch x86_64
      <target>sle-15-x86_64</target>
%endif
%ifarch s390x
      <target>sle-15-s390x</target>
%endif
%ifarch ppc64le
      <target>sle-15-ppc64le</target>
%endif
%ifarch aarch64
      <target>sle-15-aarch64</target>
%endif
    <flavor>module</flavor>
  </register>
  <repositories>
%ifarch x86_64
      <repository type="update" repoid="obsrepository://build.suse.de/SUSE:Updates:SLE-Module-Development-Tools:15:x86_64/update" />
%endif
%ifarch s390x
      <repository type="update" repoid="obsrepository://build.suse.de/SUSE:Updates:SLE-Module-Development-Tools:15:s390x/update" />
%endif
%ifarch ppc64le
      <repository type="update" repoid="obsrepository://build.suse.de/SUSE:Updates:SLE-Module-Development-Tools:15:ppc64le/update" />
%endif
%ifarch aarch64
      <repository type="update" repoid="obsrepository://build.suse.de/SUSE:Updates:SLE-Module-Development-Tools:15:aarch64/update" />
%endif
%ifarch x86_64
      <repository type="update" repoid="obsrepository://build.suse.de/SUSE:Updates:SLE-Module-Development-Tools:15:x86_64/update_debug" />
%endif
%ifarch s390x
      <repository type="update" repoid="obsrepository://build.suse.de/SUSE:Updates:SLE-Module-Development-Tools:15:s390x/update_debug" />
%endif
%ifarch ppc64le
      <repository type="update" repoid="obsrepository://build.suse.de/SUSE:Updates:SLE-Module-Development-Tools:15:ppc64le/update_debug" />
%endif
%ifarch aarch64
      <repository type="update" repoid="obsrepository://build.suse.de/SUSE:Updates:SLE-Module-Development-Tools:15:aarch64/update_debug" />
%endif
%ifarch x86_64
      <repository type="pool" repoid="obsrepository://build.suse.de/SUSE:Products:SLE-Module-Development-Tools:15:x86_64/images" />
%endif
%ifarch s390x
      <repository type="pool" repoid="obsrepository://build.suse.de/SUSE:Products:SLE-Module-Development-Tools:15:s390x/images" />
%endif
%ifarch ppc64le
      <repository type="pool" repoid="obsrepository://build.suse.de/SUSE:Products:SLE-Module-Development-Tools:15:ppc64le/images" />
%endif
%ifarch aarch64
      <repository type="pool" repoid="obsrepository://build.suse.de/SUSE:Products:SLE-Module-Development-Tools:15:aarch64/images" />
%endif
%ifarch x86_64
      <repository type="pool" repoid="obsrepository://build.suse.de/SUSE:Products:SLE-Module-Development-Tools:15:x86_64/images" />
%endif
%ifarch s390x
      <repository type="pool" repoid="obsrepository://build.suse.de/SUSE:Products:SLE-Module-Development-Tools:15:s390x/images" />
%endif
%ifarch ppc64le
      <repository type="pool" repoid="obsrepository://build.suse.de/SUSE:Products:SLE-Module-Development-Tools:15:ppc64le/images" />
%endif
%ifarch aarch64
      <repository type="pool" repoid="obsrepository://build.suse.de/SUSE:Products:SLE-Module-Development-Tools:15:aarch64/images" />
%endif
%ifarch x86_64
      <repository type="pool" repoid="obsrepository://build.suse.de/SUSE:Products:SLE-Module-Development-Tools:15:x86_64/images" />
%endif
%ifarch s390x
      <repository type="pool" repoid="obsrepository://build.suse.de/SUSE:Products:SLE-Module-Development-Tools:15:s390x/images" />
%endif
%ifarch ppc64le
      <repository type="pool" repoid="obsrepository://build.suse.de/SUSE:Products:SLE-Module-Development-Tools:15:ppc64le/images" />
%endif
%ifarch aarch64
      <repository type="pool" repoid="obsrepository://build.suse.de/SUSE:Products:SLE-Module-Development-Tools:15:aarch64/images" />
%endif
  </repositories>
  <upgrades/>
  <summary>Development Tools Module</summary>
  <shortsummary>Development-Tools-Module</shortsummary>
  <description>&lt;p&gt;
      The Development Tools Module helps you developing applications for
      SUSE Linux Enterprise 15.
  &lt;/p&gt;
  &lt;p&gt;
      Access to the Development Tools Module is included in your SUSE Linux Enterprise
      product subscription. The module has a different lifecycle than SUSE Linux
      Enterprise itself.
  &lt;/p&gt;</description>
  <urls>
    <url name="bugtracker">https://bugzilla.suse.com/</url>
  </urls>
  <buildconfig>
    <producttheme>SLES</producttheme>
  </buildconfig>
  <installconfig>
    <defaultlang>en_US</defaultlang>
    <releasepackage name="%{name}" flag="EQ" version="%{version}" release="%{release}"/>
    <distribution>SUSE_SLE</distribution>
  </installconfig>
  <runtimeconfig/>
  <productdependency relationship="requires" name="SUSE_SLE" baseversion="15" patchlevel="0" flag="GE"/>
  <productdependency relationship="requires" name="sle-module-desktop-applications" baseversion="15" patchlevel="0" flag="GE"/>
</product>

EOF



%files
%defattr(644,root,root,755)
%dir /etc/products.d
/etc/products.d/*

%changelog
openSUSE Build Service is sponsored by