Re: Errors in packaging kupfer

2010-05-26 Thread Patrick Dignan
On Wed, May 26, 2010 at 8:43 AM, Mamoru Tasaka wrote: > > Ratnadeep Debnath wrote, at 05/26/2010 08:46 PM +9:00: > > On Wed, May 26, 2010 at 2:05 PM, Chen Lei  wrote: > >> CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-lm" waf configure --prefix=%{_prefix} > >> -> > >> waf configure --prefix=%{_prefix} --no-ru

Re: Errors in packaging kupfer

2010-05-26 Thread Mamoru Tasaka
Ratnadeep Debnath wrote, at 05/26/2010 08:46 PM +9:00: > On Wed, May 26, 2010 at 2:05 PM, Chen Lei 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, d

Re: Errors in packaging kupfer

2010-05-26 Thread Alain Portal
Le mercredi 26 mai 2010 13:46:20, Ratnadeep Debnath a écrit : > On Wed, May 26, 2010 at 2:05 PM, Chen Lei wrote: > > CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-lm" waf configure --prefix=%{_prefix} > > -> > > waf configure --prefix=%{_prefix} --no-runtime-deps > > > > > > All python modules are not neede

Re: Errors in packaging kupfer

2010-05-26 Thread Chen Lei
2010/5/26 Ratnadeep Debnath : > On Wed, May 26, 2010 at 2:05 PM, Chen Lei 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, >>

Re: Errors in packaging kupfer

2010-05-26 Thread Ratnadeep Debnath
On Wed, May 26, 2010 at 2:05 PM, Chen Lei 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, optflags is not

Re: Errors in packaging kupfer

2010-05-26 Thread Chen Lei
2010/5/26 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 >

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 devel@lists.fedora

Errors in packaging kupfer

2010-05-26 Thread Ratnadeep Debnath
Hi, I am packaging kupfer for fedora. I have already packaged python-keyring which is a dependency for kupfer. http://rtnpro.fedorapeople.org/Packages/SRPMS/python-keyring-0.2-1.fc12.src.rpm kupfer SPEC used : http://rtnpro.fedorapeople.org/Packages/SPECS/kupfer.spec kupfer src : http://kaizer.s