Name: dtfabric Version: 20240211 Release: 1 Group: Development/Libraries License: Apache License, Version 2.0 Summary: Data type fabric (dtfabric) Url: https://github.com/libyal/dtfabric Vendor: Joachim Metz Source0: %{name}-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel, pyproject-rpm-macros, python3-pip, python3-setuptools, python3-wheel, python3-build, python3-wheel %{?python_disable_dependency_generator} %description dtFabric, or data type fabric, is a project to manage data types and structures, as used in the libyal projects. %package -n python3-%{name} Requires: python3-pyyaml >= 3.10 Summary: Python 3 module of Data type fabric (dtfabric) %description -n python3-%{name} dtFabric, or data type fabric, is a project to manage data types and structures, as used in the libyal projects. %package -n %{name}-tools Requires: python3-dtfabric >= %{version} Summary: Tools for Data type fabric (dtfabric) %description -n %{name}-tools dtFabric, or data type fabric, is a project to manage data types and structures, as used in the libyal projects. %generate_buildrequires %pyproject_buildrequires -R %prep %autosetup -p1 -n %{name}-%{version} %build %pyproject_wheel %install %pyproject_install %files -n python3-%{name} %license LICENSE %doc README %{python3_sitelib}/dtfabric %{python3_sitelib}/dtfabric*.dist-info %files -n %{name}-tools %{_bindir}/* %exclude %{_bindir}/* %changelog * Sat Aug 31 2024 log2timeline development team 20240211-1 - Auto-generated