]> git.pld-linux.org Git - packages/samba.git/commitdiff
- added with python bcond, becouse now it wont build with it :)
authortommat <tommat@pld-linux.org>
Fri, 16 Apr 2004 19:34:53 +0000 (19:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    samba.spec -> 1.164.2.28

samba.spec

index 936d9f92197b25f622b856c0e8e3a89a0daab36c..d6069688c0318d9a73b794b32cb4d5ae85ac31d1 100644 (file)
@@ -13,6 +13,7 @@
 #%bcond_with   ipv6            # with IPv6 support
 %bcond_without ldap            # without LDAP support
 %bcond_without krb5            # without Kerberos5/Heimdal support
+%bcond_with    python          # with python utils, not builds, not packaged now
 #
 %define                vscan_version 0.3.4
 Summary:       SMB server
@@ -73,7 +74,7 @@ BuildRequires:        pam-devel > 0.66
 BuildRequires: popt-devel
 BuildRequires: readline-devel >= 4.2
 BuildRequires: xfsprogs-devel
-BuildRequires: python-devel
+%{?with_python:BuildRequires:  python-devel}
 PreReq:                rc-scripts
 Requires(post,preun):  /sbin/chkconfig
 Requires:      %{name}-common = %{epoch}:%{version}
@@ -720,7 +721,7 @@ cd source
        --with-syslog \
        --with-utmp \
        --with-fhs \
-        --with-python \
+        %{?with_python:--with-python} \
        --with-expsam=xml,%{?with_mysql:mysql} \
        %{?with_ldapsam:--with-ldapsam} \
        %{!?with_ldap:--without-ldap} \
This page took 0.03276 seconds and 4 git commands to generate.