nss-mdns-vl.spec 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. Summary: NSS module for Multicast DNS name resolution
  2. Name: nss-mdns
  3. Version: 0.14.1
  4. Release: 1%{?_dist_release}
  5. Group: system
  6. Vendor: Project Vine
  7. Distribution: Vine Linux
  8. URL: https://github.com/lathiat/nss-mdns
  9. License: LGPLv2.1+
  10. Source0: https://github.com/lathiat/nss-mdns/releases/download/v%{version}/nss-mdns-%{version}.tar.gz
  11. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  12. Requires: avahi
  13. %description
  14. nss-mdns is a plugin for the GNU Name Service Switch (NSS) functionality
  15. of the GNU C Library (glibc) providing host name resolution via Multicast
  16. DNS (using Zeroconf, aka Apple Bonjour / Apple Rendezvous ), effectively
  17. allowing name resolution by common Unix/Linux programs in the ad-hoc mDNS
  18. domain .local.
  19. %debug_package
  20. %prep
  21. %setup -q
  22. %build
  23. %configure --libdir=/%{_lib}
  24. %make_build
  25. %install
  26. rm -rf %{buildroot}
  27. %makeinstall
  28. %check
  29. make check || (cat ./test-suite.log; false)
  30. %clean
  31. rm -rf %{buildroot}
  32. %ldconfig_scriptlets
  33. %files
  34. %defattr(-,root,root)
  35. %license LICENSE
  36. %doc README.md NEWS.md ACKNOWLEDGEMENTS.md
  37. %{_libdir}/*.so.*
  38. %changelog
  39. * Thu Mar 04 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.14.1-1
  40. - new upstream release.
  41. * Tue Jan 29 2013 IWAI, Masaharu <iwai@alib.jp> 0.10-2
  42. - rebuild with current Vine Linux
  43. - add Vendor and Distribution tags
  44. - update License: LGPL -> LGPLv2.1+
  45. * Fri Jul 25 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.10-1
  46. - rebuild with current VineSeed environment under new versioning policy
  47. * Wed Jun 20 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 0.10-0vl2
  48. - rebuild for VineSeed
  49. * Sun Jun 17 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 0.10-0vl1
  50. - initial release for Vine Linux 4.1