17
0
Files
cppreference-doc/cppreference-doc.spec
Thomas Schraitle a017d7e8b1 Accepting request 592066 from home:badshah400:Staging
An offline mirror of the C/C++ reference: en.cppreference.com, in plain html, devhelp (useful for looking up keywords from inside vim if vim-plugin-devhelp is installed, for example) and qhelp (for rendering on Qt's qhelpcenter) formats

OBS-URL: https://build.opensuse.org/request/show/592066
OBS-URL: https://build.opensuse.org/package/show/Documentation/cppreference-doc?expand=0&rev=1
2018-04-27 07:59:16 +00:00

89 lines
3.0 KiB
RPMSpec

#
# spec file for package cppreference-doc
#
# 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: cppreference-doc
Version: 20180311
Release: 0
Summary: Cppreference documentation for offline reading
License: CC-BY-SA-3.0
Group: Documentation/HTML
Url: http://en.cppreference.com/w/
Source: http://upload.cppreference.com/mwiki/images/c/cb/cppreference-doc-20180311.tar.xz
BuildRequires: python3-lxml
BuildRequires: libqt5-qttools
BuildRequires: devhelp
BuildRequires: fdupes
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Cppreference is a complete online reference for the C and C++ languages and standard libraries, i.e. a more convenient version of the C and C++ standards. This package provides an offline mirror of the reference.
%package devhelp
Summary: Cppreference documentation for offline reading - devhelp version
License: CC-BY-SA-3.0
Group: Documentation/Other
Requires: %{name} = %{version}
%description devhelp
Cppreference is a complete online reference for the C and C++ languages and standard libraries, i.e. a more convenient version of the C and C++ standards. This package provides an offline mirror of the reference in the devhelp format.
This package provides the documentation in the devhelp format.
%package qhelp
Summary: Cppreference documentation for offline reading - qhelp version
License: CC-BY-SA-3.0
Group: Documentation/Other
Requires: %{name} = %{version}
%description qhelp
Cppreference is a complete online reference for the C and C++ languages and standard libraries, i.e. a more convenient version of the C and C++ standards. This package provides an offline mirror of the reference in the devhelp format.
This package provides the documentation in the qhelp format.
%prep
%setup -q
%build
make %{?_smp_mflags} qhelpgenerator=qhelpgenerator-qt5
%install
%make_install
rm %{buildroot}%{_datadir}/devhelp/books/cppreference-doxygen*.xml
%fdupes %{buildroot}%{_datadir}/cppreference/
%files
%doc README.md
%dir %{_datadir}/cppreference
%dir %{_datadir}/cppreference/doc
%{_datadir}/cppreference/doc/html/
%files devhelp
%{_datadir}/devhelp/books/cppreference-doc-en-c/
%{_datadir}/devhelp/books/cppreference-doc-en-cpp/
%files qhelp
%dir %{_datadir}/cppreference/doc/qch
%{_datadir}/cppreference/doc/qch/
%changelog