SPECS: sshfs-fuse.spec (NEW) - new
qboosh
qboosh at pld-linux.org
Sat Feb 11 17:22:57 CET 2006
Author: qboosh Date: Sat Feb 11 16:22:57 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
sshfs-fuse.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/sshfs-fuse.spec
diff -u /dev/null SPECS/sshfs-fuse.spec:1.1
--- /dev/null Sat Feb 11 17:22:57 2006
+++ SPECS/sshfs-fuse.spec Sat Feb 11 17:22:51 2006
@@ -0,0 +1,51 @@
+# $Revision$, $Date$
+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
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2006/02/11 16:22:51 qboosh
+- new
================================================================
More information about the pld-cvs-commit
mailing list