50 lines
1.2 KiB
RPMSpec
50 lines
1.2 KiB
RPMSpec
|
Name: curlftpfs
|
||
|
Version: 0.9.2
|
||
|
Release: 1mamba
|
||
|
Summary: A FTP filesystem based on cURL and FUSE
|
||
|
Group: Applications/Networking
|
||
|
Vendor: openmamba
|
||
|
Distribution: openmamba
|
||
|
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
||
|
URL: http://curlftpfs.sourceforge.net/
|
||
|
Source: http://downloads.sourceforge.net/project/curlftpfs/curlftpfs/%{version}/curlftpfs-%{version}.tar.gz
|
||
|
Patch: curlftpfs-0.9.2-file_upload.patch
|
||
|
License: GPL
|
||
|
## AUTOBUILDREQ-BEGIN
|
||
|
BuildRequires: glibc-devel
|
||
|
BuildRequires: libcurl-devel
|
||
|
BuildRequires: libfuse-devel
|
||
|
BuildRequires: libglib-devel
|
||
|
## AUTOBUILDREQ-END
|
||
|
Requires: fuse
|
||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||
|
|
||
|
%description
|
||
|
CurlFtpFS is a filesystem for accessing FTP hosts based on FUSE and libcurl.
|
||
|
|
||
|
%prep
|
||
|
%setup -q
|
||
|
%patch
|
||
|
|
||
|
%build
|
||
|
%configure
|
||
|
%make
|
||
|
|
||
|
%install
|
||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||
|
%makeinstall
|
||
|
|
||
|
%clean
|
||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||
|
|
||
|
%files
|
||
|
%defattr(-,root,root)
|
||
|
%{_bindir}/curlftpfs
|
||
|
%{_mandir}/man1/curlftpfs.1.gz
|
||
|
%doc COPYING ChangeLog README
|
||
|
|
||
|
%changelog
|
||
|
* Mon Nov 29 2010 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 0.9.2-1mamba
|
||
|
- package created by autospec
|
||
|
- fixed bug 580609
|