Page 1 of 1

Packaging question

PostPosted: Jun 5th, '11, 11:38
by roadrunner
I've been reading this tutorial, as I need to build a package for my own personal use. Do the instructions in the tutorial apply to Mageia or would I need to make some changes for building on Mageia.

.\\artin

Re: Packaging question

PostPosted: Jun 5th, '11, 12:18
by dubigrasu
If you plan to build some rpm for your personal use (as you say) then the best solution is to use checkinstall.
Much much easier.
You only need to build the package (make/cmake whatever) and instead of the final make install just use checkinstall.
Only few questions to answer (name/version,etc) and you have your own rpm package.

Re: Packaging question

PostPosted: Jun 5th, '11, 13:46
by roadrunner
Thanks, I'll try that.

EDIT:
Woah - it's not in the repos.

.\\artin

Re: Packaging question

PostPosted: Jun 8th, '11, 11:48
by roadrunner
I was going to do a package request for checkinstall but someone's beaten me to it :)

However, I'd still like to know if the Mandrake instructions are valid for setting up a Mageia build system.

.\\artin

Re: Packaging question

PostPosted: Jun 9th, '11, 00:09
by obgr_seneca
The main parts are identical, but you can have a look here: http://mageia.org/wiki/doku.php?id=rpm_start

Re: Packaging question

PostPosted: Jun 9th, '11, 14:46
by roadrunner
Thank you very much indeed for that, it's exactly what I was looking for :)

.\\artin