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 10: Line 10:
Requires: docbook2X
Requires: docbook2X
</nowiki></pre>
</nowiki></pre>


==== Links ====
* Join to the package maintainers: http://fedoraproject.org/wiki/PackageMaintainers/Join
* Koji : http://fedoraproject.org/wiki/PackageMaintainers/UsingKoji
* Mock: http://fedoraproject.org/wiki/Projects/Mock
* Create Fedora RPM : http://fedoraproject.org/wiki/PackageMaintainers/CreatingPackageHowTo
* Packaging Python: http://fedoraproject.org/wiki/Packaging/Python

Revision as of 19:24, 18 February 2010

Fedora Package Maintainer

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