Name: python3-ezdxf Version: 0.16 Release: 2%{?dist} Summary: A Python interface to DXF License: MIT URL: https://ezdxf.mozman.at/ Source0: https://github.com/mozman/ezdxf/archive/refs/tags/v%{version}.tar.gz BuildRequires: python3-devel python3-wheel gcc-c++ python3-Cython python3-setuptools Requires: python3-pyparsing python3-matplotlib python3-matplotlib-qt5 %description A Python package to create and modify DXF drawings, independent of the DXF version %prep %autosetup -n ezdxf-%{version} %build %{__python3} setup.py build %install rm -rf $RPM_BUILD_ROOT %{__python3} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT %files %{python3_sitearch}/* %{_bindir}/ezdxf %doc README.md %license LICENSE %changelog * Tue Aug 03 2021 Bruno Postle 0.16-2 - f35 requires python3-setuptools * Fri Apr 09 2021 Bruno Postle 0.16-1 - initial package