add help package

This commit is contained in:
wu-leilei 2022-01-11 20:21:36 +08:00
parent b24415fa4b
commit f901d8e1fe

View File

@ -1,6 +1,6 @@
Name: nss-mdns
Version: 0.15.1
Release: 1
Release: 2
Summary: Host name resolution for GNU Name Service Switch
License: LGPLv2+
URL: https://github.com/lathiat/nss-mdns
@ -15,6 +15,8 @@ GNU C Library (glibc) providing host name resolution via Multicast DNS (aka Zero
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
@ -42,11 +44,15 @@ authselect disable-feature with-mdns4 &> /dev/null || :
%files
%license LICENSE
%doc README.md NEWS.md ACKNOWLEDGEMENTS.md
/%{_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