Sync from SUSE:SLFO:Main qt6-languageserver revision 805d31ea38996b1f461abf5856b9a1bf
This commit is contained in:
@@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 22 17:18:36 UTC 2025 - Antonio Larrosa <alarrosa@suse.com>
|
||||||
|
|
||||||
|
- Fix license.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 2 13:02:05 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 6.8.1:
|
||||||
|
* https://www.qt.io/blog/qt-6.8.1-released
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 8 09:29:44 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 6.8.0:
|
||||||
|
* https://www.qt.io/blog/qt-6.8-released
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 28 08:22:59 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 6.7.3
|
||||||
|
* https://www.qt.io/blog/qt-6.7.3-released
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 19 07:25:45 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
Wed Jun 19 07:25:45 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package qt6-languageserver
|
# spec file for package qt6-languageserver
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -16,17 +16,17 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define real_version 6.7.2
|
%define real_version 6.8.1
|
||||||
%define short_version 6.7
|
%define short_version 6.8
|
||||||
%define short_name qtlanguageserver
|
%define short_name qtlanguageserver
|
||||||
%define tar_name qtlanguageserver-everywhere-src
|
%define tar_name qtlanguageserver-everywhere-src
|
||||||
%define tar_suffix %{nil}
|
%define tar_suffix %{nil}
|
||||||
#
|
#
|
||||||
Name: qt6-languageserver
|
Name: qt6-languageserver
|
||||||
Version: 6.7.2
|
Version: 6.8.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Implementation of the Language Server Protocol
|
Summary: Implementation of the Language Server Protocol
|
||||||
License: LGPL-3.0-only OR GPL-2.0-or-later
|
License: GPL-2.0-only OR LGPL-3.0-only OR GPL-3.0-only
|
||||||
URL: https://www.qt.io
|
URL: https://www.qt.io
|
||||||
Source0: https://download.qt.io/official_releases/qt/%{short_version}/%{real_version}%{tar_suffix}/submodules/%{tar_name}-%{real_version}%{tar_suffix}.tar.xz
|
Source0: https://download.qt.io/official_releases/qt/%{short_version}/%{real_version}%{tar_suffix}/submodules/%{tar_name}-%{real_version}%{tar_suffix}.tar.xz
|
||||||
BuildRequires: qt6-core-private-devel
|
BuildRequires: qt6-core-private-devel
|
||||||
@@ -38,77 +38,61 @@ BuildRequires: cmake(Qt6Network) = %{real_version}
|
|||||||
Qt Language Server implements the Language Server Protocol specification and
|
Qt Language Server implements the Language Server Protocol specification and
|
||||||
the JsonRpc 2.0 protocol.
|
the JsonRpc 2.0 protocol.
|
||||||
|
|
||||||
### Private only library ###
|
### Static libraries ###
|
||||||
|
|
||||||
%package -n libQt6LanguageServer6
|
%package -n qt6-languageserver-devel-static
|
||||||
Summary: LSP implementation for Qt6
|
Summary: LSP implementation for Qt6
|
||||||
|
Provides: qt6-languageserver-private-devel = %{version}
|
||||||
|
Obsoletes: qt6-languageserver-private-devel < %{version}
|
||||||
|
Requires: cmake(Qt6JsonRpcPrivate) = %{real_version}
|
||||||
|
Obsoletes: libQt6LanguageServer6 < 6.8.1
|
||||||
|
|
||||||
%description -n libQt6LanguageServer6
|
%description -n qt6-languageserver-devel-static
|
||||||
The Qt 6 LanguageServer library implements the Language Server Protocol (LSP)
|
The Qt 6 LanguageServer library implements the Language Server Protocol (LSP)
|
||||||
specification.
|
specification.
|
||||||
|
|
||||||
%package private-devel
|
|
||||||
Summary: Qt 6 LanguageServer library - Development files
|
|
||||||
Requires: libQt6LanguageServer6 = %{version}
|
|
||||||
Requires: qt6-jsonrpc-private-devel = %{version}
|
|
||||||
%requires_eq qt6-core-private-devel
|
|
||||||
|
|
||||||
%description private-devel
|
|
||||||
Development files for the Qt 6 LanguageServer private library.
|
|
||||||
This library does not have any ABI or API guarantees.
|
This library does not have any ABI or API guarantees.
|
||||||
|
|
||||||
%package -n libQt6JsonRpc6
|
%package -n qt6-jsonrpc-devel-static
|
||||||
Summary: JsonRpc 2.0 protocol implementation
|
Summary: JsonRpc 2.0 protocol implementation
|
||||||
|
Provides: qt6-jsonrpc-private-devel = %{version}
|
||||||
|
Obsoletes: qt6-jsonrpc-private-devel < %{version}
|
||||||
|
Obsoletes: libQt6JsonRpc6 < 6.8.1
|
||||||
|
|
||||||
%description -n libQt6JsonRpc6
|
%description -n qt6-jsonrpc-devel-static
|
||||||
JsonRpc 2.0 protocol implementation for Qt6.
|
JsonRpc 2.0 protocol implementation for Qt6.
|
||||||
|
|
||||||
%package -n qt6-jsonrpc-private-devel
|
|
||||||
Summary: Qt 6 JsonRpc library - Development files
|
|
||||||
Requires: libQt6JsonRpc6 = %{version}
|
|
||||||
Requires: cmake(Qt6Core) = %{real_version}
|
|
||||||
|
|
||||||
%description -n qt6-jsonrpc-private-devel
|
|
||||||
Development files for the Qt 6 JsonRpc library.
|
|
||||||
This library does not have any ABI or API guarantees.
|
This library does not have any ABI or API guarantees.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n %{tar_name}-%{real_version}%{tar_suffix}
|
%autosetup -p1 -n %{tar_name}-%{real_version}%{tar_suffix}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_qt6
|
%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
|
||||||
|
|
||||||
|
%cmake_qt6 \
|
||||||
|
-DQT_GENERATE_SBOM:BOOL=FALSE
|
||||||
|
|
||||||
%{qt6_build}
|
%{qt6_build}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%{qt6_install}
|
%{qt6_install}
|
||||||
|
|
||||||
%ldconfig_scriptlets -n libQt6JsonRpc6
|
%files -n qt6-languageserver-devel-static
|
||||||
%ldconfig_scriptlets -n libQt6LanguageServer6
|
|
||||||
|
|
||||||
%files -n libQt6LanguageServer6
|
|
||||||
%{_qt6_libdir}/libQt6LanguageServer.so.*
|
|
||||||
|
|
||||||
%files private-devel
|
|
||||||
%{_qt6_cmakedir}/Qt6BuildInternals/StandaloneTests/QtLanguageServerTestsConfig.cmake
|
%{_qt6_cmakedir}/Qt6BuildInternals/StandaloneTests/QtLanguageServerTestsConfig.cmake
|
||||||
%{_qt6_cmakedir}/Qt6LanguageServerPrivate/
|
%{_qt6_cmakedir}/Qt6LanguageServerPrivate/
|
||||||
%{_qt6_descriptionsdir}/LanguageServerPrivate.json
|
%{_qt6_descriptionsdir}/LanguageServerPrivate.json
|
||||||
%{_qt6_includedir}/QtLanguageServer/
|
%{_qt6_includedir}/QtLanguageServer/
|
||||||
|
%{_qt6_libdir}/libQt6LanguageServer.a
|
||||||
%{_qt6_libdir}/libQt6LanguageServer.prl
|
%{_qt6_libdir}/libQt6LanguageServer.prl
|
||||||
%{_qt6_libdir}/libQt6LanguageServer.so
|
|
||||||
%{_qt6_metatypesdir}/qt6languageserverprivate_*_metatypes.json
|
%{_qt6_metatypesdir}/qt6languageserverprivate_*_metatypes.json
|
||||||
%{_qt6_mkspecsdir}/modules/qt_lib_languageserver_private.pri
|
%{_qt6_mkspecsdir}/modules/qt_lib_languageserver_private.pri
|
||||||
|
|
||||||
%files -n libQt6JsonRpc6
|
%files -n qt6-jsonrpc-devel-static
|
||||||
%license LICENSES/*
|
%license LICENSES/*
|
||||||
%{_qt6_libdir}/libQt6JsonRpc.so.*
|
|
||||||
|
|
||||||
%files -n qt6-jsonrpc-private-devel
|
|
||||||
%{_qt6_cmakedir}/Qt6JsonRpcPrivate/
|
%{_qt6_cmakedir}/Qt6JsonRpcPrivate/
|
||||||
%{_qt6_descriptionsdir}/JsonRpcPrivate.json
|
%{_qt6_descriptionsdir}/JsonRpcPrivate.json
|
||||||
%{_qt6_includedir}/QtJsonRpc/
|
%{_qt6_includedir}/QtJsonRpc/
|
||||||
|
%{_qt6_libdir}/libQt6JsonRpc.a
|
||||||
%{_qt6_libdir}/libQt6JsonRpc.prl
|
%{_qt6_libdir}/libQt6JsonRpc.prl
|
||||||
%{_qt6_libdir}/libQt6JsonRpc.so
|
|
||||||
%{_qt6_metatypesdir}/qt6jsonrpcprivate_*_metatypes.json
|
%{_qt6_metatypesdir}/qt6jsonrpcprivate_*_metatypes.json
|
||||||
%{_qt6_mkspecsdir}/modules/qt_lib_jsonrpc_private.pri
|
%{_qt6_mkspecsdir}/modules/qt_lib_jsonrpc_private.pri
|
||||||
|
|
||||||
|
BIN
qtlanguageserver-everywhere-src-6.7.2.tar.xz
(Stored with Git LFS)
BIN
qtlanguageserver-everywhere-src-6.7.2.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
qtlanguageserver-everywhere-src-6.8.1.tar.xz
(Stored with Git LFS)
Normal file
BIN
qtlanguageserver-everywhere-src-6.8.1.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
Reference in New Issue
Block a user