%define debug_package %nil Name: mount-zip Version: 1.16 Release: 1%{?dist} Summary: FUSE file system for ZIP archives License: GPL-3.0 URL: https://github.com/google/mount-zip Source0: https://github.com/google/mount-zip/archive/refs/tags/v1.16.tar.gz Patch0: 0001-Add-missing-include-directive.patch BuildRequires: make,g++,libzip-devel,boost-devel,fuse3-devel %description mount-zip mounts one or several ZIP archives as a read-only FUSE file system. It starts quickly, uses little memory, decodes encrypted files, and provides on-the-go decompression and caching for maximum efficiency. mount-zip automatically creates the target mount point if needed. If no mount point is specified, mount-zip creates a mount point in the current working directory. %prep %autosetup -p1 %build %make_build %install rm -rf $RPM_BUILD_ROOT %make_install %files %license LICENSE %doc README.md DEVELOPMENT.md CONTRIBUTING.md AGENTS.md /usr/local/bin/mount-zip /usr/local/share/man/man1/mount-zip.1 %changelog * Mon Sep 07 2026 Hoang -