%global pypi_name libclang Name: python-%{pypi_name} Version: 14.0.6 Release: 1%{?dist} Summary: Clang's python bindings. License: Apache 2.0 URL: https://github.com/sighingnow/libclang Source0: https://github.com/sighingnow/libclang/archive/v%{version}/libclang-llvm-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-setuptools %description %{summary} %package -n python3-%{pypi_name} Summary: %{summary} %{?python_provide:%python_provide python3-%{pypi_name}} %description -n python3-%{pypi_name} %{summary} %prep %autosetup -p1 -n %{pypi_name}-llvm-%{version} %build %py3_build %install %py3_install %files -n python3-%{pypi_name} %license LICENSE.TXT %doc README.md %{python3_sitelib}/* %changelog * Fri Nov 18 2022 Balint Cristian - github upstream releases