|
@@ -1,6 +1,6 @@
|
|
Name: curlftpfs
|
|
Name: curlftpfs
|
|
Version: 0.9.2
|
|
Version: 0.9.2
|
|
-Release: 1%{?_dist_release}
|
|
+Release: 2%{?_dist_release}
|
|
Summary: CurlFtpFS is a filesystem for accessing FTP hosts based on FUSE and libcurl
|
|
Summary: CurlFtpFS is a filesystem for accessing FTP hosts based on FUSE and libcurl
|
|
URL: http://curlftpfs.sourceforge.net/
|
|
URL: http://curlftpfs.sourceforge.net/
|
|
# Code does not specify a version of the license.
|
|
# Code does not specify a version of the license.
|
|
@@ -12,6 +12,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRequires: curl-devel >= 7.15.2 fuse-devel glib2-devel
|
|
BuildRequires: curl-devel >= 7.15.2 fuse-devel glib2-devel
|
|
BuildRequires: openssl-devel openldap-devel
|
|
BuildRequires: openssl-devel openldap-devel
|
|
|
|
|
|
|
|
+Vendor: Project Vine
|
|
|
|
+Distribution: Vine Linux
|
|
|
|
+
|
|
%description
|
|
%description
|
|
CurlFtpFS is a filesystem for accessing FTP hosts based on FUSE and
|
|
CurlFtpFS is a filesystem for accessing FTP hosts based on FUSE and
|
|
libcurl. It features SSL support, connecting through tunneling HTTP
|
|
libcurl. It features SSL support, connecting through tunneling HTTP
|
|
@@ -40,6 +43,10 @@ proxies, and automatically reconnecting if the server times out.
|
|
%doc COPYING
|
|
%doc COPYING
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Mon Apr 4 2011 IWAI, Masaharu <iwai@alib.jp> 0.9.2-2vl6
|
|
|
|
+- build with openssl 1.0.0d
|
|
|
|
+- add Vendor and Distribution tags
|
|
|
|
+
|
|
* Fri Jan 20 2010 Munehiro Yamamoto <munepi@vinelinux.org> 0.9.2-1
|
|
* Fri Jan 20 2010 Munehiro Yamamoto <munepi@vinelinux.org> 0.9.2-1
|
|
- built based on Fedora development package
|
|
- built based on Fedora development package
|
|
- added BuildRequires: openssl-devel openldap-devel
|
|
- added BuildRequires: openssl-devel openldap-devel
|