On Wed, 2006-01-25 at 21:28 -0500, oleksandr korneta wrote: > > on 01/23/2006 06:21 AM Holger Macht wrote: > > >> RPM build errors: > >> File not found: /var/tmp/powersave-0.11.2-build/usr/lib/powersave > >> > >> --end of output-- > > > > Stupid mistake. I specified an absolut path for /usr/lib. Please try the > > specfile at http://powersave.sourceforge.net/powersave.spec > > > > Anyway, I will submit a new release today evening or tomorrow morning. I > > will also try to build cpufrequtils-0.4 to avoid a glibc update and > > provide it on sourceforge. Then I can also build versions > 0.11.2 for > > Fedora Core 4. > still waiting for new release. > by the way, This is probably a dumb question, but I just discovered that > I have no idea how to change the specfile in src.rpm. I just never did > it before. 1. If you have not already done so (it looks you have actually), set up an RPM build environment in your home directory, let's say ~/rpmbuild/ ( see http://www.city-fan.org/tips/CreateRPMBuildEnvironment ) 2. Install the src.rpm into your RPM build area using your regular user account: rpm -Uvh your.src.rpm 3. Edit the existing spec file in the ~/rpmbuild/SPECS directory, or overwrite it with a new one created by someone else 4. Build your new package: rpmbuild -ba ~/rpmbuild/SPECS/pkgname.spec Paul.