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
|
Name: bind
|
||||||
Version: 9.17.8
|
Version: 9.17.8
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A DNS (Domain Name System) server
|
Summary: A DNS (Domain Name System) server
|
||||||
Group: System/Servers
|
Group: System/Servers
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -33,30 +33,28 @@ Patch: %{name}-9.3.4-mktemp.patch
|
|||||||
License: BSD
|
License: BSD
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: ldconfig
|
||||||
BuildRequires: libcap-devel
|
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: libopenssl-devel
|
||||||
|
BuildRequires: libtermcap-devel
|
||||||
|
BuildRequires: libuv-devel
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: python-ply
|
|
||||||
BuildRequires: python-argparse
|
|
||||||
%if "%{stage1}" != "1"
|
%if "%{stage1}" != "1"
|
||||||
BuildRequires: openjade
|
BuildRequires: openjade
|
||||||
BuildRequires: jadetex
|
BuildRequires: jadetex
|
||||||
%endif
|
%endif
|
||||||
Requires: python-ply
|
|
||||||
Requires: python-argparse
|
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
Requires: %{name}-utils = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: %{name}-utils = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
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
|
%description
|
||||||
BIND (Berkeley Internet Name Domain) is an implementation of the DNS (Domain Name System) protocols.
|
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.
|
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
|
%description utils
|
||||||
Bind-utils contains a collection of utilities for querying DNS (Domain Name System) name servers to find out information about Internet hosts.
|
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.
|
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.
|
You should install bind-utils if you need to get information from DNS name servers.
|
||||||
|
|
||||||
%debug_package
|
%debug_package
|
||||||
@ -113,6 +110,7 @@ tar xjf %{S:1}
|
|||||||
--enable-threads \
|
--enable-threads \
|
||||||
--enable-ipv6 \
|
--enable-ipv6 \
|
||||||
LIBS="-ltermcap" \
|
LIBS="-ltermcap" \
|
||||||
|
PYTHON=%{__python3} \
|
||||||
%ifarch arm
|
%ifarch arm
|
||||||
CFLAGS="%{optflags} -march=armv7-a" \
|
CFLAGS="%{optflags} -march=armv7-a" \
|
||||||
%endif
|
%endif
|
||||||
@ -120,7 +118,7 @@ tar xjf %{S:1}
|
|||||||
--enable-epoll \
|
--enable-epoll \
|
||||||
--with-python \
|
--with-python \
|
||||||
--with-randomdev=/dev/random \
|
--with-randomdev=/dev/random \
|
||||||
BUILD_CC=%{_build}-gcc
|
BUILD_CC=%{_build}-gcc \
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%make -j1
|
%make -j1
|
||||||
@ -349,6 +347,9 @@ exit 0
|
|||||||
#%{_mandir}/man1/dnssec-keymgr.1*
|
#%{_mandir}/man1/dnssec-keymgr.1*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Dec 17 2020 Automatic Build System <autodist@mambasoft.it> 9.17.8-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user