]> git.pld-linux.org Git - packages/samba.git/commitdiff
- added ugly hack to allow building with autoconf 2.62 SAMBA_3_0 auto/ti/samba-3_0_30-2
authorhawk <hawk@pld-linux.org>
Fri, 30 May 2008 09:25:02 +0000 (09:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 2

Changed files:
    samba.spec -> 1.408

samba.spec

index f71f9fb6006e7f7056b60b94c494b3cd8e70d303..d64169ff0dc73af3202e695f28764d22d4930b7d 100644 (file)
@@ -16,7 +16,7 @@
 %bcond_without kerberos5       # without Kerberos V support
 %bcond_without ldap            # without LDAP support
 %bcond_without python          # without python libs/utils
-%bcond_with            mks             # with vfs-mks (mksd dependency not distributale)
+%bcond_with    mks             # with vfs-mks (mksd dependency not distributale)
 
 # ADS requires kerberos5 and LDAP
 %if !%{with kerberos5} || !%{with ldap}
@@ -41,7 +41,7 @@ Summary(uk.UTF-8):    SMB клієнт та сервер
 Summary(zh_CN.UTF-8):  Samba 客户端和服务器
 Name:          samba
 Version:       3.0.30
-Release:       1
+Release:       2
 Epoch:         1
 License:       GPL v2
 Group:         Networking/Daemons
@@ -67,6 +67,7 @@ Patch6:               %{name}-libs-needed.patch
 Patch7:                %{name}-lprng-no-dot-printers.patch
 Patch8:                %{name}-cap.patch
 Patch9:                %{name}-printerlocation.patch
+Patch10:       %{name}-ac.patch
 URL:           http://www.samba.org/
 BuildRequires: acl-devel
 BuildRequires: autoconf
@@ -956,6 +957,7 @@ Documentacja samby w formacie PDF.
 %patch7 -p1
 %patch8 -p1
 %patch9 -p1
+%patch10 -p1
 %{__sed} -i 's#%SAMBAVERSION%#%{version}#' docs/htmldocs/index.html
 
 cd examples/VFS
This page took 0.044544 seconds and 4 git commands to generate.