Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37751960
en ru br
Репозитории ALT
S:1.9.5-alt1
5.1: 1.5.2-alt7
4.1: 1.3.1-alt6
4.0: 1.3.1-alt6
3.0: 1.2.4-alt1
www.altlinux.org/Changes

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

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

%set_automake_version 1.10
%set_autoconf_version 2.60

Name: fuse-encfs
Summary: Encrypted pass-thru filesystem for Linux
Version: 1.5.2
Release: alt7
License: GPL
Group: System/Kernel and hardware
Packager: Denis Smirnov <mithraen at altlinux.ru>

Source: %name.tar
Url: http://pobox.com/~vgough/encfs

Patch1: encfs.link.patch
Patch2: encfs.static.char.patch

# Automatically added by buildreq on Sun Feb 03 2008

BuildRequires: boost-devel gcc-c++ gcc-fortran libattr-devel libfuse-devel libssl-devel librlog14-devel

BuildRequires: cvs

BuildRequires: libfuse-devel >= 2.1
BuildRequires: boost-devel boost-filesystem-devel

Requires: fuse
Requires: libssl >= 0.7.9g

Provides: encfs
Obsoletes: encfs

%description
EncFS implements an encrypted filesystem in userspace using FUSE.  FUSE
provides a Linux kernel module which allows virtual filesystems to be written
in userspace.  EncFS encrypts all data and filenames in the filesystem and
passes access through to the underlying filesystem.  Similar to CFS except that
it does not use NFS.

%prep
%setup -c %name-%version
%patch1 -p1
%patch2 -p2

%build
CFLAGS="$CFLAGS -D_FILE_OFFSET_BITS=64"
export CFLAGS
%autoreconf
%configure \
   --enable-debug=no \
   --with-boost-system=boost_system-mt \
   --with-boost-filesystem=boost_filesystem-mt \
   --with-boost-serialization=boost_serialization-mt
%make_build SED=%_bindir/sed

# Testing for correct build

encfs/test

%install
%makeinstall_std
%find_lang encfs

%files -f encfs.lang
%_bindir/*
%_man1dir/*
%_libdir/*.so.*
%exclude %_libdir/*.so

%changelog

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

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