Re: [expert] 2 Questions about building RPMs

2002-01-07 Thread Michael Viron
>So do i686 packages ("optimised to the max") work on i586? > >Thanks again, >pesarif No, they will not, as they are compiled for i686. It's the same as trying to use an i586 (Pentium) package on a 486 -- they will not work. Michael -- Michael Viron Registered Linux User #81978 Senior Systems

Re: [expert] 2 Questions about building RPMs

2002-01-07 Thread pesarif
On Sat, 5 Jan 2002 05:06, tester wrote: [snipped] > pesarif wrote: > > Secondly, I noticed in a number of posts that people have mentioned that > > i686 (Pentium II) packages will run on a Pentium (i586). If gcc does > > processor-specific optimisations (e.g. use of new instructions), then how >

Re: [expert] 2 Questions about building RPMs

2002-01-04 Thread eric
nds wrote: > > pesarif wrote: > > >Hi. > > > >I just read some bits and pieces from an open-book called "Maximum RPM". It > >mentions that to build an RPM from .tar.gz source, you need to have a section > >called "%files" in the .spec file and that this must list _all_ the files > >that will be

Re: [expert] 2 Questions about building RPMs

2002-01-04 Thread nds
pesarif wrote: >Hi. > >I just read some bits and pieces from an open-book called "Maximum RPM". It >mentions that to build an RPM from .tar.gz source, you need to have a section >called "%files" in the .spec file and that this must list _all_ the files >that will be installed on the user's sy

Re: [expert] 2 Questions about building RPMs

2002-01-04 Thread tester
pesarif wrote: > Hi. > > I just read some bits and pieces from an open-book called "Maximum RPM". It > mentions that to build an RPM from .tar.gz source, you need to have a section > called "%files" in the .spec file and that this must list _all_ the files > that will be installed on the use

[expert] 2 Questions about building RPMs

2002-01-03 Thread pesarif
Hi. I just read some bits and pieces from an open-book called "Maximum RPM". It mentions that to build an RPM from .tar.gz source, you need to have a section called "%files" in the .spec file and that this must list _all_ the files that will be installed on the user's system. The book is a