source: projects/specs/branches/6/s/sshfs-fuse/sshfs-fuse-vl.spec @ 3311

Revision 3311, 2.0 KB checked in by daisuke, 13 years ago (diff)

sshfs-fuse: rebuild for Vine6

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