Re: python3 rpm macros not available without python3-devel installed

2010-09-15 Thread Robin Lee
> will. > > > > Something like this: > > %{?!py3_ver: %global py3_ver 3.2} > > > > would work. I'm not sure of the safest thing that we can use there > and > > still not run into problems when building the srpm. > > > > -Toshi

Re: python3 rpm macros not available without python3-devel installed

2010-09-15 Thread Toshio Kuratomi
sure of the safest thing that we can use there and > still not run into problems when building the srpm. > > -Toshio > > > On Wed, Sep 15, 2010 at 7:06 PM, Ignacio Vazquez-Abrams < > ivazquez...@gmail.com> > > wrote: > > >

Re: python3 rpm macros not available without python3-devel installed

2010-09-15 Thread Robin Lee
. > > -Toshio > > > On Wed, Sep 15, 2010 at 7:06 PM, Ignacio Vazquez-Abrams < > ivazquez...@gmail.com> > > wrote: > > > > On Wed, 2010-09-15 at 18:22 +0800, Robin Lee wrote: > > > python3 rpm macros not available without python3-devel insta

Re: python3 rpm macros not available without python3-devel installed

2010-09-15 Thread Toshio Kuratomi
5, 2010 at 7:06 PM, Ignacio Vazquez-Abrams > > wrote: > > On Wed, 2010-09-15 at 18:22 +0800, Robin Lee wrote: > > python3 rpm macros not available without python3-devel installed. > > 'rpmbuild --viewrc' will show you. > > > > So if

Re: python3 rpm macros not available without python3-devel installed

2010-09-15 Thread Robin Lee
; On Wed, Sep 15, 2010 at 7:06 PM, Ignacio Vazquez-Abrams < > ivazquez...@gmail.com> wrote: > >> On Wed, 2010-09-15 at 18:22 +0800, Robin Lee wrote: >> > python3 rpm macros not available without python3-devel installed. >> > 'rpmbuild --viewrc' will show you

Re: python3 rpm macros not available without python3-devel installed

2010-09-15 Thread Robin Lee
PM, Ignacio Vazquez-Abrams < ivazquez...@gmail.com> wrote: > On Wed, 2010-09-15 at 18:22 +0800, Robin Lee wrote: > > python3 rpm macros not available without python3-devel installed. > > 'rpmbuild --viewrc' will show you. > > > > So if you use the pyt

Re: python3 rpm macros not available without python3-devel installed

2010-09-15 Thread Ignacio Vazquez-Abrams
On Wed, 2010-09-15 at 18:22 +0800, Robin Lee wrote: > python3 rpm macros not available without python3-devel installed. > 'rpmbuild --viewrc' will show you. > > So if you use the python3 macros to define another macro and you have > no python3-devel installed, you m

python3 rpm macros not available without python3-devel installed

2010-09-15 Thread Robin Lee
python3 rpm macros not available without python3-devel installed. 'rpmbuild --viewrc' will show you. So if you use the python3 macros to define another macro and you have no python3-devel installed, you must fail. So, how to define, for example, a %py3_ver macro for the major version