]> git.pld-linux.org Git - packages/sshfs-fuse.git/commitdiff
- new
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 11 Feb 2006 16:22:51 +0000 (16:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    sshfs-fuse.spec -> 1.1

sshfs-fuse.spec [new file with mode: 0644]

diff --git a/sshfs-fuse.spec b/sshfs-fuse.spec
new file mode 100644 (file)
index 0000000..742c29c
--- /dev/null
@@ -0,0 +1,41 @@
+Summary:       Filesystem based on the SSH File Transfer Protocol
+Summary(pl):   System plików oparty na protokole SSH File Transfer Protocol
+Name:          sshfs-fuse
+Version:       1.4
+Release:       1
+License:       GPL v2
+Group:         Applications/System
+Source0:       http://dl.sourceforge.net/fuse/%{name}-%{version}.tar.gz
+# Source0-md5: 3777dd6f232d33c9110abfa5ecd5518e
+URL:           http://fuse.sourceforge.net/
+BuildRequires: glib2-devel >= 2.0
+BuildRequires: libfuse-devel >= 0:2.5
+BuildRequires: pkgconfig
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Filesystem based on the SSH File Transfer Protocol.
+
+%description -l pl
+System plików oparty na protokole SSH File Transfer Protocol.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README
+%attr(755,root,root) %{_bindir}/sshfs
This page took 0.069409 seconds and 4 git commands to generate.