diff --git a/.cvsignore b/.cvsignore
index e69de29..7bf17a7 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -0,0 +1 @@
+sshfs-fuse-1.2.tar.gz
diff --git a/fuse-sshfs.spec b/fuse-sshfs.spec
new file mode 100644
index 0000000..4e62fc2
--- /dev/null
+++ b/fuse-sshfs.spec
@@ -0,0 +1,52 @@
+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.
diff --git a/sources b/sources
index e69de29..6173d89 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+685dc6611e20242602105fe4960a6ab9  sshfs-fuse-1.2.tar.gz