Author: shadzik Date: Tue Aug 28 16:06:07 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - no samba-client required at build time - add patch0
---- Files affected: SPECS: fusesmb.spec (1.5 -> 1.6) ---- Diffs: ================================================================ Index: SPECS/fusesmb.spec diff -u SPECS/fusesmb.spec:1.5 SPECS/fusesmb.spec:1.6 --- SPECS/fusesmb.spec:1.5 Sat Feb 24 16:44:54 2007 +++ SPECS/fusesmb.spec Tue Aug 28 18:06:02 2007 @@ -8,11 +8,10 @@ Group: Applications/System Source0: http://www.ricardis.tudelft.nl/~vincent/fusesmb/download/%{name}-%{version}.tar.gz # Source0-md5: 91906f3a1c408474a4ffda4902d6a1b8 +Patch0: %{name}-no_clientchk.patch 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) @@ -36,8 +35,12 @@ %prep %setup -q +%patch0 -p0 %build +%{__aclocal} +%{__autoconf} +%{__automake} %configure %{__make} @@ -64,6 +67,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.6 2007/08/28 16:06:02 shadzik +- no samba-client required at build time +- add patch0 + Revision 1.5 2007/02/24 15:44:54 czarny - up to 0.8.6 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/fusesmb.spec?r1=1.5&r2=1.6&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
