source: projects/specs/trunk/s/sshfs-fuse/sshfs-fuse-vl.spec @ 8013

Revision 8013, 2.2 KB checked in by Takemikaduchi, 10 years ago (diff)

new upstream release

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