Bump version and add manpages to output.
authorfredrik <fredrik@959494ce-11ee-0310-bf91-de5d638817bd>
Thu, 12 Jan 2006 18:50:17 +0000 (18:50 +0000)
committerfredrik <fredrik@959494ce-11ee-0310-bf91-de5d638817bd>
Thu, 12 Jan 2006 18:50:17 +0000 (18:50 +0000)
git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/icmp-dn@558 959494ce-11ee-0310-bf91-de5d638817bd

admin/icmpdn.spec.in

index 7074c77..bf759c6 100644 (file)
@@ -1,6 +1,6 @@
 Name:          icmpdn
 Version:       @VERSION@
-Release:       2
+Release:       1
 License:       LGPL for library, GPL for utilities
 Group:         System Environment/Libraries
 Summary:       ICMP host name utilities
@@ -43,6 +43,10 @@ rm -rf "$RPM_BUILD_ROOT"
 /%{_lib}/libnss_icmp.so.2.0.0
 /%{_lib}/libnss_icmp.so.2
 %config %{_sysconfdir}/nss-icmp.conf
+%{_mandir}/man1/idnlookup.*
+%{_mandir}/man5/nss-icmp.conf.*
+%{_mandir}/man7/nss-icmp.*
+%{_mandir}/man8/icmpdnd.*
 
 %attr(4755,root,root) %{_bindir}/idnlookup
 
@@ -52,6 +56,9 @@ rm -rf "$RPM_BUILD_ROOT"
 %doc AUTHORS ChangeLog COPYING COPYING.LIB README
 
 %changelog
+* Thu Jan 12 2006 Fredrik Tolf <fredrik@dolda2000.com>
+- Added man pages to RPM
+
 * Thu Jul 07 2005 Fredrik Tolf <fredrik@dolda2000.com>
 - Compressed the description.
 - Added COPYING.LIB, which contains the LGPL.