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
|
||||
|
||||
- Update to version 1.7.0
|
||||
- Update to version 1.7.0
|
||||
* Ldns built with openssl-1.1.0 [bsc#1042653]
|
||||
* 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.
|
||||
|
41
ldns.spec
41
ldns.spec
@ -20,7 +20,7 @@
|
||||
Name: ldns
|
||||
Version: 1.7.0
|
||||
Release: 0
|
||||
Summary: A dns library
|
||||
Summary: A library for developing the Domain Name System
|
||||
License: BSD-3-Clause
|
||||
Group: Development/Libraries/C and C++
|
||||
Url: http://www.nlnetlabs.nl/projects/ldns/
|
||||
@ -34,24 +34,22 @@ BuildRequires: python-devel
|
||||
BuildRequires: swig
|
||||
|
||||
%description
|
||||
The goal of ldns is to simplify DNS programming, it supports recent RFCs like
|
||||
the DNSSEC documents, and allows developers to easily create software
|
||||
conforming to current RFCs, and experimental software for current Internet
|
||||
Drafts. A secondary benefit of using ldns is speed; ldns is written in C it
|
||||
should be a lot faster than Perl.
|
||||
ldns is a C library that can be used for domain name system (DNS)
|
||||
development. It supports RFCs like the DNSSEC documents, and allows
|
||||
developers to create software conforming to RFCs, as well as
|
||||
experimental software for current Internet Drafts.
|
||||
|
||||
This package holds the tools/examples from ldns.
|
||||
|
||||
%package -n %{libname}
|
||||
Summary: Tools from ldns
|
||||
Group: Productivity/Networking/DNS/Servers
|
||||
Summary: A library for developing the Domain Name System
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n %{libname}
|
||||
The goal of ldns is to simplify DNS programming, it supports recent RFCs like
|
||||
the DNSSEC documents, and allows developers to easily create software
|
||||
conforming to current RFCs, and experimental software for current Internet
|
||||
Drafts. A secondary benefit of using ldns is speed; ldns is written in C it
|
||||
should be a lot faster than Perl.
|
||||
ldns is a C library that can be used for domain name system (DNS)
|
||||
development. It supports RFCs like the DNSSEC documents, and allows
|
||||
developers to create software conforming to RFCs, as well as
|
||||
experimental software for current Internet Drafts.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for ldns
|
||||
@ -60,29 +58,28 @@ Requires: %{libname} = %{version}
|
||||
Requires: openssl-devel
|
||||
|
||||
%description devel
|
||||
The goal of ldns is to simplify DNS programming, it supports recent RFCs like
|
||||
the DNSSEC documents, and allows developers to easily create software
|
||||
conforming to current RFCs, and experimental software for current Internet
|
||||
Drafts. A secondary benefit of using ldns is speed; ldns is written in C it
|
||||
should be a lot faster than Perl.
|
||||
ldns is a C library that can be used for domain name system (DNS)
|
||||
development. It supports RFCs like the DNSSEC documents, and allows
|
||||
developers to create software conforming to RFCs, as well as
|
||||
experimental software for current Internet Drafts.
|
||||
|
||||
This package holds the development files.
|
||||
|
||||
%package -n python-ldns
|
||||
Summary: Python bindings for ldns
|
||||
Group: Productivity/Networking/DNS/Servers
|
||||
Group: Development/Languages/Python
|
||||
Requires: %{libname} >= %{version}
|
||||
|
||||
%description -n python-ldns
|
||||
Python bindings for ldns library
|
||||
Python bindings for the ldns library
|
||||
|
||||
%package -n perl-DNS-LDNS
|
||||
Summary: Perl bindings for ldns
|
||||
Group: Productivity/Networking/DNS/Servers
|
||||
Group: Development/Languages/Perl
|
||||
Requires: %{libname} >= %{version}
|
||||
|
||||
%description -n perl-DNS-LDNS
|
||||
Perl bindings for ldns library
|
||||
Perl bindings for the ldns library.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
Loading…
x
Reference in New Issue
Block a user