[CMake] RPM for CPack?

Eric Noulard eric.noulard at gmail.com
Fri Aug 3 11:13:02 EDT 2007


2007/8/3, Christian Convey <christian.convey at gmail.com>:
> On 8/3/07, Eric Noulard <eric.noulard at gmail.com> wrote:

Stange enough your guy doesn't want to improve
its own software distribution...

> But anyway, the net effect is that I need to do as much outside of his
> source tree as possible, including any invocations of
> INCLUDE(UseRPMTools).

Then may alien is a better way to go than UseRPMTools.
Assuming you have a .deb

alien --to-rpm package.deb

or even

alien --to-rpm package.tar.gz (coming from TGZ package generated by CPack)

will be more out of his source tree :))

http://www.linux-mag.com/id/1797/
Primary alien site is:
http://www.kitenet.net/programs/alien/

but it seems unreachable.

Alien is handy but I don't know if it generates as "clean" package
as you may generate with dedicated tools.


More information about the CMake mailing list