From cfed6841db12855b86cba2523d36733f724b0e25 Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Sun, 26 Aug 2018 03:14:24 -0400 Subject: [PATCH] Move znc-buildmod.1 to znc-devel The znc-buildmod command is in znc-devel. The man-page belongs there as well. --- znc.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/znc.spec b/znc.spec index c54f72f..331e82c 100644 --- a/znc.spec +++ b/znc.spec @@ -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 - 1.7.1-2 - Add gcc-c++ and redhat-rpm-config to znc-devel's dependencies