Name: tree-sitter Version: 0.19.3.0.git.2997.f3910c64 Release: 1%{?dist} License: MIT Summary: Incremental parsing system for programming tools Url: https://tree-sitter.github.io Source0: tree-sitter-0.19.3.0.git.2997.f3910c64.tar.gz BuildRequires: gcc %description Tree-sitter is a parser generator tool and an incremental parsing library. It can build a concrete syntax tree for a source file and efficiently update the syntax tree as the source file is edited. %package devel Summary: Tree-sitter development package Requires: %{name}%{?_isa} = %{version}-%{release} %description devel Tree-sitter development package %global debug_package %{nil} %prep %setup -q -n tree-sitter-0.19.3.0.git.2997.f3910c64 %build %make_build PREFIX=%{_prefix} LIBDIR=%{_libdir} %install %make_install PREFIX=%{_prefix} LIBDIR=%{_libdir} %files %license LICENSE %doc README.md %{_libdir}/libtree-sitter.so.* %files devel %{_includedir}/tree_sitter %{_libdir}/libtree-sitter.a %{_libdir}/libtree-sitter.so %{_libdir}/pkgconfig/tree-sitter.pc %changelog * Tue Mar 16 2021 Aron Griffis - 0.19.3.0.git.2997.f3910c64-1 - Nightly build from git master