%define name pytsk3 %define version 20260519 %define release 1 Summary: Python bindings for the sleuthkit Name: %{name} Version: %{version} Release: %{release} Source0: %{name}-%{version}.tar.gz License: Apache 2.0 Group: Development/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot Prefix: %{_prefix} Vendor: Michael Cohen and Joachim Metz Packager: Joachim Metz Url: https://github.com/py4n6/pytsk/ BuildRequires: gcc, gcc-c++, libstdc++-devel, python3-devel, python3-pip, python3-setuptools %description Python bindings for the sleuthkit (http://www.sleuthkit.org/) %package -n python3-%{name} Summary: Python 3 module of Python bindings for the sleuthkit %description -n python3-%{name} Python bindings for the sleuthkit (http://www.sleuthkit.org/) %prep %autosetup -n %{name}-%{version} %build %pyproject_wheel %install %pyproject_install rm -rf %{buildroot}/usr/share/doc/%{name}/ %clean rm -rf %{buildroot} %files -n python3-%{name} %license LICENSE %doc README %{_libdir}/python3*/site-packages/pytsk3*.so %{_libdir}/python3*/site-packages/pytsk3*.dist-info %exclude %{_libdir}/python3*/site-packages/_build.py %exclude %{_libdir}/python3*/site-packages/__pycache__ %changelog * Tue May 26 2026 log2timeline development team 20260519-1 - Auto-generated