SPECS: usmb.spec (NEW) - new

charles charles at pld-linux.org
Tue May 27 02:10:37 CEST 2008


Author: charles                      Date: Tue May 27 00:10:37 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   usmb.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/usmb.spec
diff -u /dev/null SPECS/usmb.spec:1.1
--- /dev/null	Tue May 27 02:10:37 2008
+++ SPECS/usmb.spec	Tue May 27 02:10:32 2008
@@ -0,0 +1,57 @@
+# $Revision$, $Date$
+Summary:	Unprivileged mounting of SMB/CIFS shares via FUSE
+Name:		usmb
+Version:	20080421
+Release:	0.1
+License:	GPL v3
+Group:		X11/Applications
+Source0:	http://www.atmi41.dsl.pipex.com/downloads/%{name}-%{version}.tar.gz
+# Source0-md5:	0c89bee107e20f91f79fc823ae382ef2
+Patch0:		%{name}-Makefile.patch
+URL:		http://www.atmi41.dsl.pipex.com/code.html
+BuildRequires:	glib2-devel >= 1:2.6
+BuildRequires:	libfuse-devel >= 2.6
+BuildRequires:	libsmbclient-devel >= 1:3.0
+BuildRequires:	libxml2-devel
+BuildRequires:	pkgconfig
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+usmb lets you mount SMB/CIFS shares via FUSE, in the vein of the Map
+Network Drive functionality in Windows. It differs from the other FUSE
+SMB filesystems (fusesmb, SMB for FUSE) in that it doesn't have
+Network Neighbourhood functionality: this means that you can mount
+shares that you can't see via NetBIOS browsing.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%{__make} \
+	CC="%{__cc}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	BINDIR="%{_bindir}" \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc Changelog doc/*
+%attr(755,root,root) %{_bindir}/*
+
+%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  2008-05-27 00:10:32  charles
+- new
+
================================================================


More information about the pld-cvs-commit mailing list