Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
creating RPM from Mojolicious application
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Armishev, Sergey  
View profile  
 More options Jun 13 2012, 5:31 pm
From: "Armishev, Sergey" <sarmis...@idirect.net>
Date: Wed, 13 Jun 2012 21:31:29 +0000
Local: Wed, Jun 13 2012 5:31 pm
Subject: creating RPM from Mojolicious application

Could somebody share his/her experience what is the best way/software to create RPM installer from my Mojolicious application? I would also expect that all Perl modules needed be automatically detected and downloaded from CPAN when RPM is prepared

Thanks,
-Sergey


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Solli Honorio  
View profile  
 More options Jun 14 2012, 1:03 pm
From: Solli Honorio <shono...@gmail.com>
Date: Thu, 14 Jun 2012 14:03:15 -0300
Local: Thurs, Jun 14 2012 1:03 pm
Subject: Re: [Mojolicious] creating RPM from Mojolicious application

 I've no experience, but what about create a self content package with
perlbrew ?

Solli Honorio

2012/6/13 Armishev, Sergey <sarmis...@idirect.net>

--
"o animal satisfeito dorme". - Guimarăes Rosa

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Roland Lammel  
View profile  
 More options Jun 14 2012, 2:40 pm
From: Roland Lammel <r...@quikit.at>
Date: Thu, 14 Jun 2012 20:40:46 +0200
Local: Thurs, Jun 14 2012 2:40 pm
Subject: Re: [Mojolicious] creating RPM from Mojolicious application

To create an RPM package you just need to make sure that all dependencies
are met, meaning all files and resources included in your package or
packages depending on it.

As Mojo (at least the pre 2.0 versions) just needs perl 5.8 or later even
building for CentOS should be fairly simple.

The best approach would be to use local::lib or carton to get all required
dependcies that are not available from a RPM repository into your apps
directory and to be packaged with it.

Just take a look at the .spec file for building RPMs for one of the
existing Perl modules.

Cheers and good luck

+rl


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »