Move znc-buildmod.1 to znc-devel

The znc-buildmod command is in znc-devel.  The man-page belongs there as
well.
This commit is contained in:
Todd Zullinger 2018-08-26 03:14:24 -04:00
parent c3743a066e
commit cfed6841db
1 changed files with 3 additions and 1 deletions

View File

@ -168,7 +168,7 @@ getent passwd znc >/dev/null || \
%doc ChangeLog.md NOTICE README.md
%license LICENSE
%{_bindir}/znc
%{_mandir}/man1/*
%{_mandir}/man1/znc.1*
%{_libdir}/znc
# exclude modperl, modpython, and modtcl files
%exclude %{_libdir}/znc/modperl/
@ -191,6 +191,7 @@ getent passwd znc >/dev/null || \
%{_bindir}/znc-buildmod
%{_libdir}/pkgconfig/%{name}.pc
%{_includedir}/znc/
%{_mandir}/man1/znc-buildmod.1*
%files modtcl
%{_libdir}/znc/modtcl.so
@ -226,6 +227,7 @@ getent passwd znc >/dev/null || \
- Use system-wide crypto policy
- Use %%license tag for LICENSE file
- Add ChangeLog.md and NOTICE files to %%doc
- Move znc-buildmod.1 to znc-devel
* Mon Jul 23 2018 Nick Bebout <nb@fedoraproject.org> - 1.7.1-2
- Add gcc-c++ and redhat-rpm-config to znc-devel's dependencies