File curlftpfs.spec of Package curlftpfs
#
# spec file for package curlftpfs (Version 0.9.2)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: curlftpfs
Version: 0.9.2
Release: 1
Summary: Filesystem for mounting FTP hosts using FUSE and libcurl
License: GPL v2 or later
Url: http://curlftpfs.sourceforge.net/
Group: System/Filesystems
AutoReqProv: on
Source: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: curl-devel fuse-devel glib2-devel
Requires: fuse
%description
CurlFtpFS is a filesystem for mount yast2-ftp-server (FTP hosts) based
on fuse (FUSE) and libcurl. Important features are:
- openssl (SSL support),
- connecting through squid (tunneling HTTP proxies)
- automatic reconnect on server timeout.
Authors:
--------
Robson Braga Araujo <robsonbraga@gmail.com>
%prep
%setup -q
%build
autoreconf -fi
%configure
make
%install
%{makeinstall}
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr (-, root, root)
%{_bindir}/curlftpfs
%{_mandir}/*/%{name}.*
%changelog
* Wed May 28 2008 mszeredi@suse.de
- update to 0.9.2
* fixes 'du' for files >= 4GB (bnc#381658).
* open(O_RDWR) --> fail with ENOTSUP.
* Fix ftpfs_truncate creating empty files with no permissions set.
* Support streaming writes (bnc#281052).
* Added option to use a custom command to list files.
* Add ftp_method option to make it faster to browse directories.
* Disable EPSV by default because it can cause the program to hang.
* Fri Aug 10 2007 bk@suse.de
- Add "Requires: fuse" to ensure that fuse is present (285101#c29)
* Thu Apr 12 2007 mszeredi@suse.cz
- update to 0.9.1
* Ask for a password in the terminal so that it doesn't show in ps.
* Support different codepages.
* Cache files not found.
* Support for SOCKS proxy.
* Bug fixes.
* Tue Oct 03 2006 cthiel@suse.de
- update to 0.9
* enable utf8 support
* enable chmod and chown
* Mon May 29 2006 cthiel@suse.de
- removed bogus curlftpfs-0.8.patch
* Thu May 25 2006 cthiel@suse.de
- update to version 0.8
* Chunk downloading is now supported. You can now stream your music or
video, download more than one file, or browse the filesystem while you
download.
* Sat Apr 15 2006 cthiel@suse.de
- update to version 0.7
* Added big manpage with all options documented.
* Bug fix for exporting the ftp mounted directory with samba.
* Tue Apr 11 2006 cthiel@suse.de
- initial package (version 0.6)