Name: | jdns |
---|---|
Version: | 2.0.2 |
Release: | 1.el7 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 142260 |
License: | MIT |
RPM: | jdns-2.0.2-1.el7.aarch64.rpm |
Source RPM: | jdns-2.0.2-1.el7.src.rpm |
Build Date: | Thu May 24 2018 |
Build Host: | ca-buildarm04.us.oracle.com |
Vendor: | Oracle America |
URL: | http://delta.affinix.com/jdns/ |
Summary: | A simple DNS queries library |
Description: | JDNS is a simple DNS implementation that can perform normal DNS queries of any record type (notably SRV), as well as Multicast DNS queries and advertising. Multicast support is based on Jeremie Miller's "mdnsd" implementation. For maximum flexibility, JDNS is written in C with no direct dependencies, and is licensed under the MIT license. Your application must supply functionality to JDNS, such as UDP sending/receiving, via callbacks. |
- updated to 2.0.2 - dropped patches. went to upstream.
- pull in upstream fixes (including one for pkgconfig issue 6)
- USE_RELATIVE_PATHS=OFF (ON produces broken .pc files), .spec cosmetics
- Rebuilt for GCC 5 C++11 ABI change
- new upstream version
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
- use pkgconfig-style build dependencies - %check: make dir used in %files, ensure string compare - %install: make install/fast ... - %files: track library sonames
- Removed duplicated description for each package
- separated qjdns-devel subpackage - dropped any Confilcts/Obsoletes/Provides tags