Page 1 of 1

Re: How to create ImageMagick-devel.rpm?

Posted: 2009-01-11T19:00:33-07:00
by anthony
The link does built the development RPM packages too.

The package extraction just limits the RPM's retrieved from the
build area.

Replace

Code: Select all

cp -p $tmp/*/ImageMagick-[6p]*.i386.rpm
with

Code: Select all

cp -p $tmp/*/ImageMagick-*.i386.rpm
, and you will get ALL the packages.

The next line may need to be modified to limit the package installation (as root) to just what you want.