forked from pool/tree-sitter-qmljs
98ed0277b7
* remove queries from rust binding * bump rust binding dependencies and reorder highlights queries accordingly * don't mark my Makefile as linguist-generated * include package-lock.json in version control * include tree_sitter/parser.h as local header OBS-URL: https://build.opensuse.org/package/show/editors/tree-sitter-qmljs?expand=0&rev=5
52 lines
1.3 KiB
RPMSpec
52 lines
1.3 KiB
RPMSpec
#
|
|
# spec file for package tree-sitter-qmljs
|
|
#
|
|
# 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 qmljs
|
|
Summary: QML grammar for tree-sitter
|
|
Name: tree-sitter-%{_name}
|
|
Version: 0.1.2.41.febf48a
|
|
Release: 0
|
|
License: MIT
|
|
Group: Development/Tools/Other
|
|
URL: https://github.com/yuja/tree-sitter-qmljs
|
|
Source0: %{name}-%{version}.tar.gz
|
|
BuildRequires: tree-sitter
|
|
BuildRequires: treesitter_grammar_src(tree-sitter-typescript)
|
|
%treesitter_grammars %{_name}
|
|
|
|
%description
|
|
%{summary}.
|
|
|
|
%prep
|
|
%autosetup -p1
|
|
|
|
%build
|
|
%treesitter_configure
|
|
%treesitter_build
|
|
|
|
%install
|
|
%treesitter_install
|
|
|
|
%check
|
|
|
|
%files
|
|
%{treesitter_files}
|
|
%license LICENSE
|
|
|
|
%changelog
|