aboutsummaryrefslogtreecommitdiffstats
path: root/todo.html
Commit message (Expand)AuthorAgeFilesLines
* Convert most references from berlios.de to sourceforge.net.Matthias Andree2014-05-211-1/+2
* Link the two TODO documents to each other.Matthias Andree2009-05-241-0/+3
* Clean out obsolete items.Matthias Andree2006-03-031-15/+0
* Move TODO into todo.html.Matthias Andree2005-07-031-47/+52
* Make this conformant XHTML.Matthias Andree2005-07-031-2/+2
* Fix patch for Sunil Shetye's POP3 tweaks.Eric S. Raymond2004-01-131-2/+25
* Close a Debian bug.Eric S. Raymond2003-10-101-2/+13
* First round ofmlong-delayed bug fixes.Eric S. Raymond2003-07-171-2/+4
* Documentation updates.Eric S. Raymond2003-02-281-2/+11
* IDLE implementation.Eric S. Raymond2003-02-281-10/+2
* Fix a minor bug reported by Matthias Andree.Eric S. Raymond2002-09-171-31/+2
* XML headers everywhere.Eric S. Raymond2002-07-301-2/+3
* XML conversionEric S. Raymond2002-07-281-93/+108
* Cleanup.Eric S. Raymond2002-07-281-6/+6
* Cleanup.Eric S. Raymond2002-07-281-7/+8
* Added a bug note.Eric S. Raymond2002-03-091-2/+27
* Initial version of ESMTP AUTH.Eric S. Raymond2002-03-091-7/+2
* Note a new bug.Eric S. Raymond2001-12-141-2/+8
* License cleanup.Eric S. Raymond2001-09-301-10/+2
* Eliminate a bug.Eric S. Raymond2001-09-241-5/+2
* Added TODO about license com[patibility.Eric S. Raymond2001-09-221-2/+10
* Ready to ship.Eric S. Raymond2001-08-101-2/+6
* Updated buglist.Eric S. Raymond2001-07-311-38/+21
* Note Paul Howarth's error.Eric S. Raymond2001-07-061-2/+19
* Resady to ship.Eric S. Raymond2001-05-301-2/+5
* SSL certification handling.Eric S. Raymond2001-05-141-5/+3
* Version bump.Eric S. Raymond2001-02-191-3/+3
* Initial revisionEric S. Raymond2001-02-111-0/+74
span> .nf \fBrpm2lsm\fR [-a \fIauthor\fR] [-k \fIkeywords\fR] [-p \fIplatforms\fR] [-m \fImaintainer\fR] \fIrpmfile\fR .fi .SH "DESCRIPTION" .PP This tool extracts tag information from an RPM file to generate a Linux Software Map (version 3) entry on standard output. Command-line switches support adding LSM fields that have no equivalents in RPMs. Here are the field-generation rules: .TP Title: Taken straight from the RPM Name field. .TP Version: Taken straight from the RPM Version field. .TP Entered-Date: LSM-generation time in YYYY-MM-DD format. .TP Description: Taken straight from the RPM Description field. .TP Keywords: Taken from the value of the \fB-k\fR command-line option. If no such option is given, it is omitted. .TP Author: Taken from the value of the \fB-a\fR command-line option. If no such option is given, it looks for an AUTHORS file in the current directory (GNU convention) and uses that. If no AUTHORS file is present, your email addess and full name from the password file .TP Maintained-By: Taken from the value of the \fB-m\fR command-line option. If that was not given, taken from the RPM Packager field. If that was not given, fill in the Author name. .TP Primary-Site: The first (site) line is taken from the RPM URL field. Second and subsequent lines list tarballs and RPMs that match on name, version number, and release number with the RPM algument. For each file, size in 1K blocks is filled in. .TP Alternate-Site: This field is not generated. .TP Original-Site: This field is not generated. .TP Platforms: Taken from the value of the \fB-p\fR command-line option. If no such option is given, 'All' is filled in. .TP Copying-Policy: Taken straight from the RPM License field. .PP These are all the fields supported in LSM version 3. You can see the : LSM template http://ibiblio.org/pub/Linux/LSM-TEMPLATE for full details. .SH "AUTHOR" .PP Eric S. Raymond <esr@thyrsus.com>. For updates, see : http://www.catb.org/~esr/software.htmlhttp://www.catb.org/~esr/software.html. .SH "SEE ALSO" .PP \fBrpm\fR(8).