Accepting request 86242 from network
add libtool as buildrequires so we no longer rely on libtool in the project config of factory - it's only needed by <10% of all packages (forwarded request 85954 from coolo) OBS-URL: https://build.opensuse.org/request/show/86242 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bind?expand=0&rev=72
This commit is contained in:
commit
7e559b6e71
11
bind.changes
11
bind.changes
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 30 20:07:45 UTC 2011 - coolo@suse.com
|
||||||
|
|
||||||
|
- add libtool as buildrequire to make the spec file more reliable
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 17 19:36:58 UTC 2011 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- Remove redundant tags/sections from specfile
|
||||||
|
- Use %_smp_mflags for parallel build
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 16 15:48:23 CEST 2011 - ug@suse.de
|
Fri Sep 16 15:48:23 CEST 2011 - ug@suse.de
|
||||||
|
|
||||||
|
52
bind.spec
52
bind.spec
@ -15,7 +15,6 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
Name: bind
|
Name: bind
|
||||||
@ -25,6 +24,7 @@ BuildRequires: openldap2-devel
|
|||||||
BuildRequires: libcap libcap-devel libmysqlclient-devel libxml2-devel openssl openssl-devel
|
BuildRequires: libcap libcap-devel libmysqlclient-devel libxml2-devel openssl openssl-devel
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: krb5-devel
|
BuildRequires: krb5-devel
|
||||||
|
BuildRequires: libtool
|
||||||
Summary: Domain Name System (DNS) Server (named)
|
Summary: Domain Name System (DNS) Server (named)
|
||||||
Version: 9.8.1
|
Version: 9.8.1
|
||||||
Release: 1
|
Release: 1
|
||||||
@ -34,7 +34,6 @@ Provides: dns_daemon bind8 bind9
|
|||||||
Obsoletes: bind8 bind9
|
Obsoletes: bind8 bind9
|
||||||
Requires: %{name}-utils %{name}-chrootenv
|
Requires: %{name}-utils %{name}-chrootenv
|
||||||
PreReq: %fillup_prereq %insserv_prereq bind-utils /bin/grep /bin/sed /bin/mkdir /usr/bin/tee /bin/chmod /bin/chown /bin/mv /bin/cat /usr/bin/dirname /usr/bin/diff /usr/bin/old /usr/sbin/groupadd /usr/sbin/useradd /usr/sbin/usermod
|
PreReq: %fillup_prereq %insserv_prereq bind-utils /bin/grep /bin/sed /bin/mkdir /usr/bin/tee /bin/chmod /bin/chown /bin/mv /bin/cat /usr/bin/dirname /usr/bin/diff /usr/bin/old /usr/sbin/groupadd /usr/sbin/useradd /usr/sbin/usermod
|
||||||
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
|
||||||
@ -81,12 +80,6 @@ Name System (DNS) protocols and provides an openly redistributable
|
|||||||
reference implementation of the major components of the Domain Name
|
reference implementation of the major components of the Domain Name
|
||||||
System. This package includes the components to operate a DNS server.
|
System. This package includes the components to operate a DNS server.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
ISC Software <bind@isc.org>
|
|
||||||
|
|
||||||
%package chrootenv
|
%package chrootenv
|
||||||
License: BSD3c(or similar) ; MIT License (or similar)
|
License: BSD3c(or similar) ; MIT License (or similar)
|
||||||
Summary: Chroot environment for BIND named and lwresd
|
Summary: Chroot environment for BIND named and lwresd
|
||||||
@ -98,12 +91,6 @@ This package contains all directories and files which are common to the
|
|||||||
chroot environment of BIND named and lwresd. Most is part of the
|
chroot environment of BIND named and lwresd. Most is part of the
|
||||||
structure below /var/lib/named.
|
structure below /var/lib/named.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
ISC Software <bind@isc.org>
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: BSD3c(or similar) ; MIT License (or similar)
|
License: BSD3c(or similar) ; MIT License (or similar)
|
||||||
Summary: Development Libraries and Header Files of BIND
|
Summary: Development Libraries and Header Files of BIND
|
||||||
@ -123,12 +110,6 @@ for building programs using the libraries of the Berkeley Internet Name
|
|||||||
Domain (BIND) Domain Name System implementation of the Domain Name
|
Domain (BIND) Domain Name System implementation of the Domain Name
|
||||||
System (DNS) protocols.
|
System (DNS) protocols.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
ISC Software <bind@isc.org>
|
|
||||||
|
|
||||||
%package doc
|
%package doc
|
||||||
License: BSD3c(or similar) ; MIT License (or similar)
|
License: BSD3c(or similar) ; MIT License (or similar)
|
||||||
Summary: BIND documentation
|
Summary: BIND documentation
|
||||||
@ -142,12 +123,6 @@ Documentation of the Berkeley Internet Name Domain (BIND) Domain Name
|
|||||||
System implementation of the Domain Name System (DNS) protocols. This
|
System implementation of the Domain Name System (DNS) protocols. This
|
||||||
includes also the BIND Administrator Reference Manual (ARM).
|
includes also the BIND Administrator Reference Manual (ARM).
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
ISC Software <bind@isc.org>
|
|
||||||
|
|
||||||
%package libs
|
%package libs
|
||||||
License: BSD3c(or similar) ; MIT License (or similar)
|
License: BSD3c(or similar) ; MIT License (or similar)
|
||||||
Summary: Shared libraries of BIND
|
Summary: Shared libraries of BIND
|
||||||
@ -163,12 +138,6 @@ This package contains the shared libraries of the Berkeley Internet
|
|||||||
Name Domain (BIND) Domain Name System implementation of the Domain Name
|
Name Domain (BIND) Domain Name System implementation of the Domain Name
|
||||||
System (DNS) protocols.
|
System (DNS) protocols.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
ISC Software <bind@isc.org>
|
|
||||||
|
|
||||||
%package lwresd
|
%package lwresd
|
||||||
License: BSD3c(or similar) ; MIT License (or similar)
|
License: BSD3c(or similar) ; MIT License (or similar)
|
||||||
Summary: Lightweight Resolver Daemon
|
Summary: Lightweight Resolver Daemon
|
||||||
@ -188,12 +157,6 @@ communicate using a simple UDP-based protocol, the "lightweight
|
|||||||
resolver protocol" that is distinct from and simpler than the full DNS
|
resolver protocol" that is distinct from and simpler than the full DNS
|
||||||
protocol.
|
protocol.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
ISC Software <bind@isc.org>
|
|
||||||
|
|
||||||
%package utils
|
%package utils
|
||||||
License: BSD3c(or similar) ; MIT License (or similar)
|
License: BSD3c(or similar) ; MIT License (or similar)
|
||||||
Summary: Utilities to query and test DNS
|
Summary: Utilities to query and test DNS
|
||||||
@ -211,14 +174,7 @@ This package includes the utilities host, dig, and nslookup used to
|
|||||||
test and query the Domain Name System (DNS). The Berkeley Internet
|
test and query the Domain Name System (DNS). The Berkeley Internet
|
||||||
Name Domain (BIND) DNS server is found in the package named bind.
|
Name Domain (BIND) DNS server is found in the package named bind.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
ISC Software <bind@isc.org>
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
[ "${RPM_BUILD_DIR}/%{pkg_name}-%{pkg_vers}" != "/" -a -d "${RPM_BUILD_DIR}/%{pkg_name}-%{pkg_vers}" ] && rm -rf "${RPM_BUILD_DIR}/%{pkg_name}-%{pkg_vers}"
|
|
||||||
%setup -q -n %{pkg_name}-%{pkg_vers}
|
%setup -q -n %{pkg_name}-%{pkg_vers}
|
||||||
#%setup -n %{pkg_name}-%{version} -T -D -a1 -a50
|
#%setup -n %{pkg_name}-%{version} -T -D -a1 -a50
|
||||||
%setup -q -n %{pkg_name}-%{pkg_vers} -T -D -a1
|
%setup -q -n %{pkg_name}-%{pkg_vers} -T -D -a1
|
||||||
@ -302,7 +258,7 @@ CONFIGURE_OPTIONS="\
|
|||||||
%{__make} %{?_smp_mflags}
|
%{__make} %{?_smp_mflags}
|
||||||
pushd contrib/idn/idnkit-1.0-src
|
pushd contrib/idn/idnkit-1.0-src
|
||||||
./configure ${CONFIGURE_OPTIONS}
|
./configure ${CONFIGURE_OPTIONS}
|
||||||
%{__make} %{?jobs:-j%jobs};
|
%{__make} %{?_smp_mflags}
|
||||||
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
|
||||||
@ -392,10 +348,6 @@ rm -rf include lib man map patch tools win wsock Makefile.in acconfig.h aclocal.
|
|||||||
popd
|
popd
|
||||||
# ---------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------
|
||||||
|
|
||||||
%clean
|
|
||||||
[ "${RPM_BUILD_ROOT}" != "/" -a -d "${RPM_BUILD_ROOT}" ] && rm -rf "${RPM_BUILD_ROOT}"
|
|
||||||
# ---------------------------------------------------------------------------
|
|
||||||
|
|
||||||
%pre
|
%pre
|
||||||
# Are we updating from a package named bind9?
|
# Are we updating from a package named bind9?
|
||||||
if test -d usr/share/doc/packages/bind9 && sbin/chkconfig -c named; then
|
if test -d usr/share/doc/packages/bind9 && sbin/chkconfig -c named; then
|
||||||
|
Loading…
Reference in New Issue
Block a user