sshfs-fuse-vl.spec 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. Summary: FUSE-Filesystem to access remote filesystems via SSH
  2. Summary(ja): SSH 経由でリモートのファイルシステムにアクセスする FUSE ファイルシステム
  3. Name: sshfs-fuse
  4. Version: 2.5
  5. Release: 1%{?_dist_release}
  6. Group: System Environment/Base
  7. License: GPL
  8. URL: http://fuse.sourceforge.net/sshfs.html
  9. Source0: http://dl.sourceforge.net/sourceforge/fuse/%{name}-%{version}.tar.gz
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  11. Requires: fuse >= 2.6
  12. BuildRequires: fuse-devel >= 2.6
  13. BuildRequires: glib2-devel
  14. BuildRequires: openssh-clients
  15. Vendor: Project Vine
  16. Distribution: Vine Linux
  17. Packager: daisuke
  18. %description
  19. This is a FUSE-filesystem client based on the SSH File Transfer Protocol.
  20. Since most SSH servers already support this protocol it is very easy to set
  21. up: i.e. on the server side there's nothing to do. On the client side
  22. mounting the filesystem is as easy as logging into the server with ssh.
  23. %description -l ja
  24. sshfs-fuse は SSH ファイル転送プロトコル(sftp)に基づく FUSE
  25. ファイルシステムです。ほとんどの SSH サーバは SFTP をサポートして
  26. いるため、サーバ側で特別なセットアップすることなく利用可能です。
  27. クライアント側から SSH ログインするのと同様にファイルシステムを
  28. マウントすることができます。
  29. %prep
  30. %setup -q
  31. %build
  32. %configure
  33. %__make %{?_smp_mflags}
  34. %install
  35. rm -rf $RPM_BUILD_ROOT
  36. %makeinstall
  37. %clean
  38. rm -rf $RPM_BUILD_ROOT
  39. %files
  40. %defattr(-,root,root,-)
  41. %doc AUTHORS ChangeLog COPYING NEWS README
  42. %{_bindir}/sshfs
  43. %{_mandir}/man1/*
  44. %changelog
  45. * Sun Feb 08 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.5-1
  46. - new upstream release
  47. * Sun Dec 01 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.4-1
  48. - new upstream release
  49. - add BuildRequires: openssh-clients
  50. * Tue Apr 05 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2-2
  51. - rebuild for Vine 6
  52. * Mon Jun 15 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2-1
  53. - new upstream release
  54. * Sat Oct 11 2008 Shu KONNO <owa@bg.wakwak.com> 1.7-1vl5
  55. - applied new versioning policy, spec in utf-8
  56. * Sat Jun 09 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.7-0vl1
  57. - initial build for Vine Linux