Accepting request 881658 from home:jengelh:branches:server:dns
- Update descriptions, remove unsubstantiated claims. OBS-URL: https://build.opensuse.org/request/show/881658 OBS-URL: https://build.opensuse.org/package/show/server:dns/knot?expand=0&rev=7
This commit is contained in:
parent
a050b64e2e
commit
19eefd5919
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 27 12:05:44 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update descriptions, remove unsubstantiated claims.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 25 12:56:29 UTC 2021 - Michal Hrusecky <michal.hrusecky@opensuse.org>
|
||||
|
||||
|
56
knot.spec
56
knot.spec
@ -92,10 +92,10 @@ BuildRequires: systemd-devel
|
||||
Obsoletes: knot2 < %{version}
|
||||
|
||||
%description
|
||||
Knot DNS is a high-performance open-source DNS server. It implements only the
|
||||
authoritative domain name service. It benefits from its multi-threaded and
|
||||
mostly lock-free implementation which allows it to scale well on SMP systems
|
||||
and operate non-stop even when adding or removing zones.
|
||||
Knot DNS is a DNS server. It implements only the authoritative domain
|
||||
name service. It uses a multi-threaded and mostly lock-free
|
||||
implementation and can operate non-stop during zone addition or
|
||||
removal.
|
||||
|
||||
%package devel
|
||||
Group: Development/Libraries/C and C++
|
||||
@ -104,51 +104,51 @@ Requires: knot = %{version}
|
||||
Summary: Development files for the knot libraries
|
||||
|
||||
%description devel
|
||||
Knot DNS is a high-performance open-source DNS server. It implements only the
|
||||
authoritative domain name service. It benefits from its multi-threaded and
|
||||
mostly lock-free implementation which allows it to scale well on SMP systems
|
||||
and operate non-stop even when adding or removing zones.
|
||||
Knot DNS is a DNS server. It implements only the authoritative domain
|
||||
name service. It uses a multi-threaded and mostly lock-free
|
||||
implementation and can operate non-stop during zone addition or
|
||||
removal.
|
||||
|
||||
Development files for knot.
|
||||
This package contains headers for knot.
|
||||
|
||||
%package -n %{libdnssec}
|
||||
Group: System/Libraries
|
||||
#
|
||||
Summary: Shared library from knot: libdnssec
|
||||
Summary: DNSSEC support functions for Knot DNS
|
||||
|
||||
%description -n %{libdnssec}
|
||||
Knot DNS is a high-performance open-source DNS server. It implements only the
|
||||
authoritative domain name service. It benefits from its multi-threaded and
|
||||
mostly lock-free implementation which allows it to scale well on SMP systems
|
||||
and operate non-stop even when adding or removing zones.
|
||||
Knot DNS is a DNS server. It implements only the authoritative domain
|
||||
name service. It uses a multi-threaded and mostly lock-free
|
||||
implementation and can operate non-stop during zone addition or
|
||||
removal.
|
||||
|
||||
This package holds the shared library libdnssec from knot.
|
||||
This package contains a library for DNSSEC support functions.
|
||||
|
||||
%package -n %{libknot}
|
||||
Group: System/Libraries
|
||||
#
|
||||
Summary: Shared library from knot: libknot
|
||||
Summary: Knot DNS support library
|
||||
|
||||
%description -n %{libknot}
|
||||
Knot DNS is a high-performance open-source DNS server. It implements only the
|
||||
authoritative domain name service. It benefits from its multi-threaded and
|
||||
mostly lock-free implementation which allows it to scale well on SMP systems
|
||||
and operate non-stop even when adding or removing zones.
|
||||
Knot DNS is a DNS server. It implements only the authoritative domain
|
||||
name service. It uses a multi-threaded and mostly lock-free
|
||||
implementation and can operate non-stop during zone addition or
|
||||
removal.
|
||||
|
||||
This package holds the shared library libknot from knot.
|
||||
This package contains the essential core library for Knot services.
|
||||
|
||||
%package -n %{libzscanner}
|
||||
Group: System/Libraries
|
||||
#
|
||||
Summary: Shared library from knot 2: libzscanner
|
||||
Summary: Zone record parsing functions for Knot DNS
|
||||
|
||||
%description -n %{libzscanner}
|
||||
Knot DNS is a high-performance open-source DNS server. It implements only the
|
||||
authoritative domain name service. It benefits from its multi-threaded and
|
||||
mostly lock-free implementation which allows it to scale well on SMP systems
|
||||
and operate non-stop even when adding or removing zones.
|
||||
Knot DNS is a DNS server. It implements only the authoritative domain
|
||||
name service. It uses a multi-threaded and mostly lock-free
|
||||
implementation and can operate non-stop during zone addition or
|
||||
removal.
|
||||
|
||||
This package holds the shared library libzscanner from knot.
|
||||
This package contains a library for a zone record scanner.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{pkg_name}-%{version}
|
||||
@ -189,7 +189,7 @@ This package holds the shared library libzscanner from knot.
|
||||
%make_build STRIP="/bin/true"
|
||||
|
||||
%install
|
||||
make DESTDIR=%{buildroot} install %{?_smp_mflags} STRIP="/bin/true"
|
||||
%make_install STRIP="/bin/true"
|
||||
install -d %{buildroot}%{_docdir}/%{pkg_name}
|
||||
install -d %{buildroot}%{_docdir}/%{pkg_name}/samples/
|
||||
rm %{buildroot}%{_sysconfdir}/%{pkg_name}/*
|
||||
|
Loading…
Reference in New Issue
Block a user