How to RPM'ify Perl Modules

2009-07-21 Thread Fulko Hew
I'd like to create an RPM (spec file) to package my Perl based product so that its easy to distribute and easy to add to a Fedora kickstart file, but I'm not too sure where to start. I've looked around and found cpan2rpm and rpmpan, but I'd like to know what the 'official' approach is for Fedora.

Re: How to RPM'ify Perl Modules

2009-07-21 Thread Michael Cronenworth
Fulko Hew on 07/21/2009 08:29 AM wrote: Can anyone point me in the right direction? https://fedoraproject.org/wiki/Packaging/Perl ? -- fedora-devel-list mailing list fedora-devel-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-devel-list

Re: How to RPM'ify Perl Modules

2009-07-21 Thread Bruno Wolff III
On Tue, Jul 21, 2009 at 09:29:46 -0400, Fulko Hew fulko@gmail.com wrote: I'd like to create an RPM (spec file) to package my Perl based product so that its easy to distribute and easy to add to a Fedora kickstart file, but I'm not too sure where to start. I've looked around and found