curlftpfs-vl.spec 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. Name: curlftpfs
  2. Version: 0.9.2
  3. Release: 2%{?_dist_release}
  4. Summary: CurlFtpFS is a filesystem for accessing FTP hosts based on FUSE and libcurl
  5. URL: http://curlftpfs.sourceforge.net/
  6. # Code does not specify a version of the license.
  7. License: GPL+
  8. Group: System Environment/Base
  9. Requires: fuse
  10. Source: http://downloads.sourceforge.net/curlftpfs/%{name}-%{version}.tar.gz
  11. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  12. BuildRequires: curl-devel >= 7.15.2 fuse-devel glib2-devel
  13. BuildRequires: openssl-devel openldap-devel
  14. Vendor: Project Vine
  15. Distribution: Vine Linux
  16. %description
  17. CurlFtpFS is a filesystem for accessing FTP hosts based on FUSE and
  18. libcurl. It features SSL support, connecting through tunneling HTTP
  19. proxies, and automatically reconnecting if the server times out.
  20. %prep
  21. %setup -q
  22. %build
  23. %configure
  24. %__make %{?_smp_mflags}
  25. %install
  26. %{__rm} -rf $RPM_BUILD_ROOT
  27. %__make DESTDIR=$RPM_BUILD_ROOT install
  28. %clean
  29. %{__rm} -rf --preserve-root $RPM_BUILD_ROOT
  30. %files
  31. %defattr (-,root,root)
  32. %{_bindir}/curlftpfs
  33. %{_mandir}/*/curlftpfs.*
  34. %doc README
  35. %doc COPYING
  36. %changelog
  37. * Mon Apr 4 2011 IWAI, Masaharu <iwai@alib.jp> 0.9.2-2vl6
  38. - build with openssl 1.0.0d
  39. - add Vendor and Distribution tags
  40. * Fri Jan 20 2010 Munehiro Yamamoto <munepi@vinelinux.org> 0.9.2-1
  41. - built based on Fedora development package
  42. - added BuildRequires: openssl-devel openldap-devel
  43. * Tue Jan 12 2010 Pavel Alexeev <Pahan@Hubbitus.info> - 0.9.2-7
  44. - New version 0.9.2
  45. * Thu Sep 17 2009 Peter Lemenkov <lemenkov@gmail.com> - 0.9.1-6
  46. - Rebuild with new fuse
  47. * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.1-5
  48. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  49. * Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.1-4
  50. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  51. * Wed May 21 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.9.1-3
  52. - fix license tag
  53. * Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.9.1-2
  54. - Autorebuild for GCC 4.3
  55. * Thu Apr 05 2007 David Anderson <fedora-packaging@dw-perspective.org.uk> 0.9.1-1
  56. - 0.9.1
  57. * Wed Mar 28 2007 David Anderson <fedora-packaging@dw-perspective.org.uk> 0.9-5
  58. - Explicit dependency on fuse (bz#234349)
  59. * Mon Jan 08 2007 David Anderson <fedora-packaging@dw-perspective.org.uk> 0.9-3
  60. - Bump release number
  61. * Tue Dec 12 2006 David Anderson <fedora-packaging@dw-perspective.org.uk> 0.9-1
  62. - Initial package