Summary:CurlFtpFS is a filesystem for acessing ftp hosts based on FUSE and libcurl. Name: curlftpfs Version: 0.9.1 Release: 0pe4 License: GPL Group: Application/System Source0: %{name}-%{version}.tar.gz Url: http://nchc.dl.sourceforge.net/sourceforge/curlftpfs/curlftpfs-0.9.tar.gz Buildroot: /var/tmp/%{name}-%{version} Vendor: Private edition Distribution: Vine Packager: yoshinobu syouzi ExclusiveArch: i386 i486 i586 i686 Requires: fuse,curl,glib2 BuildRequires: fuse-devel,curl-devel,glib2-devel BuildRequires: openssl-devel,openldap-devel %description CurlFtpFS is a filesystem for acessing ftp hosts based on FUSE and libcurl. It automatically reconnects if the server times out. As the FTP protocol is not very feature rich, this filesystem does not fulfill every constraint of a real filesystem, but it should be usable for simple tasks like copying and editing files. %prep %setup ./configure --prefix=%{_prefix} --mandir=%{_mandir} %build make %install make DESTDIR=$RPM_BUILD_ROOT install %files %defattr(-, root, root) /usr/bin/curlftpfs /usr/share/man/man1/* %doc AUTHORS COPYING ChangeLog INSTALL NEWS README %clean rm -fr $RPM_BUILD_ROOT %post %postun %changelog * Thu May 21 2009 yoshinobu syouzi - BuildRequire was revised for openssl and openldap. * Sat Mar 15 2008 yoshinobu syouzi - update to 0.9.1. * Sat Feb 24 2007 yoshinobu syouzi - First packaged for private use.