texlab/texlab.spec
Soc Virnyl Estela 9ff4edb5f9 - Update to version 4.2.1:
* Bump version to v4.2.1
  * Downgrade anyhow due to yanked version
  * Bump chrono from 0.4.20-rc.1 to 0.4.20 (#717)
  * Bump serde_repr from 0.1.8 to 0.1.9 (#714)
  * Bump serde from 1.0.140 to 1.0.142 (#715)
  * Bump clap from 3.2.15 to 3.2.16 (#709)
  * Bump insta from 1.17.0 to 1.17.1 (#710)
  * Bump anyhow from 1.0.58 to 1.0.60 (#713)
  * Bump serde_json from 1.0.82 to 1.0.83 (#716)
  * Update chrono crate
  * Update changelog
  * Copy both ".chktexrc" and "chktexrc" to temp dir
  * Test for less targets in CI
  * Create file watcher on main thread
  * Run "cargo update"
  * Bump clap from 3.2.14 to 3.2.15 (#698)
  * Bump human_name from 1.3.2 to 1.3.4 (#703)
  * Bump insta from 1.16.0 to 1.17.0 (#706)
  * Use chktexrc directory if found when linting
  * Always use server-side file watching
  * Use current dir as fallback watch location
  * Only trigger dependabot for direct dependencies
  * Fix parsing options when some values are missing
  * Re-add auxiliary directory to watch list
  * Use notify for file watching if no client support
  * Fix working directory of ChkTeX
  * Update dependencies using "cargo update"
  * Bump regex from 1.5.6 to 1.6.0 (#668)
  * Bump criterion-plot from 0.4.4 to 0.4.5 (#681)

OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlab?expand=0&rev=10
2022-08-20 06:46:47 +00:00

59 lines
2.0 KiB
RPMSpec

#
# spec file for package texlab
#
# Copyright (c) 2022 SUSE LLC
#
# 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 https://bugs.opensuse.org/
#
Name: texlab
Version: 4.2.1
Release: 0
Summary: Implementation of the Language Server Protocol for LaTeX
License: ( 0BSD OR MIT OR Apache-2.0 ) AND ( Apache-2.0 OR BSL-1.0 ) AND ( Apache-2.0 OR MIT ) AND ( Apache-2.0 OR Apache-2.0 OR MIT ) AND ( CC0-1.0 OR Artistic-2.0 ) AND ( MIT OR Apache-2.0 OR Zlib ) AND ( MIT OR Zlib OR Apache-2.0 ) AND ( Unlicense OR MIT ) AND ( Zlib OR Apache-2.0 OR MIT ) AND Apache-2.0 AND BSD-3-Clause AND GPL-3.0 AND GPL-3.0+ AND ISC AND MIT AND MPL-2.0 AND MPL-2.0+ AND GPL-3.0
Group: Productivity/Publishing/TeX/Utilities
URL: https://github.com/latex-lsp/texlab
Source0: %{name}-%{version}.tar.xz
Source1: vendor.tar.xz
Source2: cargo_config
BuildRequires: cargo-packaging
BuildRequires: rust+cargo >= 1.59
ExclusiveArch: %{rust_arches}
%description
Cross-platform implementation of the Language Server Protocol providing rich cross-editing support for the LaTeX typesetting system.
The server may be used with any editor that implements the Language Server Protocol.
%prep
%autosetup -a1
mkdir .cargo
cp %{SOURCE2} .cargo/config
%build
%{cargo_build}
%install
%{cargo_install}
install -Dm644 texlab.1 -t %{buildroot}%{_mandir}/man1/
#%%check
#%%{cargo_test}
%files
%{_bindir}/texlab
%license LICENSE
%doc docs README.md CHANGELOG.md
%{_mandir}/man1/texlab.1%{?ext_man}
%changelog