%define name Flor %define version 1.1.3 %define release 1 Summary: Flor - An efficient Bloom filter implementation in Python Name: %{name} Version: %{version} Release: %{release} Source0: %{name}-%{version}.tar.gz License: BSD3 Group: Development/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot Prefix: %{_prefix} BuildArch: noarch Vendor: Andreas Dewes - DCSO GmbH Url: https://github.com/DCSO/flor BuildRequires: python3-devel, python3-pip, python3-setuptools %description A Bloom filter implementation in Python %package -n python3-flor Summary: Python 3 module of Flor - An efficient Bloom filter implementation in Python %description -n python3-flor A Bloom filter implementation in Python %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-flor %doc README.md %{python3_sitelib}/flor %{python3_sitelib}/flor*.dist-info %changelog * Wed Aug 26 2026 log2timeline development team 1.1.3-1 - Auto-generated