%define name acstore %define version 20240316 %define release 1 Name: %{name} Version: %{version} Release: %{release} Group: Development/Libraries License: Apache License, Version 2.0 Summary: Attribute Container Storage (ACStore). Url: https://github.com/log2timeline/acstore Vendor: Log2Timeline maintainers Source0: %{name}-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel, python3-pip, python3-setuptools, python3-wheel %description ACStore, or Attribute Container Storage, provides a stand-alone implementation to read and write attribute container storage files. %package -n python3-%{name} Summary: Python 3 module of Attribute Container Storage (ACStore). %description -n python3-%{name} ACStore, or Attribute Container Storage, provides a stand-alone implementation to read and write attribute container storage files. %prep %autosetup -p1 -n %{name}-%{version} %build %pyproject_wheel %install %pyproject_install %files -n python3-%{name} %license LICENSE %doc README %{python3_sitelib}/acstore %{python3_sitelib}/acstore*.dist-info %changelog * Sun Mar 17 2024 log2timeline development team 20240316-1 - Auto-generated