[PlanetCCRMA] Building Alsa RPMs...

Fernando Pablo Lopez-Lezcano nando@ccrma.Stanford.EDU
Fri Jan 24 16:13:01 2003


> > _After_ you have built all of them, yes, you can install them with one
> > command. But for building each of the pieces you have to have the
> > previous one installed. 
> > 
> 
> Sorry, I'm stuck on the word 'installed'.
> 
> I 'installed' the 0.9.0-44  RPM that you made and provided via the
> Planet a few days ago. However, it appears that these instructions ask
> me to 'install' it a second time:

Awh, the "obvious" things. You should change the version number of the
rpms you are building so that they do not conflict with the ones that
are already installed. You do that by changing the "release" tag in each
spec file (to, for example, "44.1") and then rebuilding / reinstalling.
Each time you want to build a "new" version up the release number. 

OR: you could rpm -e --nodeps all the relevant packages and reinstall,
but on the first try I would modify the version number so that it does
not have the same number as the planet ccrma rpms. 

-- Fernando