[opensuse-factory] Building rpms as normal user

2007-09-27 Thread Igor Jagec
What is the easiest way I can (re)build rpm packages as normal user on openSUSE 10.3? Thanks! -- Igor Jagec signature.asc Description: This is a digitally signed message part

Re: [opensuse-factory] Building rpms as normal user

2007-09-27 Thread Martin Schlander
Den Thursday 27 September 2007 13:09:07 skrev Igor Jagec: What is the easiest way I can (re)build rpm packages as normal user on openSUSE 10.3? Install the srpm .. modify the spec at /usr/src/packages/SPECS/.. Then see man rpmbuild .. or other documentation. But that is off topic here. This

Re: [opensuse-factory] Building rpms as normal user

2007-09-27 Thread Sylvester Lykkehus
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

Re: [opensuse-factory] Building rpms as normal user

2007-09-27 Thread Igor Jagec
Martin Schlander wrote: Den Thursday 27 September 2007 13:09:07 skrev Igor Jagec: What is the easiest way I can (re)build rpm packages as normal user on openSUSE 10.3? Install the srpm .. modify the spec at /usr/src/packages/SPECS/.. Then see man rpmbuild .. or other documentation. I know

Re: [opensuse-factory] Building rpms as normal user

2007-09-27 Thread Michal Marek
Igor Jagec wrote: Martin Schlander wrote: Den Thursday 27 September 2007 13:09:07 skrev Igor Jagec: What is the easiest way I can (re)build rpm packages as normal user on openSUSE 10.3? Install the srpm .. modify the spec at /usr/src/packages/SPECS/.. Then see man rpmbuild .. or other

Re: [opensuse-factory] Building rpms as normal user

2007-09-27 Thread Igor Jagec
On Čet, 2007-09-27 at 13:23 +0200, Sylvester Lykkehus wrote: Igor Jagec wrote: What is the easiest way I can (re)build rpm packages as normal user on openSUSE 10.3? Rebuild or build ? Both. Building is a science, in my opinion. Yes, it indeed is :) As a normal user, you might want to

Re: [opensuse-factory] Building rpms as normal user

2007-09-27 Thread Igor Jagec
On Čet, 2007-09-27 at 15:32 +0200, Michal Marek wrote: I know how to (re)build a rpm package as root user, but I don't know how to build it as normal user. Did you try it? Not before I've made mess on my system with Fedora's script for creating build directory :) But I edited my