SPECS (AC-branch): bind.spec - adapter

glen glen at pld-linux.org
Sun Mar 29 16:22:48 CEST 2009


Author: glen                         Date: Sun Mar 29 14:22:48 2009 GMT
Module: SPECS                         Tag: AC-branch
---- Log message:
- adapter

---- Files affected:
SPECS:
   bind.spec (1.274.2.5 -> 1.274.2.6) 

---- Diffs:

================================================================
Index: SPECS/bind.spec
diff -u SPECS/bind.spec:1.274.2.5 SPECS/bind.spec:1.274.2.6
--- SPECS/bind.spec:1.274.2.5	Sun Mar 29 11:33:13 2009
+++ SPECS/bind.spec	Sun Mar 29 16:22:43 2009
@@ -11,6 +11,8 @@
 %bcond_without	tests		# perform tests
 %bcond_with	hip		# build with HIP RR support
 #
+%define	ver	9.4.3
+%define	plevel	P2
 Summary:	BIND - DNS name server
 Summary(de.UTF-8):	BIND - DNS-Namenserver
 Summary(es.UTF-8):	BIND - Servidor de nombres DNS
@@ -21,8 +23,6 @@
 Summary(tr.UTF-8):	DNS alan adı sunucusu
 Summary(uk.UTF-8):	BIND - cервер системи доменних імен (DNS)
 Summary(zh_CN.UTF-8):	Internet 域名服务器
-%define	ver	9.4.3
-%define	plevel	P2
 Name:		bind
 Version:	%{ver}.%{plevel}
 Release:	2
@@ -57,14 +57,14 @@
 BuildRequires:	bison
 BuildRequires:	flex
 BuildRequires:	idnkit-devel
-%{?with_hip:BuildRequires:	libxml2-devel}
 BuildRequires:	libtool
+%{?with_hip:BuildRequires:	libxml2-devel}
+%{?with_sql:BuildRequires:	mysql-devel}
 %{?with_ldap:BuildRequires:	openldap-devel}
 %{?with_ssl:BuildRequires:	openssl-devel >= 0.9.7d}
-%{?with_sql:BuildRequires:	mysql-devel}
 %{?with_sql:BuildRequires:	postgresql-devel}
-%{?with_sql:BuildRequires:	unixODBC-devel}
 BuildRequires:	rpmbuild(macros) >= 1.268
+%{?with_sql:BuildRequires:	unixODBC-devel}
 Requires(post,preun):	/sbin/chkconfig
 Requires(postun):	/usr/sbin/groupdel
 Requires(postun):	/usr/sbin/userdel
@@ -375,8 +375,7 @@
 	--enable-getifaddrs=glibc
 
 %{__make}
-%{?with_hip:cd bind-hip/; %{__make}}
-
+%{?with_hip:cd bind-hip; %{__make}}
 %{?with_tests:%{__make} test}
 
 %install
@@ -487,8 +486,8 @@
 %config(noreplace) %verify(not md5 mtime size) %{_var}/lib/named/root.*
 %attr(640,root,named) %config(noreplace) %verify(not md5 mtime size) %{_var}/lib/named%{_sysconfdir}/*
 %attr(660,named,named) %config(noreplace,missingok) %verify(not md5 mtime size) %{_var}/log/named*
-%attr(660,named,named) %ghost  %{_var}/lib/named/named.log
-%attr(660,named,named) %ghost  %{_var}/lib/named/named.stats
+%attr(660,named,named) %ghost %{_var}/lib/named/named.log
+%attr(660,named,named) %ghost %{_var}/lib/named/named.stats
 
 %files utils
 %defattr(644,root,root,755)
@@ -545,6 +544,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.274.2.6  2009/03/29 14:22:43  glen
+- adapter
+
 Revision 1.274.2.5  2009/03/29 09:33:13  marcus
 - disable epoll due to errors with Ac kernel 2.4.
 - rel.2.
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/bind.spec?r1=1.274.2.5&r2=1.274.2.6&f=u



More information about the pld-cvs-commit mailing list