Name: python3-bpypolyskel Version: 1.1.1 Release: 2%{?dist} Summary: Fit a hipped roof to the walls of a building BuildArch: noarch License: GPLv3 URL: https://github.com/prochitecture/bpypolyskel Source0: bpypolyskel-%{version}.zip BuildRequires: python3-devel Requires: blender %description From the footprint of a building, its straight skeleton gets computed. From this skeleton all faces get extracted and the height for every vertex of the straight skeleton is calculated %prep %autosetup -n bpypolyskel-%{version} %build %install mkdir -p $RPM_BUILD_ROOT/%{python3_sitelib} cp -a bpypolyskel/ $RPM_BUILD_ROOT/%{python3_sitelib}/ %files %{python3_sitelib}/bpypolyskel %doc README.md %license LICENSE %changelog * Wed Mar 08 2023 Bruno Postle 1.1.1-2 - bump release for python 3.12 * Wed Mar 08 2023 Bruno Postle 1.1.1-1 - stable release