From d564937bc74de449f6c5771bc125b0b09479afc6c6264456922202848f4fd838 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Sun, 20 Dec 2009 16:28:59 +0000 Subject: [PATCH] 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 --- baselibs.conf | 3 +++ bind.changes | 8 ++++++++ bind.spec | 8 ++++++-- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/baselibs.conf b/baselibs.conf index d3c22ce..1785748 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -4,3 +4,6 @@ bind-libs arch ppc package bind-devel requires -bind- requires "bind-libs- = " +arch sparcv9 package bind-devel + requires -bind- + requires "bind-libs- = " diff --git a/bind.changes b/bind.changes index 0814533..027cefd 100644 --- a/bind.changes +++ b/bind.changes @@ -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 diff --git a/bind.spec b/bind.spec index ccbb72b..6c9b661 100644 --- a/bind.spec +++ b/bind.spec @@ -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