forked from pool/cppreference-doc
Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 792f77f0b0 | |||
| 495a0a7493 | |||
| cac177a249 | |||
| bb37ef89d4 | |||
| b0cea91003 | |||
| 226365d87e |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:840e08db99650fc58ea9fd0838e5141f2da4fa9f86968367b1549b06f54f5f26
|
||||
size 12437676
|
||||
3
cppreference-doc-20250209.tar.xz
Normal file
3
cppreference-doc-20250209.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e97d64f7ea29cd5c356b3e567f9cb0344ec98e88b2a8f559f6df7f5273514de4
|
||||
size 13218776
|
||||
@@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun May 25 15:53:47 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
- Use Qt6 qhelpgenerator to build qch files.
|
||||
- Drop support for Leap 15.6 and older: builds fail anyway due to
|
||||
at least python 3.8 being required.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 23 06:02:09 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
- Update to version 20250209:
|
||||
* Update content from the website.
|
||||
- Add Recommends: devhelp for %{name}-devhelp package.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 16 14:11:02 UTC 2024 - Markus Ebner <info@ebner-markus.de>
|
||||
|
||||
- Update to version 20241110
|
||||
* Update content from the website.
|
||||
* Various build improvements.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 18 17:03:50 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package cppreference-doc
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: cppreference-doc
|
||||
Version: 20240610
|
||||
Version: 20250209
|
||||
Release: 0
|
||||
Summary: Cppreference documentation for offline reading
|
||||
License: CC-BY-SA-3.0
|
||||
@@ -28,15 +28,11 @@ Source0: https://github.com/PeterFeicht/%{name}/releases/download/v%{vers
|
||||
Patch0: cppreference-doc-premailer-3.9-compat.patch
|
||||
BuildRequires: devhelp
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: libqt5-qttools
|
||||
%if 0%{?suse_version} < 1550
|
||||
BuildRequires: python3-cssutils
|
||||
%else
|
||||
# At least version 2.0.0 of cssutils is required for building on oS 1550
|
||||
BuildRequires: python3-cssutils >= 2.0.0
|
||||
%endif
|
||||
BuildRequires: python3-lxml
|
||||
BuildRequires: python3-premailer
|
||||
BuildRequires: qt6-macros
|
||||
BuildRequires: qt6-tools-helpgenerators
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
@@ -47,6 +43,7 @@ Cppreference is a complete online reference for the C and C++ languages and stan
|
||||
Summary: Cppreference documentation for offline reading - devhelp version
|
||||
Group: Documentation/Other
|
||||
Requires: %{name} = %{version}
|
||||
Recommends: devhelp
|
||||
|
||||
%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.
|
||||
@@ -67,7 +64,7 @@ This package provides the documentation in the qhelp format.
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
make %{?_smp_mflags} qhelpgenerator=qhelpgenerator-qt5
|
||||
make %{?_smp_mflags} qhelpgenerator=%{_qt6_libexecdir}/qhelpgenerator
|
||||
|
||||
%install
|
||||
%make_install
|
||||
|
||||
Reference in New Issue
Block a user