NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
cpan2rpm-- (Score:2)
A few additionnal notes (I took the Template-Toolkit one) :
* you must not set buildarch unless it's noarch, because rpm will figure it out by itself, and that might be a 64 bit platform, or a sparc, etc.
* there are no BuildRequires, but a good tool would be able to generate them from the META.yml for example. (of course human tweaking would always be needed.) That makes the rpm difficult to rebuild by automated processes (or even by humans). (rpm is able to figure out some of the requires by itself.)
Reply to This
Re:cpan2rpm-- (Score:2)
Yeah. It was quick and easy (and already installed).
I'm happy to look at other alternatives tho'. I keep meaning to look at Ovid [cpan.org] but I love to hear other suggestions.
And thanks for the other suggestions. I'm really new to this and the current RPMs are provided very much on a "this works for me" basis - but I'll be working to raise the quality over the next few weeks.
Re:cpan2rpm-- (Score:2)
Also, you might find this interesting
http://qa.mandriva.com/twiki/bin/view/Main/PerlPolicy [mandriva.com]
http://gsd.di.uminho.pt/jpo/perl/specfiles/ [uminho.pt]
The 1st link is the policy to make perl rpms for Mandriva. We don't have exactly the same policy than FC, and we have a more recent rpm, with a perl dependency generator that has been patched a bit -- but the general rules should apply to FC too. I think the 2nd link is more or less official for FC.
Re:cpan2rpm-- (Score:1)