Name: fuse-archive Version: 1.12 Release: 1%{?dist} Summary: FUSE file system for archives and compressed files License: apache-2.0 URL: https://github.com/google/fuse-archive Source0: fuse-archive-%{version}.tar.gz BuildRequires: boost-devel BuildRequires: fuse-devel >= 2 BuildRequires: libarchive-devel >= 3.7 BuildRequires: %build_cxx Requires: pkgconfig(fuse) Requires: pkgconfig(libarchive) Requires: boost %description fuse-archive is a program that serves an archive or compressed file (e.g. foo.tar, foo.tar.gz, foo.xz or foo.zip) as a read-only FUSE file system. It is similar to mount-zip and fuse-zip but speaks a larger range of archive or compressed file formats. It is similar to archivemount but can be much faster (see the Performance section below) although it can only mount read-only, not read-write. %prep %autosetup %build export FUSE_MAJOR_VERSION=2 %make_build %install export FUSE_MAJOR_VERSION=2 %make_install find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %files %license LICENSE %{_bindir}/fuse-archive %{_mandir}/man1/fuse-archive.1.gz %changelog * Sat Mar 29 2025 Terry Patterson - Initial spec file