rpms/fuse-sshfs/devel fuse-sshfs.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Thorsten Leemhuis (thl) fedora-extras-commits at redhat.com
Wed Nov 23 19:36:38 UTC 2005


Author: thl

Update of /cvs/extras/rpms/fuse-sshfs/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3751/devel

Modified Files:
	.cvsignore sources 
Added Files:
	fuse-sshfs.spec 
Log Message:
auto-import fuse-sshfs-1.2-2 on branch devel from fuse-sshfs-1.2-2.src.rpm


--- NEW FILE fuse-sshfs.spec ---
Name:           fuse-sshfs
Version:        1.2
Release:        2
Summary:        FUSE-Filesystem to access remote filesystems via SSH

Group:          System Environment/Base
License:        GPL
URL:            http://fuse.sourceforge.net/sshfs.html
Source0:        http://dl.sourceforge.net/sourceforge/fuse/sshfs-fuse-1.2.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

Requires:       fuse >= 2.2
BuildRequires:  fuse-devel >= 2.2
BuildRequires:  glib2-devel >= 2.0

%description
This is a FUSE-filesystem client based on the SSH File Transfer Protocol.
Since most SSH servers already support this protocol it is very easy to set
up: i.e. on the server side there's nothing to do.  On the client side 
mounting the filesystem is as easy as logging into the server with ssh.


%prep
%setup -q -n sshfs-fuse-%{version}


%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING NEWS README
%{_bindir}/sshfs


%changelog
* Fri Nov 04 2005 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 1.2-2
- Update deps

* Fri Oct 28 2005 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 1.2-1
- Initial RPM release.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/fuse-sshfs/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	23 Nov 2005 19:35:55 -0000	1.1
+++ .cvsignore	23 Nov 2005 19:36:36 -0000	1.2
@@ -0,0 +1 @@
+sshfs-fuse-1.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/fuse-sshfs/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	23 Nov 2005 19:35:55 -0000	1.1
+++ sources	23 Nov 2005 19:36:36 -0000	1.2
@@ -0,0 +1 @@
+685dc6611e20242602105fe4960a6ab9  sshfs-fuse-1.2.tar.gz




More information about the fedora-extras-commits mailing list