Name: python-nampa Version: 0.1.1 Release: %autorelease Summary: Pure-python implementation of IDA Pro's FLIRT technology License: LGPL-3.0-or-later URL: https://github.com/kenoph/nampa Source: %{pypi_source nampa} Patch0: nampa-0.1.1-drop-future.patch BuildArch: noarch BuildRequires: python3-devel %global _description %{expand: Pure-python implementation of IDA Pro's FLIRT technology.} %description %_description %package -n python3-nampa Summary: %{summary} %description -n python3-nampa %_description %prep %autosetup -p1 -n nampa-%{version} %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install %pyproject_save_files nampa rm -f %{buildroot}%{_bindir}/dumpsig.py %check %pyproject_check_import %files -n python3-nampa -f %{pyproject_files} %changelog %autochangelog