From: shadzik Date: Tue, 28 Aug 2007 16:06:02 +0000 (+0000) Subject: - no samba-client required at build time X-Git-Tag: auto/ac/fusesmb-0_8_6-2~2 X-Git-Url: http://git.pld-linux.org/?p=packages%2Ffusesmb.git;a=commitdiff_plain;h=5f9adcffb7aefd23acf2c38cfe0b90f4570fa4f8 - no samba-client required at build time - add patch0 Changed files: fusesmb.spec -> 1.6 --- diff --git a/fusesmb.spec b/fusesmb.spec index 04ad5ec..226520d 100644 --- a/fusesmb.spec +++ b/fusesmb.spec @@ -7,11 +7,10 @@ License: GPL 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) @@ -35,8 +34,12 @@ tylko przy próbie dostępu do udziału. %prep %setup -q +%patch0 -p0 %build +%{__aclocal} +%{__autoconf} +%{__automake} %configure %{__make}