Browse Source

curlftpfs-0.9.2-2

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@3297 ec354946-7b23-47d6-9f5a-488ba84defc7
iwaim 13 years ago
parent
commit
cc0e1312be
1 changed files with 8 additions and 1 deletions
  1. 8 1
      c/curlftpfs/curlftpfs-vl.spec

+ 8 - 1
c/curlftpfs/curlftpfs-vl.spec

@@ -1,6 +1,6 @@
 Name: curlftpfs
 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
 URL: http://curlftpfs.sourceforge.net/
 # 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: openssl-devel openldap-devel
 
+Vendor: Project Vine
+Distribution: Vine Linux
+
 %description
 CurlFtpFS is a filesystem for accessing FTP hosts based on FUSE and
 libcurl. It features SSL support, connecting through tunneling HTTP
@@ -40,6 +43,10 @@ proxies, and automatically reconnecting if the server times out.
 %doc COPYING
 
 %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
 - built based on Fedora development package
 - added BuildRequires: openssl-devel openldap-devel