Accepting request 26869 from home:jengelh:branches:network

Copy from home:jengelh:branches:network/bind via accept of submit request 26869 revision 6.
Request was accepted with message:
ok

OBS-URL: https://build.opensuse.org/request/show/26869
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=17
This commit is contained in:
Stephan Kulow 2009-12-20 16:28:59 +00:00 committed by Git OBS Bridge
parent 3cf37ac1bd
commit d564937bc7
3 changed files with 17 additions and 2 deletions

View File

@ -4,3 +4,6 @@ bind-libs
arch ppc package bind-devel arch ppc package bind-devel
requires -bind-<targettype> requires -bind-<targettype>
requires "bind-libs-<targettype> = <version>" requires "bind-libs-<targettype> = <version>"
arch sparcv9 package bind-devel
requires -bind-<targettype>
requires "bind-libs-<targettype> = <version>"

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Dec 15 20:01:44 CET 2009 - jengelh@medozas.de
- add baselibs.conf as a source
- enable parallel building
- add baselibs for SPARC
- package documentation as noarch
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Nov 25 09:44:13 CET 2009 - ug@suse.de Wed Nov 25 09:44:13 CET 2009 - ug@suse.de

View File

@ -37,6 +37,7 @@ AutoReqProv: on
Url: http://isc.org/sw/bind/ Url: http://isc.org/sw/bind/
Source: ftp://ftp.isc.org/isc/bind9/%{pkg_vers}/bind-%{pkg_vers}.tar.gz Source: ftp://ftp.isc.org/isc/bind9/%{pkg_vers}/bind-%{pkg_vers}.tar.gz
Source1: vendor-files.tar.bz2 Source1: vendor-files.tar.bz2
Source2: baselibs.conf
Source9: ftp://ftp.internic.net/domain/named.root Source9: ftp://ftp.internic.net/domain/named.root
Source40: http://www.venaas.no/ldap/bind-sdb/dnszone-schema.txt Source40: http://www.venaas.no/ldap/bind-sdb/dnszone-schema.txt
#Source50: bind-sdb-ldap-%{SDB_LDAP_VERSION}.tar.gz #Source50: bind-sdb-ldap-%{SDB_LDAP_VERSION}.tar.gz
@ -127,6 +128,9 @@ Authors:
License: BSD3c(or similar) ; MIT License (or similar) License: BSD3c(or similar) ; MIT License (or similar)
Summary: BIND documentation Summary: BIND documentation
Group: Documentation/Other Group: Documentation/Other
%if 0%{?suse_version} >= 1120
BuildArch: noarch
%endif
%description doc %description doc
Documentation of the Berkeley Internet Name Domain (BIND) Domain Name Documentation of the Berkeley Internet Name Domain (BIND) Domain Name
@ -280,10 +284,10 @@ CONFIGURE_OPTIONS="\
--with-dlz-mysql --with-dlz-mysql
" "
./configure ${CONFIGURE_OPTIONS} ./configure ${CONFIGURE_OPTIONS}
%{__make} %{__make} %{?jobs:-j%jobs};
pushd contrib/idn/idnkit-1.0-src pushd contrib/idn/idnkit-1.0-src
./configure ${CONFIGURE_OPTIONS} ./configure ${CONFIGURE_OPTIONS}
%{__make} %{__make} %{?jobs:-j%jobs};
popd popd
# running BIND system tests # running BIND system tests
# FIXME: enable make test if every test checks for a free port first; fixed port # FIXME: enable make test if every test checks for a free port first; fixed port