Accepting request 520326 from home:jengelh:branches:server:dns
- Update descriptions. OBS-URL: https://build.opensuse.org/request/show/520326 OBS-URL: https://build.opensuse.org/package/show/server:dns/ldns?expand=0&rev=33
This commit is contained in:
parent
0fdc4ce69e
commit
b2ac1c4465
@ -1,7 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 27 20:46:30 UTC 2017 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Update descriptions.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 18 10:57:32 UTC 2017 - pmonrealgonzalez@suse.com
|
Fri Aug 18 10:57:32 UTC 2017 - pmonrealgonzalez@suse.com
|
||||||
|
|
||||||
- Update to version 1.7.0
|
- Update to version 1.7.0
|
||||||
* Ldns built with openssl-1.1.0 [bsc#1042653]
|
* Ldns built with openssl-1.1.0 [bsc#1042653]
|
||||||
* Fix #551 change Regent to Copyright holder in BSD license in some of
|
* Fix #551 change Regent to Copyright holder in BSD license in some of
|
||||||
the headings of the file, to match the opensource.org BSD license.
|
the headings of the file, to match the opensource.org BSD license.
|
||||||
|
41
ldns.spec
41
ldns.spec
@ -20,7 +20,7 @@
|
|||||||
Name: ldns
|
Name: ldns
|
||||||
Version: 1.7.0
|
Version: 1.7.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A dns library
|
Summary: A library for developing the Domain Name System
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Url: http://www.nlnetlabs.nl/projects/ldns/
|
Url: http://www.nlnetlabs.nl/projects/ldns/
|
||||||
@ -34,24 +34,22 @@ BuildRequires: python-devel
|
|||||||
BuildRequires: swig
|
BuildRequires: swig
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The goal of ldns is to simplify DNS programming, it supports recent RFCs like
|
ldns is a C library that can be used for domain name system (DNS)
|
||||||
the DNSSEC documents, and allows developers to easily create software
|
development. It supports RFCs like the DNSSEC documents, and allows
|
||||||
conforming to current RFCs, and experimental software for current Internet
|
developers to create software conforming to RFCs, as well as
|
||||||
Drafts. A secondary benefit of using ldns is speed; ldns is written in C it
|
experimental software for current Internet Drafts.
|
||||||
should be a lot faster than Perl.
|
|
||||||
|
|
||||||
This package holds the tools/examples from ldns.
|
This package holds the tools/examples from ldns.
|
||||||
|
|
||||||
%package -n %{libname}
|
%package -n %{libname}
|
||||||
Summary: Tools from ldns
|
Summary: A library for developing the Domain Name System
|
||||||
Group: Productivity/Networking/DNS/Servers
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n %{libname}
|
%description -n %{libname}
|
||||||
The goal of ldns is to simplify DNS programming, it supports recent RFCs like
|
ldns is a C library that can be used for domain name system (DNS)
|
||||||
the DNSSEC documents, and allows developers to easily create software
|
development. It supports RFCs like the DNSSEC documents, and allows
|
||||||
conforming to current RFCs, and experimental software for current Internet
|
developers to create software conforming to RFCs, as well as
|
||||||
Drafts. A secondary benefit of using ldns is speed; ldns is written in C it
|
experimental software for current Internet Drafts.
|
||||||
should be a lot faster than Perl.
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for ldns
|
Summary: Development files for ldns
|
||||||
@ -60,29 +58,28 @@ Requires: %{libname} = %{version}
|
|||||||
Requires: openssl-devel
|
Requires: openssl-devel
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
The goal of ldns is to simplify DNS programming, it supports recent RFCs like
|
ldns is a C library that can be used for domain name system (DNS)
|
||||||
the DNSSEC documents, and allows developers to easily create software
|
development. It supports RFCs like the DNSSEC documents, and allows
|
||||||
conforming to current RFCs, and experimental software for current Internet
|
developers to create software conforming to RFCs, as well as
|
||||||
Drafts. A secondary benefit of using ldns is speed; ldns is written in C it
|
experimental software for current Internet Drafts.
|
||||||
should be a lot faster than Perl.
|
|
||||||
|
|
||||||
This package holds the development files.
|
This package holds the development files.
|
||||||
|
|
||||||
%package -n python-ldns
|
%package -n python-ldns
|
||||||
Summary: Python bindings for ldns
|
Summary: Python bindings for ldns
|
||||||
Group: Productivity/Networking/DNS/Servers
|
Group: Development/Languages/Python
|
||||||
Requires: %{libname} >= %{version}
|
Requires: %{libname} >= %{version}
|
||||||
|
|
||||||
%description -n python-ldns
|
%description -n python-ldns
|
||||||
Python bindings for ldns library
|
Python bindings for the ldns library
|
||||||
|
|
||||||
%package -n perl-DNS-LDNS
|
%package -n perl-DNS-LDNS
|
||||||
Summary: Perl bindings for ldns
|
Summary: Perl bindings for ldns
|
||||||
Group: Productivity/Networking/DNS/Servers
|
Group: Development/Languages/Perl
|
||||||
Requires: %{libname} >= %{version}
|
Requires: %{libname} >= %{version}
|
||||||
|
|
||||||
%description -n perl-DNS-LDNS
|
%description -n perl-DNS-LDNS
|
||||||
Perl bindings for ldns library
|
Perl bindings for the ldns library.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
Loading…
x
Reference in New Issue
Block a user