sshfs-fuse-vl.spec 2.0 KB

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