SPECS: samba.spec - added ugly hack to allow building with autoconf 2.62 - ...

hawk hawk at pld-linux.org
Fri May 30 11:25:08 CEST 2008


Author: hawk                         Date: Fri May 30 09:25:08 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added ugly hack to allow building with autoconf 2.62
- release 2

---- Files affected:
SPECS:
   samba.spec (1.407 -> 1.408) 

---- Diffs:

================================================================
Index: SPECS/samba.spec
diff -u SPECS/samba.spec:1.407 SPECS/samba.spec:1.408
--- SPECS/samba.spec:1.407	Fri May 30 09:46:01 2008
+++ SPECS/samba.spec	Fri May 30 11:25:02 2008
@@ -17,7 +17,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}
@@ -42,7 +42,7 @@
 Summary(zh_CN.UTF-8):	Samba 客户端和服务器
 Name:		samba
 Version:	3.0.30
-Release:	1
+Release:	2
 Epoch:		1
 License:	GPL v2
 Group:		Networking/Daemons
@@ -68,6 +68,7 @@
 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
@@ -957,6 +958,7 @@
 %patch7 -p1
 %patch8 -p1
 %patch9 -p1
+%patch10 -p1
 %{__sed} -i 's#%SAMBAVERSION%#%{version}#' docs/htmldocs/index.html
 
 cd examples/VFS
@@ -1507,6 +1509,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.408  2008-05-30 09:25:02  hawk
+- added ugly hack to allow building with autoconf 2.62
+- release 2
+
 Revision 1.407  2008-05-30 07:46:01  hawk
 - updated to 3.0.30, fixes CVE-2008-1105
 - fixed for libtool 2.2, but doesn't build with autoconf 2.62 anyway
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/samba.spec?r1=1.407&r2=1.408&f=u



More information about the pld-cvs-commit mailing list