Igor Jagec wrote:
What is the easiest way I can (re)build rpm packages as normal user on
openSUSE 10.3?
Thanks!
Rebuild or build ?
Rebuilding should be a matter of just running rpmbuild --rebuild against
the src.rpm package.
Building is a science, in my opinion. If you would like to build a rpm
from a source release, which uses the "./configure;make;make install"
approach, and does not include a .spec file, checkinstall makes the
process easy. That is, use "./configure;make;checkinstall" instead.
As a normal user, you might want to add the --pakdir argument to point
to a path where this user have write permission, instead of the default
/usr/src/packages/RPMS
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]