Updating link to change in openSUSE:Factory/bind revision 41.0
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=a6d031c7d60bb802a41a98615faf39f9
This commit is contained in:
committed by
Git OBS Bridge
parent
92820730f2
commit
f680be0e24
12
bind.spec
12
bind.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package bind (Version 9.6.1P2)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -25,7 +25,7 @@ Name: bind
|
||||
BuildRequires: libcap libcap-devel libmysqlclient-devel libxml2-devel openssl openssl-devel
|
||||
Summary: Domain Name System (DNS) Server (named)
|
||||
Version: 9.6.1P2
|
||||
Release: 1
|
||||
Release: 2
|
||||
%define SDB_LDAP_VERSION 1.0-beta
|
||||
License: BSD3c(or similar) ; MIT License (or similar)
|
||||
Group: Productivity/Networking/DNS/Servers
|
||||
@@ -37,6 +37,7 @@ AutoReqProv: on
|
||||
Url: http://isc.org/sw/bind/
|
||||
Source: ftp://ftp.isc.org/isc/bind9/%{pkg_vers}/bind-%{pkg_vers}.tar.gz
|
||||
Source1: vendor-files.tar.bz2
|
||||
Source2: baselibs.conf
|
||||
Source9: ftp://ftp.internic.net/domain/named.root
|
||||
Source40: http://www.venaas.no/ldap/bind-sdb/dnszone-schema.txt
|
||||
#Source50: bind-sdb-ldap-%{SDB_LDAP_VERSION}.tar.gz
|
||||
@@ -127,6 +128,9 @@ Authors:
|
||||
License: BSD3c(or similar) ; MIT License (or similar)
|
||||
Summary: BIND documentation
|
||||
Group: Documentation/Other
|
||||
%if 0%{?suse_version} >= 1120
|
||||
BuildArch: noarch
|
||||
%endif
|
||||
|
||||
%description doc
|
||||
Documentation of the Berkeley Internet Name Domain (BIND) Domain Name
|
||||
@@ -280,10 +284,10 @@ CONFIGURE_OPTIONS="\
|
||||
--with-dlz-mysql
|
||||
"
|
||||
./configure ${CONFIGURE_OPTIONS}
|
||||
%{__make}
|
||||
%{__make} %{?jobs:-j%jobs};
|
||||
pushd contrib/idn/idnkit-1.0-src
|
||||
./configure ${CONFIGURE_OPTIONS}
|
||||
%{__make}
|
||||
%{__make} %{?jobs:-j%jobs};
|
||||
popd
|
||||
# running BIND system tests
|
||||
# FIXME: enable make test if every test checks for a free port first; fixed port
|
||||
|
Reference in New Issue
Block a user