]> git.pld-linux.org Git - packages/fusesmb.git/commitdiff
- new
authorwolf <wolf@pld-linux.org>
Sat, 29 Jul 2006 15:03:01 +0000 (15:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fusesmb.spec -> 1.1

fusesmb.spec [new file with mode: 0644]

diff --git a/fusesmb.spec b/fusesmb.spec
new file mode 100644 (file)
index 0000000..7476678
--- /dev/null
@@ -0,0 +1,57 @@
+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/*
This page took 0.236806 seconds and 4 git commands to generate.