Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37418255
en ru br
Репозитории ALT
S:0.4-alt1.1.qa1
5.1: 0.4-alt1
www.altlinux.org/Changes

Группа :: Система/Ядро и оборудование
Пакет: fuse-chunkfs

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

%define origname chunkfs

Name: fuse-%origname
Version: 0.4
Release: alt1.1.qa1
License: GPL2
Group: System/Kernel and hardware
Url: http://chunkfs.florz.de/
Summary: FUSE-Filesystem to mount a file or block device as a chunks directory
Summary(ru_RU.UTF-8): п·я│п╫п╬п╡п╟п╫п╫п╟я▐ п╫п╟ FUSE п╓п║ п╢п╩я▐ п╪п╬п╫я┌п╦я─п╬п╡п╟п╫п╦я▐ я└п╟п╧п╩п╟ п╦п╩п╦ п╠п╩п╬я┤п╫п╬пЁп╬ я┐я│я┌я─п╬п╧я│я┌п╡п╟ п╡ п╡п╦п╢п╣ "п╨я┐я│п╬я┤п╨п╬п╡"

Source: %origname-%version.tar

BuildRequires: libfuse-devel
BuildRequires: perl-podlators

%description
ChunkFS is a FUSE  based filesystem that allows you to mount an arbitrary file
or block device as a directory tree of files that each represent a chunk of
user-specified size of the mounted file.
ChunkFS was written for making space-efficient incremental backups of encrypted
filesystem images using rsync. Using the --link-dest option of rsync, you can
create incremental backups from the ChunkFS-mounted image where any chunk that
hasn't changed since the last backup will be a hard link to the corresponding
chunk from the previous backup.

%prep
%setup -q -n %origname-%version
subst 's|LDFLAGS|LDLIBS|' Makefile

%build
make
gunzip chunkfs.1.gz

%install
mkdir -p %buildroot{%_bindir,%_man1dir}
install {,un}chunkfs %buildroot%_bindir
install chunkfs.1 %buildroot%_man1dir
mkdir examples && cp -a writeoverlay.sh examples

%files
%doc examples
%_bindir/*
%_man1dir/*

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin