Author: arekm Date: Sat Mar 3 17:40:59 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - up to 9.4.0
---- Files affected: SPECS: bind.spec (1.237 -> 1.238) ---- Diffs: ================================================================ Index: SPECS/bind.spec diff -u SPECS/bind.spec:1.237 SPECS/bind.spec:1.238 --- SPECS/bind.spec:1.237 Wed Feb 28 21:55:36 2007 +++ SPECS/bind.spec Sat Mar 3 18:40:53 2007 @@ -17,13 +17,13 @@ Summary(uk.UTF-8): BIND - cервер системи доменних імен (DNS) Summary(zh_CN.UTF-8): Internet 域名服务器 Name: bind -Version: 9.3.4 -Release: 3 +Version: 9.4.0 +Release: 1 Epoch: 6 License: BSD-like Group: Networking/Daemons Source0: ftp://ftp.isc.org/isc/bind9/%{version}/%{name}-%{version}.tar.gz -# Source0-md5: df5417e7e7cf017fa28b65d0a3d6e999 +# Source0-md5: e85347f03f0d841b596422d5252a0869 Source1: %{name}-conf.tar.gz # Source1-md5: 8ee77729f806fcd548fe0cceb34b4a06 Source2: named.init @@ -50,6 +50,9 @@ BuildRequires: libtool %{?with_ldap:BuildRequires: openldap-devel} %{?with_ssl:BuildRequires: openssl-devel >= 0.9.7d} +BuildRequires: mysql-devel +BuildRequires: postgresql-devel +BuildRequires: unixODBC-devel BuildRequires: rpmbuild(macros) >= 1.268 Requires(post,preun): /sbin/chkconfig Requires(postun): /usr/sbin/groupdel @@ -328,7 +331,6 @@ %patch4 -p1 %{?with_ldap:%patch5 -p1} %patch6 -p1 -%patch7 -p1 %build %{__libtoolize} @@ -345,9 +347,17 @@ %{?with_ssl:--with-openssl=%{_prefix}} \ %{?with_ipv6:--enable-ipv6} \ --enable-libbind \ + --with-dlz-postgres=yes \ + --with-dlz-mysql=yes \ + --with-dlz-bdb=no \ + --with-dlz-filesystem=yes \ + %{?with_ldap:--with-dlz-ldap=yes} \ + --with-dlz-odbc=no \ + --with-dlz-stub=yes \ + --enable-largefile \ %{!?with_static_libs:--enable-static=no} \ --enable-threads \ - --disable-getifaddrs + --enable-getifaddrs=glibc %{__make} @@ -524,6 +534,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.238 2007/03/03 17:40:53 arekm +- up to 9.4.0 + Revision 1.237 2007/02/28 20:55:36 arekm - rel 3; openldap schema separated into subpackage ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/bind.spec?r1=1.237&r2=1.238&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
