removed requirements for python-ply and pyhon-argparse [release 9.17.8-2mamba;Fri Jan 01 2021]
This commit is contained in:
parent
e823616ab6
commit
0364f24d8e
29
bind.spec
29
bind.spec
@ -7,7 +7,7 @@
|
||||
|
||||
Name: bind
|
||||
Version: 9.17.8
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: A DNS (Domain Name System) server
|
||||
Group: System/Servers
|
||||
Vendor: openmamba
|
||||
@ -33,30 +33,28 @@ Patch: %{name}-9.3.4-mktemp.patch
|
||||
License: BSD
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: ldconfig
|
||||
BuildRequires: libcap-devel
|
||||
BuildRequires: libe2fs-devel
|
||||
BuildRequires: libedit-devel
|
||||
BuildRequires: libjson-c-devel
|
||||
BuildRequires: libkrb5-devel
|
||||
BuildRequires: liblmdb-devel
|
||||
BuildRequires: libmaxminddb-devel
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: libtermcap-devel
|
||||
BuildRequires: libuv-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: python-ply
|
||||
BuildRequires: python-argparse
|
||||
%if "%{stage1}" != "1"
|
||||
BuildRequires: openjade
|
||||
BuildRequires: jadetex
|
||||
%endif
|
||||
Requires: python-ply
|
||||
Requires: python-argparse
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Requires: %{name}-utils = %{?epoch:%epoch:}%{version}-%{release}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
# FIXME :
|
||||
# checking for catalog... "not found"
|
||||
# checking for html/docbook.dsl... "not found"
|
||||
# checking for print/docbook.dsl... "not found"
|
||||
# checking for dtds/decls/xml.dcl... "not found"
|
||||
# checking for docbook2X/docbook2man-spec.pl... "not found"
|
||||
|
||||
%description
|
||||
BIND (Berkeley Internet Name Domain) is an implementation of the DNS (Domain Name System) protocols.
|
||||
BIND includes a DNS server (named), which resolves host names to IP addresses; a resolver library (routines for applications to use when interfacing with DNS); and tools for verifying that the DNS server is operating properly.
|
||||
@ -87,7 +85,6 @@ Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
%description utils
|
||||
Bind-utils contains a collection of utilities for querying DNS (Domain Name System) name servers to find out information about Internet hosts.
|
||||
These tools will provide you with the IP addresses for given host names, as well as other information about registered domains and network addresses.
|
||||
|
||||
You should install bind-utils if you need to get information from DNS name servers.
|
||||
|
||||
%debug_package
|
||||
@ -113,6 +110,7 @@ tar xjf %{S:1}
|
||||
--enable-threads \
|
||||
--enable-ipv6 \
|
||||
LIBS="-ltermcap" \
|
||||
PYTHON=%{__python3} \
|
||||
%ifarch arm
|
||||
CFLAGS="%{optflags} -march=armv7-a" \
|
||||
%endif
|
||||
@ -120,7 +118,7 @@ tar xjf %{S:1}
|
||||
--enable-epoll \
|
||||
--with-python \
|
||||
--with-randomdev=/dev/random \
|
||||
BUILD_CC=%{_build}-gcc
|
||||
BUILD_CC=%{_build}-gcc \
|
||||
%endif
|
||||
|
||||
%make -j1
|
||||
@ -349,6 +347,9 @@ exit 0
|
||||
#%{_mandir}/man1/dnssec-keymgr.1*
|
||||
|
||||
%changelog
|
||||
* Fri Jan 01 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 9.17.8-2mamba
|
||||
- removed requirements for python-ply and pyhon-argparse
|
||||
|
||||
* Thu Dec 17 2020 Automatic Build System <autodist@mambasoft.it> 9.17.8-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user