File sap-installation-wizard.spec of Package sap-installation-wizard
#
# spec file for package sap-installation-wizard
#
# Copyright (c) 2015 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
Name: sap-installation-wizard
Summary: Installation wizard for SAP applications
Version: 3.1.27
Release: 0
License: GPL-2.0+
Group: System/YaST
PreReq: /bin/mkdir %insserv_prereq %fillup_prereq yast2
BuildRequires: yast2
Requires: cifs-mount
AutoReqProv: on
Source: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
Obsoletes: sap-media-changer <= 2.17
Provides: sap-media-changer = %{version}
%description
A YaST module providing an installation wizard for SAP applications
Authors:
--------
varkoly@suse.com
hguo@suse.com
%prep
%setup -n %{name}-%{version}
%build
%post
%{fillup_only -n sap-installation-wizard}
#insserv boot.sles4sap
%preun
%postun
%clean
rm -rf %{buildroot}
%install
make DESTDIR=%{buildroot} install
%files
%defattr(-,root,root)
%doc COPYING
%config /etc/sap-installation-wizard.xml
%config /etc/YaST2/firstboot-sap.xml
%{_datadir}/YaST2/
%{_datadir}/applications/YaST2/
/var/adm/fillup-templates/sysconfig.sap-installation-wizard
%changelog