]> git.pld-linux.org Git - packages/samba.git/commitdiff
- mks bcond and disable vfs-vscan-mks due limited distribution auto/th/samba-3_0_28-3
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 24 Jan 2008 23:47:15 +0000 (23:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    samba.spec -> 1.394

samba.spec

index 53c0b5eade97941711445aebeafe409910f77e2c..5247d8f0d2ec60a3076834168945c8ac14aaeddd 100644 (file)
@@ -16,6 +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)
 
 # ADS requires kerberos5 and LDAP
 %if !%{with kerberos5} || !%{with ldap}
@@ -40,7 +41,7 @@ Summary(uk.UTF-8):    SMB клієнт та сервер
 Summary(zh_CN.UTF-8):  Samba 客户端和服务器
 Name:          samba
 Version:       3.0.28
-Release:       2
+Release:       3
 Epoch:         1
 License:       GPL v2
 Group:         Networking/Daemons
@@ -1429,6 +1430,7 @@ fi
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/samba/vscan-mcdaemon.conf
 %attr(755,root,root) %{_vfsdir}/vscan-mcdaemon.so
 
+%if %{with mks}
 %ifarch %{ix86} %{x8664}
 %files vfs-vscan-mks
 %defattr(644,root,root,755)
@@ -1436,6 +1438,7 @@ fi
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/samba/vscan-mks32.conf
 %attr(755,root,root) %{_vfsdir}/vscan-mksd.so
 %endif
+%endif
 
 %files vfs-vscan-openantivirus
 %defattr(644,root,root,755)
This page took 0.348384 seconds and 4 git commands to generate.