Blob Blame History Raw
Name: curlftpfs
Version: 0.9
Release: 3%{?dist}
Summary: CurlFtpFS is a filesystem for accessing FTP hosts based on FUSE and libcurl
URL: http://curlftpfs.sourceforge.net/
License: GPL
Group: System Environment/Base
Source: http://downloads.sourceforge.net/curlftpfs/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: curl-devel >= 7.15.2 fuse-devel glib2-devel

%description
CurlFtpFS is a filesystem for accessing FTP hosts based on FUSE and
libcurl. It features SSL support, connecting through tunneling HTTP
proxies, and automatically reconnecting if the server times out.

%prep
%setup -q

%build
%configure
make %{?_smp_mflags}

%install
%{__rm} -rf --preserve-root $RPM_BUILD_ROOT

make DESTDIR=$RPM_BUILD_ROOT install

%clean
%{__rm} -rf --preserve-root $RPM_BUILD_ROOT

%files
%defattr (-,root,root)
%{_bindir}/curlftpfs
%{_mandir}/*/curlftpfs.*
%doc README
%doc COPYING

%changelog
* Tue Dec 12 2006 David Anderson <fedora-packaging@dw-perspective.org.uk> 0.9-1
- Initial package