]> git.pld-linux.org Git - packages/samba.git/commitdiff
- rel 2; disable dnssd for now auto/th/samba-3_3_2-2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 22 Mar 2009 20:10:23 +0000 (20:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    samba.spec -> 1.439

samba.spec

index 41cc5e58deb6bd1c9dea54c56e691980c8290e57..8dd305f65e4886809ee52b9cc1e85dc47bf1250b 100644 (file)
@@ -20,6 +20,7 @@
 %bcond_without cups            # without CUPS support
 %bcond_without kerberos5       # without Kerberos V support
 %bcond_without ldap            # without LDAP support
+%bcond_with    dnssd           # switch back on after fixing https://bugzilla.samba.org/show_bug.cgi?id=6179
 %bcond_with    mks             # with vfs-mks (mksd dependency not distributale)
 %bcond_with    vscan
 
@@ -46,7 +47,7 @@ Summary(uk.UTF-8):    SMB клієнт та сервер
 Summary(zh_CN.UTF-8):  Samba 客户端和服务器
 Name:          samba
 Version:       3.3.2
-Release:       1
+Release:       2
 Epoch:         1
 License:       GPL v2
 Group:         Networking/Daemons
@@ -72,6 +73,7 @@ URL:          http://www.samba.org/
 BuildRequires: acl-devel
 BuildRequires: autoconf
 BuildRequires: automake
+%{?with_dnssd:BuildRequires:   avahi-compat-libdns_sd-devel}
 %{?with_cups:BuildRequires:    cups-devel >= 1:1.2.0}
 BuildRequires: dmapi-devel
 BuildRequires: fam-devel
@@ -984,6 +986,7 @@ cd source
        --with-syslog \
        --with-utmp \
        --with-fhs \
+       %{!?with_dnssd:--disable-dnssd} \
        --with%{!?with_ldap:out}-ldap \
        --with%{!?with_kerberos5:out}-krb5
 
This page took 0.187254 seconds and 4 git commands to generate.