Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37407050
en ru br
ALT Linux repos
S:1.7.0-alt2
5.0: 1.3.3-alt2
4.1: 1.3.3-alt0.M41.1

Group :: Networking/Other
RPM: davfs2

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: davfs2
Version: 1.3.3
Release: alt2

Summary: Linux file system driver that allows you to mount a WebDAV server as a local file system.
License: GPL
Group: Networking/Other
Url: http://dav.sourceforge.net/

Packager: Sergey Kurakin <kurakin at altlinux.org>

Source: %name-%version.tar.gz
Patch0: %name-1.3.3-alt-gcc4.3.patch

BuildRequires: libneon-devel zlib-devel

%description
WebDAV is an extension to HTTP that allows remote collaborative authoring
of Web resources, defined in RFC 4918.

davfs2 is a Linux file system driver that allows you to mount a WebDAV server
as a local file system, like a disk drive. This way applications can access resources
on a Web server without knowing anything about HTTP or WebDAV.

davfs2 runs as a daemon in userspace. It uses the kernel file system fuse.
To connect to the WebDAV server it makes use of the neon library.
Neon supports TLS/SSL (using OpenSSL or GnuTLS) and access via proxy server.

%prep
%setup -n %name-%version
%patch0 -p1

%build
%configure
%make_build

%install
%make_install install DESTDIR=%buildroot
ln -sf %_sbindir/mount.davfs %buildroot/sbin/mount.davfs
ln -sf %_sbindir/umount.davfs %buildroot/sbin/umount.davfs
%find_lang %name

%pre
# Add davfs2 group
%_sbindir/groupadd -r -f davfs2 2>/dev/null || :

%files -f %name.lang
%doc ABOUT-NLS AUTHORS ChangeLog FAQ INSTALL INSTALL.davfs2 NEWS README README.translators TODO THANKS
%config %_sysconfdir/%name/*
/sbin/mount.davfs
/sbin/umount.davfs
%_sbindir/*
%_man5dir/*
%_man8dir/*
%_datadir/%name

%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