On Mon, 2008-11-24 at 17:24 +0800, Jim Li wrote: > # > # spec file for package gtk-vnc
Change that to pyyaml ;)
> # Copyright 2008 Sun Microsystems, Inc.
> # This file and all modifications and additions to the pristine
> # package are under the same license as the package itself.
> #
> # Owner: jim
> #
I suggest adding a macro definition here to make sure %pythonver
is always defined:
%{?!pythonver:%define pythonver 2.4}
This line means, if pythonver is not defined then define it as 2.4.
Laca
