SPECS: fusesmb.spec (NEW) - new

wolf wolf at pld-linux.org
Sat Jul 29 17:03:06 CEST 2006


Author: wolf                         Date: Sat Jul 29 15:03:06 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

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

---- Diffs:

================================================================
Index: SPECS/fusesmb.spec
diff -u /dev/null SPECS/fusesmb.spec:1.1
--- /dev/null	Sat Jul 29 17:03:06 2006
+++ SPECS/fusesmb.spec	Sat Jul 29 17:03:01 2006
@@ -0,0 +1,68 @@
+# $Revision$, $Date$
+Summary:	SMB for Fuse
+Summary(pl):	SMB dla Fuse
+Name:		fusesmb
+Version:	0.8.5
+Release:	1
+License:	GPL
+Group:		Base
+Source0:	http://www.ricardis.tudelft.nl/~vincent/fusesmb/download/%{name}-%{version}.tar.gz
+# Source0-md5:	8b9268826b544ad124e016ced17d5310
+URL:		http://www.ricardis.tudelft.nl/~vincent/fusesmb/
+BuildRequires:	libfuse-devel >= 2.3
+BuildRequires:	libsmbclient-devel >= 3.0
+# needed by stupid configure check, anyone wants to write a patch?
+BuildRequires:	samba-client
+Requires:	samba-client
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+With SMB for Fuse you can seamlessly browse your network
+neighbourhood as were it on your own filesystem.
+
+It's basically smbmount with a twist. Instead of mounting one Samba
+share at a time, you mount all workgroups, hosts and shares at once.
+Only when you're accessing a share a connection is made to the
+remote computer.
+
+%description -l pl
+Z pomocą SMB dla Fuse można przeglądać otoczenie sieciowe, tak jakby
+było ono systemem plików.
+
+W uproszczeniu, jest to smbmount z haczykiem. Zamiast montować jeden
+udział Samby, montuje się wszystykie grupy robocze, komputery
+i udziały na raz. Połączenie do zdalnego komputera jest wykonywane
+tylko przy próbie dostępu do udziału.
+
+%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 README TODO fusesmb.conf.ex
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man1/*
+%{_mandir}/man5/*
+
+%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/07/29 15:03:01  wolf
+- new
+
================================================================


More information about the pld-cvs-commit mailing list