Mailinglist Archive: opensuse-factory (824 mails)
| < Previous | Next > |
Re: [opensuse-factory] Building rpms as normal user
- From: Sylvester Lykkehus <zly@xxxxxxxxxxxxxx>
- Date: Thu, 27 Sep 2007 13:23:43 +0200
- Message-id: <46FB92BF.3060908@xxxxxxxxxxxxxx>
Igor Jagec wrote:
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: opensuse-factory+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-factory+help@xxxxxxxxxxxx
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: opensuse-factory+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-factory+help@xxxxxxxxxxxx
| < Previous | Next > |