Name: python3-bcfplugin Version: 0.0 Release: 1%{?dist} Summary: Python library for the reading and writing of the BCF (BIM Collaboration Format) in Python License: LGPL URL: https://github.com/podestplatz/bcf Source0: bcf-master.zip BuildRequires: python3-devel Requires: python3-dateutil python3-xmlschema python3-pytz python3-pyperclip %global debug_package %{nil} %description A free software library for the reading and writing of the BCF (BIM Collaboration Format) in Python. It implements BCF-XML. %prep %autosetup -c %build %install mkdir -p %{buildroot}/%{python3_sitelib} cp -a bcf-master/bcfplugin %{buildroot}/%{python3_sitelib}/bcfplugin rm -rf %{buildroot}/%{python3_sitelib}/bcfplugin/tests %files %{python3_sitelib}/* %changelog * Sun Jul 26 2020 Bruno Postle -