Actually, to avoid confusion, I suggest we delete the %files
sections from the Linux specs. Not as a mass update but
one by one whenever we touch them.
Laca
On Mon, 2009-10-05 at 11:11 -0500, Brian Cameron wrote:
> Ghee:
>
> > Index: vte.spec
> > ===================================================================
> > --- vte.spec (revision 19532)
> > +++ vte.spec (working copy)
> > @@ -124,6 +124,8 @@
> > %{_libdir}/python2.4/vendor-packages/gtk-2.0/vtemodule.so
> >
> > * The path should be python2.6*
>
> The %files section in the Linux spec-files/base-specs I do not think are
> used anymore, but I went ahead and changed the "2.4" to
> "%{python_version}" which is probably more correct anyway.
>
> So the line now looks like this:
>
> %{_libdir}/python%{python_version}/vendor-packages/gtk-2.0/vtemodule.so
>
> Brian