Index: Makefile =================================================================== --- /dev/null +++ Makefile @@ -0,0 +1 @@ +include ../Makefile.common Index: abi_symbols =================================================================== --- /dev/null +++ abi_symbols @@ -0,0 +1,24 @@ +libnss_mdns.so.2:NSSMDNS_0 +libnss_mdns.so.2:_nss_mdns_gethostbyaddr_r +libnss_mdns.so.2:_nss_mdns_gethostbyname2_r +libnss_mdns.so.2:_nss_mdns_gethostbyname_r +libnss_mdns4.so.2:NSSMDNS_0 +libnss_mdns4.so.2:_nss_mdns4_gethostbyaddr_r +libnss_mdns4.so.2:_nss_mdns4_gethostbyname2_r +libnss_mdns4.so.2:_nss_mdns4_gethostbyname_r +libnss_mdns4_minimal.so.2:NSSMDNS_0 +libnss_mdns4_minimal.so.2:_nss_mdns4_minimal_gethostbyaddr_r +libnss_mdns4_minimal.so.2:_nss_mdns4_minimal_gethostbyname2_r +libnss_mdns4_minimal.so.2:_nss_mdns4_minimal_gethostbyname_r +libnss_mdns6.so.2:NSSMDNS_0 +libnss_mdns6.so.2:_nss_mdns6_gethostbyaddr_r +libnss_mdns6.so.2:_nss_mdns6_gethostbyname2_r +libnss_mdns6.so.2:_nss_mdns6_gethostbyname_r +libnss_mdns6_minimal.so.2:NSSMDNS_0 +libnss_mdns6_minimal.so.2:_nss_mdns6_minimal_gethostbyaddr_r +libnss_mdns6_minimal.so.2:_nss_mdns6_minimal_gethostbyname2_r +libnss_mdns6_minimal.so.2:_nss_mdns6_minimal_gethostbyname_r +libnss_mdns_minimal.so.2:NSSMDNS_0 +libnss_mdns_minimal.so.2:_nss_mdns_minimal_gethostbyaddr_r +libnss_mdns_minimal.so.2:_nss_mdns_minimal_gethostbyname2_r +libnss_mdns_minimal.so.2:_nss_mdns_minimal_gethostbyname_r Index: abi_used_libs =================================================================== --- /dev/null +++ abi_used_libs @@ -0,0 +1 @@ +libc.so.6 Index: package.yml =================================================================== --- /dev/null +++ package.yml @@ -0,0 +1,27 @@ +name : nss-mdns +version : 0.10 +release : 1 +source : + - http://0pointer.de/lennart/projects/nss-mdns/nss-mdns-0.10.tar.gz : 1e683c2e7c3921814706d62fbbd3e9cbf493a75fa00255e0e715508d8134fa6d +license : LGPL-2.1 +component : network.util +summary : glibc plugin for .local name resolution +description: | + nss-mdns is a plugin for the GNU Name Service Switch (NSS) functionality of + the GNU C Library (glibc) providing host name resolution via Multicast DNS + (aka Zeroconf, aka Apple Rendezvous, aka Apple Bonjour), effectively allowing + name resolution by common Unix/Linux programs in the ad-hoc mDNS domain .local. + + nss-mdns provides client functionality only, which means that you have to + run a mDNS responder daemon separately from nss-mdns if you want to register + the local host name via mDNS (e.g. Avahi). +rundeps : + - avahi +setup : | + %configure --enable-avahi \ + --disable-legacy \ + --disable-lynx +build : | + %make +install : | + %make_install Index: pspec_x86_64.xml =================================================================== --- /dev/null +++ pspec_x86_64.xml @@ -0,0 +1,48 @@ + + + nss-mdns + + Pierre-Yves + pyu@riseup.net + + LGPL-2.1 + network.util + glibc plugin for .local name resolution + nss-mdns is a plugin for the GNU Name Service Switch (NSS) functionality of +the GNU C Library (glibc) providing host name resolution via Multicast DNS +(aka Zeroconf, aka Apple Rendezvous, aka Apple Bonjour), effectively allowing +name resolution by common Unix/Linux programs in the ad-hoc mDNS domain .local. + +nss-mdns provides client functionality only, which means that you have to +run a mDNS responder daemon separately from nss-mdns if you want to register +the local host name via mDNS (e.g. Avahi). + + https://solus-project.com/sources/README.Solus + + + nss-mdns + glibc plugin for .local name resolution + nss-mdns is a plugin for the GNU Name Service Switch (NSS) functionality of +the GNU C Library (glibc) providing host name resolution via Multicast DNS +(aka Zeroconf, aka Apple Rendezvous, aka Apple Bonjour), effectively allowing +name resolution by common Unix/Linux programs in the ad-hoc mDNS domain .local. + +nss-mdns provides client functionality only, which means that you have to +run a mDNS responder daemon separately from nss-mdns if you want to register +the local host name via mDNS (e.g. Avahi). + + network.util + + /usr/lib64/lib*.so.* + + + + + 2017-09-21 + 0.1 + Packaging update + Pierre-Yves + pyu@riseup.net + + + \ No newline at end of file