Uwe Gansert
2011-09-05 08:24:07 +00:00
committed by Git OBS Bridge
parent ecc7b8fc2d
commit 2c942a86bd
5 changed files with 59 additions and 8 deletions

View File

@@ -20,14 +20,14 @@
Name: bind
%define pkg_name bind
%define pkg_vers 9.8.0P4
%define pkg_vers 9.8.1
BuildRequires: openldap2-devel
BuildRequires: libcap libcap-devel libmysqlclient-devel libxml2-devel openssl openssl-devel
BuildRequires: update-desktop-files
BuildRequires: krb5-devel
Summary: Domain Name System (DNS) Server (named)
Version: 9.8.0P4
Release: 4
Version: 9.8.1
Release: 1
License: BSD3c(or similar) ; MIT License (or similar)
Group: Productivity/Networking/DNS/Servers
Provides: dns_daemon bind8 bind9
@@ -50,6 +50,7 @@ Patch6: ldapdump-allow-uri.diff
Patch51: pie_compile.diff
Patch52: named-bootconf.diff
Patch54: named-direct-proc-mount.diff
Patch70: dlz_compile.diff
Patch100: configure.in.diff2
Source60: dlz-schema.txt
%if %ul_version >= 1
@@ -237,6 +238,7 @@ Authors:
%if 0%{?suse_version} <= 1010
%patch100 -p1
%endif
%patch70 -p0
# modify settings of some files regarding to OS version and vendor
function replaceStrings()
{
@@ -294,8 +296,7 @@ CONFIGURE_OPTIONS="\
--with-libtool \
--enable-runidn \
--with-libxml2 \
--with-dlz-mysql --with-dlz-ldap \
--with-gssapi
--with-dlz-mysql --with-dlz-ldap
"
./configure ${CONFIGURE_OPTIONS}
%{__make} %{?_smp_mflags}