Name: moulinex Version: 1.0 Release: 1%{?dist} Summary: Simple high-speed file shredder License: MIT URL: https://github.com/lolo859/moulinex Source0: https://github.com/lolo859/moulinex/archive/refs/tags/v1.0.tar.gz BuildRequires: gcc-c++, tree liburing-devel xsimd-devel Requires: liburing %description Shredder that overwrites files with multiple entropy passes using SIMD and multithreading. %prep %setup -q -n moulinex-1.0 %build ls -R tree g++ ./moulinex.cpp -o moulinex -luring %{optflags} %install mkdir -p %{buildroot}/usr/bin install -m 0755 moulinex %{buildroot}/usr/bin/moulinex %files /usr/bin/moulinex %changelog * Sat Aug 30 2025 lolo859 - 1.0-1 - Initial package