17
0
Files
tree-sitter-rust/tree-sitter-rust.spec
Richard Rahl 21c88d380b - update to 0.24.0:
* nothing of relevance
- update to 0.23.3:
  * Update tags.scm
  * parse turbofish patterns
  * add `FUNDING.yml
  * parse default const parameters
  * parse use bounds (precise capture syntax)
  * implement range-to patterns
  * fix shebang parsing
  * fix where clauses in type aliases and allow empty where clauses
  * add parsing support for use ::* syntax
  * parse impl types (abstract types) where the lifetime comes first
  * add tuple_type to possible dynamic types
  * parse async closures
  * add expr_2021 and pat_param to fragment_specifier

OBS-URL: https://build.opensuse.org/package/show/editors:tree-sitter/tree-sitter-rust?expand=0&rev=2
2025-04-03 00:11:53 +00:00

59 lines
1.5 KiB
RPMSpec

#
# spec file for package tree-sitter-rust
#
# Copyright (c) 2024 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/
#
%define _name rust
Name: tree-sitter-rust
Version: 0.24.0
Release: 0
Summary: Rust grammar for tree-sitter
License: MIT
URL: https://github.com/tree-sitter/tree-sitter-rust
Source0: %{url}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: tree-sitter
%treesitter_grammars %{_name}
%description
%{summary}.
%prep
%autosetup
%build
%treesitter_configure
%treesitter_build
%install
%treesitter_install
%treesitter_devel_install
#neovim stuff
install -d %{buildroot}%{_libdir}/tree_sitter
ln -s %{_libdir}/lib%{name}.so %{buildroot}%{_libdir}/tree_sitter/%{_name}.so
%files
%license LICENSE
%treesitter_files
%{_libdir}/tree_sitter/%{_name}.so
%if 0%{?suse_version} < 1600
%dir %{_libdir}/tree_sitter
%endif
%treesitter_devel_package
%changelog