packages: wicd/wicd.spec - up to 1.7.0 - package netherland's manuals - spl...

Elan Ruusamäe glen at pld-linux.org
Tue Jan 19 00:05:55 CET 2010


On Monday 18 January 2010 22:55:30 evil wrote:
> - commented _libexecdir redefinition (but setup reworked, so it can be
> uncommented and spec builds/works). not sure about that anyway

it's because you did not actually comment it out:

> -%define                _libexecdir     %{_prefix}/lib/%{name}
> +#%define               _libexecdir     %{_prefix}/lib/%{name}

this still redefines it. you need to avoid "%define" by using %% or 
removing %define

i guess even in 2030 people won't understand that # is not a comment mark in 
rpm.spec

-- 
glen


More information about the pld-devel-en mailing list