%define name dfwinreg %define version 20240316 %define release 1 Name: %{name} Version: %{version} Release: %{release} Group: Development/Libraries License: Apache License, Version 2.0 Summary: Digital Forensics Windows Registry (dfWinReg). Url: https://github.com/log2timeline/dfwinreg Vendor: Log2Timeline maintainers Source0: %{name}-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel, python3-pip, python3-setuptools, python3-wheel %description dfWinReg, or Digital Forensics Windows Registry, provides read-only access to Windows Registry objects. The goal of dfWinReg is to provide a generic interface for accessing Windows Registry objects that resembles the Registry key hierarchy as seen on a live Windows system. %package -n python3-%{name} Summary: Python 3 module of Digital Forensics Windows Registry (dfWinReg). %description -n python3-%{name} dfWinReg, or Digital Forensics Windows Registry, provides read-only access to Windows Registry objects. The goal of dfWinReg is to provide a generic interface for accessing Windows Registry objects that resembles the Registry key hierarchy as seen on a live Windows system. %prep %autosetup -p1 -n %{name}-%{version} %build %pyproject_wheel %install %pyproject_install %files -n python3-%{name} %license LICENSE %doc README %{python3_sitelib}/dfwinreg %{python3_sitelib}/dfwinreg*.dist-info %changelog * Sun Mar 17 2024 log2timeline development team 20240316-1 - Auto-generated