Imported Upstream version 0.6.6
[platform/upstream/libsolv.git] / doc / susetags2solv.1
1 '\" t
2 .\"     Title: susetags2solv
3 .\"    Author: [see the "Author" section]
4 .\" Generator: DocBook XSL Stylesheets v1.78.0 <http://docbook.sf.net/>
5 .\"      Date: 09/24/2014
6 .\"    Manual: LIBSOLV
7 .\"    Source: libsolv
8 .\"  Language: English
9 .\"
10 .TH "SUSETAGS2SOLV" "1" "09/24/2014" "libsolv" "LIBSOLV"
11 .\" -----------------------------------------------------------------
12 .\" * Define some portability stuff
13 .\" -----------------------------------------------------------------
14 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15 .\" http://bugs.debian.org/507673
16 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
17 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18 .ie \n(.g .ds Aq \(aq
19 .el       .ds Aq '
20 .\" -----------------------------------------------------------------
21 .\" * set default formatting
22 .\" -----------------------------------------------------------------
23 .\" disable hyphenation
24 .nh
25 .\" disable justification (adjust text to left margin only)
26 .ad l
27 .\" -----------------------------------------------------------------
28 .\" * MAIN CONTENT STARTS HERE *
29 .\" -----------------------------------------------------------------
30 .SH "NAME"
31 susetags2solv \- convert the susetags repository format into a solv file
32 .SH "SYNOPSIS"
33 .sp
34 \fBsusetags2solv\fR [\fIOPTIONS\fR]
35 .SH "DESCRIPTION"
36 .sp
37 The susetags format is most as repository format on most products created by SUSE\&. The susetags2solv reads data from standard input, converts the format into a solv file, and writes it to standard output\&.
38 .PP
39 \fB\-c\fR \fICONTENTFILE\fR
40 .RS 4
41 Also parse the specified content file containing meta information about the repository\&.
42 .RE
43 .PP
44 \fB\-q\fR \fIWHAT\fR
45 .RS 4
46 Data query mode: instead of writing a solv file, select the
47 \fIWHAT\fR
48 element in the input data and write it to standard output\&. An example for
49 \fIWHAT\fR
50 is
51 \fBdefaultvendor\fR
52 to get a default vendor for the repository\&.
53 .RE
54 .PP
55 \fB\-M\fR \fIMERGEFILE\&.solv\fR
56 .RS 4
57 Merge the content of the specified solv file into the output\&.
58 .RE
59 .PP
60 \fB\-X\fR
61 .RS 4
62 Autoexpand SUSE pattern and product provides into packages\&.
63 .RE
64 .SH "AUTHOR"
65 .sp
66 Michael Schroeder <mls@suse\&.de>