Fedora Package Maintainer

From Bashlinux
Revision as of 22:03, 6 June 2015 by Manpaz (talk | contribs) (Created page with "__NOTOC__ = Fedora Package Maintainer = Fedora repositories are recently changed to git repositories (Aug 2010). To checkout a package do run: # fedpkg clone -a <package nam...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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