diff --git a/authd.spec b/authd.spec index 8b52bb0..abf1096 100644 --- a/authd.spec +++ b/authd.spec @@ -1,7 +1,7 @@ Summary: A RFC 1413 ident protocol daemon Name: authd Version: 1.4.3 -Release: 34%{?dist} +Release: 35%{?dist} License: GPLv2+ Group: System Environment/Daemons URL: https://fedorahosted.org/authd/ @@ -18,7 +18,7 @@ Patch5: authd-1.4.3-jiffies64.patch Patch6: authd-1.4.3-valist.patch Patch7: authd-1.4.3-license.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root -BuildRequires: openssl-devel gettext +BuildRequires: openssl-devel gettext help2man Requires: xinetd %description @@ -53,6 +53,10 @@ sed -i -e 's|/usr/local|/usr|' ${RPM_BUILD_ROOT}%{_sysconfdir}/xinetd.d/auth touch ${RPM_BUILD_ROOT}%{_sysconfdir}/ident.key +install -d ${RPM_BUILD_ROOT}/%{_mandir}/man1/ +help2man -N -v -V ${RPM_BUILD_ROOT}/%{_sbindir}/in.authd -o \ + ${RPM_BUILD_ROOT}/%{_mandir}/man1/in.authd.1 + %find_lang %{name} %clean @@ -74,8 +78,12 @@ service xinetd reload %doc COPYING README.html rfc1413.txt %config(noreplace) %{_sysconfdir}/xinetd.d/auth %{_sbindir}/in.authd +%{_mandir}/*/* %changelog +* Thu Nov 29 2012 Roman Rakus - 1.4.3-35 +- Generate and include man page + * Mon Nov 19 2012 Roman Rakus - 1.4.3-34 - Fixed address in license text