Difference between revisions of "Fedora-maintainer"

From Bashlinux
Jump to: navigation, search
Line 4: Line 4:
   
 
To checkout a package do run:
 
To checkout a package do run:
 
<pre><nowiki>
 
 
# fedpkg clone -a <package name>
 
# fedpkg clone -a <package name>
</nowiki></pre>
 
 
   
 
== Others ==
 
== Others ==
Line 15: Line 11:
   
 
When `xsltproc` is unable to process a file in order to generate manpages, then `db2x_docbook2man` could be used to generate with no error pages on build stage. Also don't forget to add the dependency in the Spec file.
 
When `xsltproc` is unable to process a file in order to generate manpages, then `db2x_docbook2man` could be used to generate with no error pages on build stage. Also don't forget to add the dependency in the Spec file.
 
<pre><nowiki>
 
 
Requires: docbook2X
 
Requires: docbook2X
</nowiki></pre>
 
 
   
 
== Links ==
 
== Links ==

Revision as of 02:58, 3 June 2015

Fedora Package Maintainer

Fedora repositories are recently changed to git repositories (Aug 2010).

To checkout a package do run:

# fedpkg clone -a <package name>

Others

manpages

If exists (and only if) it must be present on rpm.

When `xsltproc` is unable to process a file in order to generate manpages, then `db2x_docbook2man` could be used to generate with no error pages on build stage. Also don't forget to add the dependency in the Spec file.

Requires: docbook2X

Links