SPECS: smbnetfs.spec (NEW) - init
wolvverine
wolvverine at pld-linux.org
Fri Aug 31 02:08:39 CEST 2007
Author: wolvverine Date: Fri Aug 31 00:08:39 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- init
---- Files affected:
SPECS:
smbnetfs.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/smbnetfs.spec
diff -u /dev/null SPECS/smbnetfs.spec:1.1
--- /dev/null Fri Aug 31 02:08:39 2007
+++ SPECS/smbnetfs.spec Fri Aug 31 02:08:34 2007
@@ -0,0 +1,59 @@
+# $Revision$, $Date$
+Summary: SMBNetFS
+Summary(pl.UTF-8): SMBNetFS
+Name: smbnetfs
+Version: 0.3.10
+Release: 0.1
+License: GPL
+Group: Applications/System
+Source0: http://dl.sourceforge.net/sourceforge/smbnetfs/%{name}-%{version}.tar.bz2
+# Source0-md5: 90835704e814e73e451c51a387e9d3b7
+URL: http://sourceforge.net/projects/smbnetfs/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: libsmbclient-devel >= 3.0.21
+Requires: samba-client
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+SMBNetFS is a Linux/FreeBSD filesystem that allow you to use
+samba/microsoft network in the same manner as the network
+neighborhood in Microsoft Windows.
+
+%prep
+%setup -q
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%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
+%attr(755,root,root) %{_bindir}/*
+%{_docdir}/%{name}/INSTALL
+%{_docdir}/%{name}/RUSSIAN.FAQ
+%{_docdir}/%{name}/smbnetfs.conf
+
+%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 2007/08/31 00:08:34 wolvverine
+- init
+
================================================================
More information about the pld-cvs-commit
mailing list