File fuse-funionfs.spec of Package fuse-funionfs
#
# spec file for package fuse-funionfs
#
# Copyright (c) 2025 SUSE LLC
#
# 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 https://bugs.opensuse.org/
#
Name: fuse-funionfs
Version: 0.4.3
Release: 0
Summary: Union Filesystem for FUSE
License: GPL-2.0-only
Group: System/Filesystems
URL: http://funionfs.apiou.org/?lng=en
# http://funionfs.apiou.org/file/funionfs-%{version}.tar.gz
Source: http://funionfs.apiou.org/file/funionfs-%{version}.tar.bz2
Patch1: funionfs-fix_missing_return_in_nonvoid_function.patch
Patch2: funionfs-fix-double-definition.diff
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: fuse-devel
BuildRequires: gcc
BuildRequires: glibc-devel
BuildRequires: libtool
BuildRequires: make
Requires: fuse >= 2.5.0
%description
Funionfs is a filesystem which concatenate two or more directories. These
directories are hierarchised by Funionfs. Typically, you could use a mounted
filesystem wich is in read-only where you only read files and an upper
filesystem (empty at the start of the system) where you write modifications.
Funionfs is very useful for embedded linux (the system must resist powerfail)
and for live-cd Linux.
%prep
%autosetup -p0 -n "funionfs-%{version}"
%build
%configure
%make_build
%install
%make_install
%files
%license COPYING
%doc AUTHORS BUGS ChangeLog NEWS README TODO
%{_bindir}/funionfs
%{_mandir}/man1/funionfs.1%{?ext_man}
%changelog