]> git.pld-linux.org Git - packages/samba.git/commitdiff
- rel 3; add avahi patch; stop using dnssd compat layer
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 22 Mar 2009 21:36:28 +0000 (21:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    samba.spec -> 1.440

samba.spec

index 8dd305f65e4886809ee52b9cc1e85dc47bf1250b..4faf7bc4a5d407a1cae2003b8f6d4981272fab90 100644 (file)
@@ -20,7 +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_without avahi
 %bcond_with    mks             # with vfs-mks (mksd dependency not distributale)
 %bcond_with    vscan
 
@@ -47,7 +47,7 @@ Summary(uk.UTF-8):    SMB клієнт та сервер
 Summary(zh_CN.UTF-8):  Samba 客户端和服务器
 Name:          samba
 Version:       3.3.2
-Release:       2
+Release:       3
 Epoch:         1
 License:       GPL v2
 Group:         Networking/Daemons
@@ -69,11 +69,12 @@ Patch2:             %{name}-pthread.patch
 Patch3:                %{name}-nscd.patch
 Patch4:                %{name}-lprng-no-dot-printers.patch
 Patch5:                %{name}-link.patch
+Patch6:                %{name}-bug-6198.patch
 URL:           http://www.samba.org/
 BuildRequires: acl-devel
 BuildRequires: autoconf
 BuildRequires: automake
-%{?with_dnssd:BuildRequires:   avahi-compat-libdns_sd-devel}
+%{?with_avahi:BuildRequires:   avahi-devel}
 %{?with_cups:BuildRequires:    cups-devel >= 1:1.2.0}
 BuildRequires: dmapi-devel
 BuildRequires: fam-devel
@@ -956,6 +957,7 @@ Documentacja samby w formacie PDF.
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
 
 %{__sed} -i 's#%SAMBAVERSION%#%{version}#' docs/htmldocs/index.html
 
@@ -986,7 +988,8 @@ cd source
        --with-syslog \
        --with-utmp \
        --with-fhs \
-       %{!?with_dnssd:--disable-dnssd} \
+       --enable-avahi \
+       --disable-dnssd \
        --with%{!?with_ldap:out}-ldap \
        --with%{!?with_kerberos5:out}-krb5
 
This page took 0.314072 seconds and 4 git commands to generate.