nss-mdns-vl.spec 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. Summary: NSS module for Multicast DNS name resolution
  2. Name: nss-mdns
  3. Version: 0.10
  4. Release: 2%{?_dist_release}
  5. URL: http://0pointer.de/lennart/projects/nss-mdns/
  6. License: LGPLv2.1+
  7. Group: System Environment/Libraries
  8. Source0: http://0pointer.de/lennart/projects/%{name}/%{name}-%{version}.tar.gz
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  10. Requires: avahi
  11. Vendor: Project Vine
  12. Distribution: Vine Linux
  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. %prep
  20. %setup -q
  21. %build
  22. %configure --disable-lynx --enable-avahi
  23. make
  24. %install
  25. rm -rf $RPM_BUILD_ROOT
  26. %makeinstall
  27. %clean
  28. rm -rf $RPM_BUILD_ROOT
  29. %post -p /sbin/ldconfig
  30. %postun -p /sbin/ldconfig
  31. %files
  32. %defattr(-,root,root)
  33. %doc LICENSE README
  34. %{_libdir}/*
  35. %changelog
  36. * Tue Jan 29 2013 IWAI, Masaharu <iwai@alib.jp> 0.10-2
  37. - rebuild with current Vine Linux
  38. - add Vendor and Distribution tags
  39. - update License: LGPL -> LGPLv2.1+
  40. * Fri Jul 25 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.10-1
  41. - rebuild with current VineSeed environment under new versioning policy
  42. * Wed Jun 20 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 0.10-0vl2
  43. - rebuild for VineSeed
  44. * Sun Jun 17 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 0.10-0vl1
  45. - initial release for Vine Linux 4.1