From: Andreas Dilger Date: Mon, 1 Oct 2001 22:02:20 +0000 (-0600) Subject: Add libuuid man pages to the RPM spec file. X-Git-Tag: WIP-20011130~20 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4941fe80d324552d1376353eca2afdaa34b73494;p=thirdparty%2Fe2fsprogs.git Add libuuid man pages to the RPM spec file. Add a copyright statement to the libuuid man page which identifies it as being under LGPL. While this is conveyed in the source code, it is not mentioned anywhere in the man pages or other documentation. --- diff --git a/e2fsprogs.spec b/e2fsprogs.spec index 0d99ae42d..da2e27cc9 100644 --- a/e2fsprogs.spec +++ b/e2fsprogs.spec @@ -140,4 +140,5 @@ fi /usr/include/uuid %{_mandir}/man1/compile_et.1* %{_mandir}/man3/com_err.3* - +%{_mandir}/man3/libuuid.3* +%{_mandir}/man3/uuid*.3* diff --git a/lib/uuid/libuuid.3.in b/lib/uuid/libuuid.3.in index 937290058..0b4e10781 100644 --- a/lib/uuid/libuuid.3.in +++ b/lib/uuid/libuuid.3.in @@ -37,7 +37,28 @@ was written by Theodore Y. Ts'o for the ext2 filesystem utilties. .SH AVAILABILITY .B libuuid is part of the e2fsprogs package and is available from -http://e2fsprogs.sourceforge.net. +.UR http://e2fsprogs.sourceforge.net/ +http://e2fsprogs.sourceforge.net/ +.UE +.SH COPYING +.B libuuid +is available under the terms of the GNU Library General Public License (LGPL), +version 2 (or at your discretion any later version). A copy of the LGPL +should be included with this library in the file COPYING. If not, write to +.RS +Free Software Foundation, Inc. +.br +59 Temple Place +.br +Suite 330 +.br +Boston, MA 02111-1307 USA +.RE +.PP +or visit +.UR http://www.gnu.org/licenses/licenses.html#LGPL +http://www.gnu.org/licenses/licenses.html#LGPL +.UE .SH "SEE ALSO" .BR uuid_clear (3), .BR uuid_compare (3),