File sle_quickstarts.spec of Package sle_quickstarts.14027

# spec file for package sle_quickstarts
#
# 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/
#

%define _docdir %{_datadir}/doc/manual
%define qs_dir quickstarts

Name:           sle_quickstarts
Version:        15
Release:        0
Url:            https://www.suse.com/documentation/
Source0:        sle_quickstarts.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildArch:      noarch
Summary:        SLE Documentation: Quick Start Guides
License:        GFDL-1.2
Group:          Documentation/SUSE

%description
The SUSE Linux Enterprise Quick Start guides (English) provide
installation instructions and additional information for the
SUSE Linux Enterprise product family.

%prep
%setup -q -c

%build

%install
mkdir -p %{buildroot}%{_docdir}/%{qs_dir}
install -m0644 -D %{qs_dir}/*.pdf %{buildroot}%{_docdir}/%{qs_dir}/

%files
%defattr(-, root, root)

%dir %{_docdir}
%{_docdir}/%{qs_dir}

%changelog
openSUSE Build Service is sponsored by