Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37849661
en ru br
ALT Linux repos
5.0: 0.4.3-alt1
4.1: 0.4.3-alt1
4.0: 0.4.2-alt0.1

Group :: System/Kernel and hardware
RPM: fuse-funion

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define distname funionfs

Name: fuse-funion
Version: 0.4.3
Release: alt1

Summary: FunionFS - An union filesystem for FUSE

Group: System/Kernel and hardware
License: GPL
Url: http://funionfs.apiou.org/

Packager: Vitaly Lipatov <lav at altlinux.ru>

Source: http://funionfs.apiou.org/file/%distname-%version.tar.bz2

%{echo Requires: `rpmquery --queryformat "%NAME = %VERSION" fuse`}

# Automatically added by buildreq on Sat Dec 31 2005

BuildRequires: libfuse-devel

%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
%setup -q -n %distname-%version

%build
%configure
%make_build

%install
install -d %buildroot%_bindir

install %distname -m755 %buildroot%_bindir


%files
%doc AUTHORS ChangeLog NEWS README TODO
%_bindir/*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin