aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL
Commit message (Expand)AuthorAgeFilesLines
...
* Added FAQ file.Eric S. Raymond1996-11-221-0/+2
* No known servers now give it indigestion.Eric S. Raymond1996-11-081-4/+2
* Improved installation instructions.Eric S. Raymond1996-11-081-15/+13
* We can now work with any bind library.Eric S. Raymond1996-11-081-5/+0
* Implement batchlimit option.Eric S. Raymond1996-11-081-1/+3
* Ready for release.Eric S. Raymond1996-11-061-0/+5
* Add notes on how to report bugs.Eric S. Raymond1996-11-011-0/+14
* Not experimental any more.Eric S. Raymond1996-10-291-3/+0
* Cleanup for PL3.Eric S. Raymond1996-10-281-6/+25
* Document recent changes.Eric S. Raymond1996-10-251-1/+11
* Another pass at making multidrop work OK.Eric S. Raymond1996-10-251-0/+3
* Update.Eric S. Raymond1996-10-241-0/+3
* Typo fix.Eric S. Raymond1996-10-231-1/+1
* POP3 warning.Eric S. Raymond1996-10-231-3/+9
* Add capability to generate RPM specfile.Eric S. Raymond1996-10-091-0/+5
* Removed all pretentions to RPOP support.Eric S. Raymond1996-10-091-6/+0
* Bug fixes and better RC file documentation.Eric S. Raymond1996-10-081-0/+22
* Add code to bind to privileged port as needed for RPOP.Eric S. Raymond1996-09-261-0/+6
* Updated documentation.Eric S. Raymond1996-09-251-5/+5
* Updated documentation.Eric S. Raymond1996-09-251-0/+7
* *** empty log message ***Eric S. Raymond1996-09-241-3/+3
* Remove same name dependencies.Eric S. Raymond1996-09-241-1/+1
* The great name change.Eric S. Raymond1996-09-241-4/+4
* Add QNX installation instructions.Eric S. Raymond1996-09-231-3/+9
* Licensing and copyright changes pursuant to Carl Harris handing me theEric S. Raymond1996-06-281-28/+1
* Initial revisionEric S. Raymond1996-06-281-0/+58
. .TH "RPM2LSM" 1 "" "" "" .SH NAME rpm2lsm \- generate Linux Software Map entries from RPMs .SH "SYNOPSIS" .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).