https://bugzilla.redhat.com/show_bug.cgi?id=2325294
--- Comment #3 from solomoncyj@gmail.com --- ignore last comment, use this insted. template from https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/ Note: rmember, this is non-binding. a sponsor will still review your package for any mistakes we make
%global srcname pyfzf
Name: python-%{srcname} Version: 0.3.1 Release: %autorelease Summary: Python wrapper for junegunn's fuzzyfinder (fzf)
License: MIT URL: https://pypi.python.org/pypi/%%7Bsrcname%7D Source: %pypi_source
BuildArch: noarch
BuildRequires: python3-devel
%description A python wrapper for junegunn's awesome fzf.
%package -n python3-%{srcname} Summary: %{summary}
%description -n python3-%{srcname} %{description}
%prep %autosetup -n %{srcname}-%{version}
%generate_buildrequires %pyproject_buildrequires
%build %pyproject_wheel
%install %pyproject_install %pyproject_save_files -l %{srcname}
%files -n python3-%{srcname} -f %{pyproject_files} %doc README.* %license LICENSE
%changelog %autochangelog