Name: cpplint Version: 1.6.1 Release: 1%{?dist} Summary: Static code checker for C++ License: BSD-3-Clause URL: https://github.com/%{name}/%{name} Source: %{pypi_source} Patch0: 0001-Ignore-version-requirement-for-pytest-runner.patch BuildArch: noarch BuildRequires: python3-devel %{?python_enable_dependency_generator} %description Cpplint is a command-line tool to check C/C++ files for style issues following Google's C++ style guide. %py_provides python3-%{name} %prep %autosetup -p1 %generate_buildrequires %pyproject_buildrequires -t %build %pyproject_wheel %install %pyproject_install %pyproject_save_files cpplint %check %tox %files -f %{pyproject_files} %{_bindir}/%{name} %changelog * Tue Sep 19 2023 Christoph Erhardt - Initial package for version 1.6.1.