File sle-ha-manuals_en.spec of Package sle-ha-manuals_en
#
# spec file for package sle-ha-manuals_en
#
# Copyright (c) 2016 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/
#
%bcond_without PDF
Name: sle-ha-manuals_en
%define my_lang en
%define my_book SLE-HA-all
Version: 12.2
Release: 0
#BREQ
Provides: locale(desktop-data-openSUSE:en)
#OBS
Source: README
#SOURCES
# BuildRequires: daps > 1.99999
# BuildRequires: docbook5-xsl-stylesheets
# BuildRequires: fdupes
# BuildRequires: jing
# BuildRequires: suse-xsl-stylesheets > 1.99999
# BuildRequires: update-desktop-files
# #JSP_REQ
# Requires: dejavu-fonts
# Requires: google-opensans-fonts
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
Summary: SLEHA Guide (English)
License: GFDL-1.2 and CC-BY-NC-ND-3.0
Group: Documentation/SUSE
Url: https://www.suse.com/documentation/sle-ha-12/
Obsoletes: sle-ha-guide_en-pdf < %{version}
Provides: sle-ha-guide_en-pdf = %{version}
Obsoletes: sle-ha-nfs-quick_en-pdf < %{version}
Provides: sle-ha-nfs-quick_en-pdf = %{version}
%define _defaultdocdir %{_datadir}/doc/manual
%define _docdir %{_datadir}/doc/manual
%description
The SUSE Linux Enterprise High Availability Extension 12 Guide (English).
%prep
true
%build
true
%install
mkdir -p %{buildroot}%{_defaultdocdir}/%{name}
cp %{S:0} %{buildroot}%{_defaultdocdir}/%{name}
%files
%defattr(-, root, root)
%dir %{_defaultdocdir}
%dir %{_defaultdocdir}/%{name}
%doc %{_defaultdocdir}/%{name}/README
%changelog