Fedora-maintainer: Difference between revisions

From Bashlinux
Jump to navigationJump to search
Content deleted Content added
Manpaz (talk | contribs)
No edit summary
Manpaz (talk | contribs)
No edit summary
Line 1: Line 1:
__NOTOC__
__NOTOC__
== Fedora Package Maintainer ==
= Fedora Package Maintainer =
Fedora repositories are recently changed to git repositories (Aug 2010).


To checkout a package do run:
<pre><nowiki>
# fedpkg clone -a <package name>
</nowiki></pre>


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

Revision as of 06:19, 8 December 2010

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