File squashfuse.spec of Package squashfuse
#
# spec file for package squashfuse
#
# Copyright (c) 2014 Yarny
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
Name: squashfuse
Version: 0.1.100
Release: 0
License: BSD-2-Clause
Summary: FUSE module to mount squashfs images
Url: https://github.com/vasi/squashfuse
Group: System/Filesystems
Source: https://github.com/vasi/squashfuse/releases/download/%{version}/squashfuse-%{version}.tar.gz
Requires: fuse
BuildRequires: gcc
BuildRequires: make
BuildRequires: sed
BuildRequires: pkg-config
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: fuse-devel
BuildRequires: libtool
BuildRequires: libattr-devel
BuildRequires: zlib-devel
BuildRequires: xz-devel
BuildRequires: lzo-devel
BuildRequires: liblzma5
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Squashfuse is a FUSE filesystem that allows a
squashfs archive to be mounted in user-space.
It is designed to be fast and memory-efficient,
and supports most of the features of the squashfs format.
%prep
%setup -q
%build
autoreconf -fi
%configure
make %{?_smp_mflags}
%install
make DESTDIR="$RPM_BUILD_ROOT" install
%files
%defattr(-,root,root)
%doc %{_mandir}/*/*
%{_bindir}/*
%changelog