Imported Upstream version 0.6.29
[platform/upstream/libsolv.git] / doc / comps2solv.txt
1 comps2solv(1)
2 =============
3 :man manual: LIBSOLV
4 :man source: libsolv
5
6
7 Name
8 ----
9 comps2solv - convert rpm-md comps.xml file into a solv file
10
11 Synopsis
12 --------
13 *comps2solv* ['OPTIONS']
14
15 Description
16 -----------
17 The comps.xml file is Fedora's way to implement package groups.
18 The comps2solv tool reads the comps xml file from stdin and
19 writes the parsed data as solv file to standard output. The
20 parser will create *group:* and *category:* pseudo packages
21 for each comps entry.
22
23 See Also
24 --------
25 mergesolv(1), createrepo(8)
26
27 Author
28 ------
29 Michael Schroeder <mls@suse.de>
30
31 ////
32 vim: syntax=asciidoc
33 ////