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