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:
parent
3cf37ac1bd
commit
d564937bc7
@ -4,3 +4,6 @@ bind-libs
|
||||
arch ppc package bind-devel
|
||||
requires -bind-<targettype>
|
||||
requires "bind-libs-<targettype> = <version>"
|
||||
arch sparcv9 package bind-devel
|
||||
requires -bind-<targettype>
|
||||
requires "bind-libs-<targettype> = <version>"
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user