Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37877802
en ru br
ALT Linux repositórios
S:1.9.5-alt1
5.0: 1.5.2-alt3
4.1: 1.3.1-alt6
4.0: 1.3.1-alt6
3.0: 1.2.4-alt1

Group :: Sistema/Kernel e hardware
RPM: fuse-encfs

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Name: fuse-encfs
Summary: Encrypted pass-thru filesystem for Linux
Version: 1.3.1
Release: alt6
License: GPL
Group: System/Kernel and hardware
Source: %name.tar
Url: http://pobox.com/~vgough/encfs

Patch: encfs.fusermount.patch
Patch1: encfs.link.patch

# ??? needed for autoreconf

BuildRequires: cvs

# Automatically added by buildreq on Wed Sep 28 2005

BuildRequires: gcc-c++ libattr-devel libfuse-devel libssl-devel libstdc++-devel pkgconfig rlog

BuildRequires: libfuse-devel >= 2.1
BuildRequires: rlog >= 1.3.6

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
#patch -p0
%patch1 -p0

%build
CFLAGS="$CFLAGS -D_FILE_OFFSET_BITS=64"
%__autoreconf
%configure --enable-debug=no
%make_build SED=/usr/bin/sed

# Testing for correct build

encfs/test

%install
%make_install DESTDIR=%buildroot install-strip

%files
%_bindir/*
%_man1dir/*
%_libdir/*.so.*
/usr/share/locale/*/*/*.mo

%changelog

Todas as alterações você pod ver aqui

 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009