nss-mdns/nss-mdns.spec
2022-01-11 20:21:36 +08:00

61 lines
1.4 KiB
RPMSpec

Name: nss-mdns
Version: 0.15.1
Release: 2
Summary: Host name resolution for GNU Name Service Switch
License: LGPLv2+
URL: https://github.com/lathiat/nss-mdns
Source0: https://github.com/lathiat/nss-mdns/releases/download/v%{version}/nss-mdns-%{version}.tar.gz
BuildRequires: make gcc pkgconfig(check)
Requires: avahi
%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.
%package_help
%prep
%autosetup
%build
%configure --libdir=/%{_lib}
%make_build
%check
make check || (cat ./test-suite.log; false)
%install
rm -rf $RPM_BUILD_ROOT
%make_install
%post
%{?ldconfig}
%posttrans
authselect enable-feature with-mdns4 &> /dev/null || :
%preun
authselect disable-feature with-mdns4 &> /dev/null || :
%ldconfig_postun
%files
%license LICENSE
/%{_lib}/*.so.*
%files help
%doc README.md NEWS.md ACKNOWLEDGEMENTS.md
%changelog
* Fri Jan 07 2022 wulei <wulei80@huawei.com> - 0.15.1-2
- add help package
* Tue Dec 28 2021 wulei <wulei80@huawei.com> - 0.15.1-1
- Package update
* Fri Nov 8 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.14.1-3
- Package init