There are really only two supported ways to make RPMs (not counting manually creating the spec file, etc.). cpanspec (see your first link) and cpantorpm. cpanspec is good, but has some problems (it hardcodes some redhat specific stuff, and it tries to parse the Makefile.PL/Build.PL files which is fine if they follow strict conventions, but I didn't like that assumption), so I wrote cpantorpm. You can read more details about why I wrote it here. Have you tried to use it? It's got a lot of options, but if you have any questions, feel free to toss them out and I'll try to respond. It'll do everything that cpanspec and cpan2rpm (an older tool which hasn't gotten much support in a long time) will do, doesn't care what rpm based distribution you're on (I use it on both OpenSuSE and Redhat), and I've built hundreds of RPMs with it.

In reply to Re: CPAN modules to RPMs by SBECK
in thread CPAN modules to RPMs by clueless newbie

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.