Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Hi there Monks,
I need to be able to encapsulate the results of installing Perl from source ...
... into any RPM.$ wget http://www.cpan.org/src/5.0/perl-5.10.1.tar.gz $ tar -xzf perl-5.10.1.tar.gz $ cd perl-5.10.1 $ sh Configure -Dcc=gcc -Dprefix=/some/where/perl -de $ sudo make $ sudo make test $ sudo make install
Does any monk know where I can find a ".spec" file?
Thanks!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Where can I find the spec file for the Perl RPM?
by shmem (Chancellor) on Jan 22, 2010 at 23:20 UTC | |
|
Re: Where can I find the spec file for the Perl RPM?
by saberworks (Curate) on Jan 23, 2010 at 00:44 UTC | |
|
Re: Where can I find the spec file for the Perl RPM?
by Anonymous Monk on Jan 22, 2010 at 23:24 UTC | |
by Anonymous Monk on Jan 22, 2010 at 23:42 UTC | |
by Anonymous Monk on Jan 22, 2010 at 23:50 UTC | |
by Anonymous Monk on Jan 22, 2010 at 23:56 UTC | |
|
Re: Where can I find the spec file for the Perl RPM?
by phenom (Chaplain) on Jan 23, 2010 at 13:51 UTC |