Re: Errors in packaging kupfer

2010-05-26 Thread Chen Lei
CFLAGS=$RPM_OPT_FLAGS LDFLAGS=-lm waf configure --prefix=%{_prefix} - waf configure --prefix=%{_prefix} --no-runtime-deps All python modules are not needed in runtime, don't check them. Also, the package is noarch, optflags is not needed. Chen Lei -- devel mailing list

Re: Errors in packaging kupfer

2010-05-26 Thread Chen Lei
2010/5/26 Chen Lei supercyp...@gmail.com: CFLAGS=$RPM_OPT_FLAGS LDFLAGS=-lm waf configure --prefix=%{_prefix} - waf configure --prefix=%{_prefix} --no-runtime-deps All python modules are not needed in runtime, don't check them. Also, the package is noarch, optflags is not needed. Chen

Re: Errors in packaging kupfer

2010-05-26 Thread Ratnadeep Debnath
On Wed, May 26, 2010 at 2:05 PM, Chen Lei supercyp...@gmail.com wrote: CFLAGS=$RPM_OPT_FLAGS LDFLAGS=-lm waf configure --prefix=%{_prefix} - waf configure --prefix=%{_prefix} --no-runtime-deps All python modules are not needed in runtime, don't check them. Also, the package is noarch,

Re: Errors in packaging kupfer

2010-05-26 Thread Patrick Dignan
On Wed, May 26, 2010 at 8:43 AM, Mamoru Tasaka mtas...@ioa.s.u-tokyo.ac.jp wrote: Ratnadeep Debnath wrote, at 05/26/2010 08:46 PM +9:00: On Wed, May 26, 2010 at 2:05 PM, Chen Leisupercyp...@gmail.com  wrote: CFLAGS=$RPM_OPT_FLAGS LDFLAGS=-lm waf configure --prefix=%{_prefix} - waf