From de7d4c6ae7b08db0e00a8250e4d0dff134702b4d Mon Sep 17 00:00:00 2001 From: Justin Clift Date: Tue, 13 Jul 2010 05:33:35 +1000 Subject: [PATCH] man pages: update authors and copyright notice for libvirtd and virsh This patch removes the individual author names from the libvirtd and virsh man pages, instead referring to the main AUTHORS file distributed with libvirt. This approach is needed, as we can't guarantee unicode support across all versions of pod2man used with libvirt. Additionally, this patch includes the libvirtd man page in the spec file used with "make rpm". Without this patch "make rpm" is broken. --- daemon/libvirtd.pod.in | 26 +++----------------------- libvirt.spec.in | 2 ++ tools/virsh.pod | 6 +++--- 3 files changed, 8 insertions(+), 26 deletions(-) diff --git a/daemon/libvirtd.pod.in b/daemon/libvirtd.pod.in index 9f578c48a1..04a4cb4a08 100644 --- a/daemon/libvirtd.pod.in +++ b/daemon/libvirtd.pod.in @@ -1,5 +1,3 @@ -=encoding utf-8 - =head1 NAME libvirtd - libvirtd management daemon @@ -148,30 +146,12 @@ L =head1 AUTHORS - Stefan Berger - Daniel Berrange - Eric Blake - Matthias Bolte - Jiri Denemark - Amy Griffis - Guido Günther - Richard W.M. Jones - Dan Kenigsberg - Chris Lalancette - Dave Leskovec - John Levon - Wolfgang Mauerer - Mark McLoughlin - Jim Meyering - Cole Robinson - Atsushi SAKAI - Laine Stump - Miloslav Trmač - Daniel Veillard or +Please refer to the AUTHORS file distributed with libvirt. =head1 COPYRIGHT -Copyright (C) 2006-2010 Red Hat, Inc. and the above mentioned AUTHORS. +Copyright (C) 2006-2010 Red Hat, Inc., and the authors listed in the +libvirt AUTHORS file. =head1 LICENSE diff --git a/libvirt.spec.in b/libvirt.spec.in index ce58f2a579..6d3c3c2b4c 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -828,6 +828,8 @@ fi %attr(0755, root, root) %{_libexecdir}/libvirt_parthelper %attr(0755, root, root) %{_sbindir}/libvirtd +%{_mandir}/man8/libvirtd.8* + %doc docs/*.xml %endif diff --git a/tools/virsh.pod b/tools/virsh.pod index e03dbe87f4..e0471b1b1e 100644 --- a/tools/virsh.pod +++ b/tools/virsh.pod @@ -1093,8 +1093,7 @@ Alternatively report bugs to your software distributor / vendor. =head1 AUTHORS - Andrew Puch - Daniel Veillard + Please refer to the AUTHORS file distributed with libvirt. Based on the xm man page by: Sean Dague @@ -1102,7 +1101,8 @@ Alternatively report bugs to your software distributor / vendor. =head1 COPYRIGHT -Copyright (C) 2005, 2007-2010 Red Hat, Inc. +Copyright (C) 2005, 2007-2010 Red Hat, Inc., and the authors listed in the +libvirt AUTHORS file. =head1 LICENSE -- 2.47.2