https://bugzilla.redhat.com/show_bug.cgi?id=2325294
solomoncyj@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |solomoncyj@gmail.com
--- Comment #2 from solomoncyj@gmail.com --- ok plucking the low lying fruits. sources can be downloaded from pypi, so you should get something like this. note the %files section is a bit... incorrect
%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
%files -n python3-%{srcname} -f %{pyproject_files} %doc README.* %license LICENSE %{python3_sitelib}/pyfzf %{python3_sitelib}/pyfzf-%{version}-py%{python3_version}.egg-info
%changelog %autochangelog