%define _enable_debug_packages %{nil} %define debug_package %{nil} Summary: FUSE based filesystem for mounting compressed archives Name: archivemount Version: 0.9.1 Release: 2 Group: System/Base License: LGPLv2+ URL: http://www.cybernoia.de/software/archivemount.html Source0: http://www.cybernoia.de/software/archivemount/%{name}-%{version}.tar.gz BuildRequires: pkgconfig(fuse) BuildRequires: pkgconfig(libarchive) Requires: fuse2 %description Archivemount is a piece of glue code between libarchive and FUSE. It can be used to mount a (possibly compressed) archive (as in .tar.gz or .tar.bz2) and use it like an ordinary filesystem. %prep %autosetup -p1 %build %configure %make_build %install %make_install %files %doc CHANGELOG COPYING README %{_bindir}/archivemount %{_mandir}/*/*