]> git.pld-linux.org Git - packages/bind.git/blobdiff - bind.spec
- up to 9.16.16
[packages/bind.git] / bind.spec
index ee746090f066dd9119a61f1919132fd134b53856..cadf4e251015aa8d25c81308e823577711c90fec 100644 (file)
--- a/bind.spec
+++ b/bind.spec
@@ -26,7 +26,7 @@
 %bcond_without epoll           # disable epoll support
 %endif
 
-%define                ver     9.16.12
+%define                ver     9.16.16
 %if 0
 %define                pverdot .P0
 %define                pverdir -P0
@@ -46,12 +46,12 @@ Summary(uk.UTF-8):  BIND - cервер системи доменних імен (
 Summary(zh_CN.UTF-8):  Internet 域名服务器
 Name:          bind
 Version:       %{ver}%{pverdot}
-Release:       2
+Release:       1
 Epoch:         7
 License:       MPL 2.0
 Group:         Networking/Daemons
 Source0:       ftp://ftp.isc.org/isc/bind9/%{ver}%{pverdir}/%{name}-%{ver}%{pverdir}.tar.xz
-# Source0-md5: 61c545db393628152e5b2c957e8bf712
+# Source0-md5: 45760cd0c8792baf467d21d639a60580
 Source1:       named.init
 Source2:       named.sysconfig
 Source3:       named.logrotate
@@ -63,7 +63,7 @@ Source5:      dnszone-schema.txt
 Source6:       %{name}-hip.tar.gz
 # Source6-md5: 62a8a67f51ff8db9fe815205416a1f62
 Source7:       https://www.internic.net/domain/named.root
-# Source7-md5: 9681e4e9cb586670a51bf49ed4bf403a
+# Source7-md5: f4b9179b999891c7b94a8564988feef5
 Source8:       %{name}-127.0.0.zone
 Source9:       %{name}-localhost.zone
 Source10:      %{name}-named.conf
@@ -379,9 +379,7 @@ Group:              Development/Libraries
 Requires(post,postun): sed >= 4.0
 Requires:      openldap-servers
 Requires:      sed >= 4.0
-%if "%{_rpmversion}" >= "5"
 BuildArch:     noarch
-%endif
 
 %description -n openldap-schema-bind
 BIND schema for openldap.
@@ -418,7 +416,8 @@ BIND-a.
 %{__autoconf}
 cp -f /usr/share/automake/config.* .
 %configure \
-       CFLAGS="-D_GNU_SOURCE=1 %{rpmcppflags}" \
+       CFLAGS="-D_GNU_SOURCE=1 %{rpmcflags} %{rpmcppflags}" \
+       LDFLAGS="%{rpmldflags}" \
        %{?with_dnstap:--enable-dnstap} \
        %{!?with_epoll:--disable-epoll --disable-devpoll} \
        --enable-full-report \
This page took 0.025578 seconds and 4 git commands to generate.