File gnome-getting-started-docs.spec of Package gnome-getting-started-docs
#
# spec file for package gnome-getting-started-docs
#
# 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/
#
Name: gnome-getting-started-docs
Version: 3.20.0
Release: 0
Summary: Getting started with GNOME - Documentation
License: CC-BY-SA-3.0
Group: Documentation
Url: http://live.gnome.org/DocumentationProject
Source: http://download.gnome.org/sources/gnome-getting-started-docs/3.20/%{name}-%{version}.tar.xz
BuildRequires: yelp-tools
Recommends: %{name}-lang
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description
This package contains the Getting Started guide which is packaged and
shipped as gnome-getting-started-docs in the core GNOME distribution.
%lang_package
%prep
%setup -q
%build
%configure
make %{?_smp_mflags}
%install
%make_install
%find_lang gnome-help %{?no_lang_C}
%files
%defattr(-,root,root)
%doc README COPYING
%doc %{_datadir}/help/C/gnome-help/
%files lang -f gnome-help.lang
%changelog