[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r16237 - trunk/packages/rpm/redhat-7.x

From: David James <james82_at_gmail.com>
Date: 2005-09-24 19:19:04 CEST

On 9/24/05, david@tigris.org <david@tigris.org> wrote:
> # Install Python bindings.
> -make install-swig-py DESTDIR=$RPM_BUILD_ROOT DISTUTIL_PARAM=--prefix=$RPM_BUILD_ROOT
> +make install-swig-py DESTDIR=$RPM_BUILD_ROOT
> mkdir -p $RPM_BUILD_ROOT/usr/lib/python2.2/site-packages
> mv $RPM_BUILD_ROOT/usr/lib/svn-python/* $RPM_BUILD_ROOT/usr/lib/python2.2/site-packages
> +(cd $RPM_BUILD_DIR/%{name}-%{version}/subversion/bindings/swig/python/.libs/
> +for i in _*.soU
> +do
> + n=`basename $i U`
> + mv $i $RPM_BUILD_ROOT/usr/lib/python2.2/site-packages/libsvn/$n
> +done
> +)
> rmdir $RPM_BUILD_ROOT/usr/lib/svn-python
David, thanks for figuring out the solution to this problem! I'd like
to move your code into the standard Python installer, so that we can
correctly do "DESTDIR" installations out of the box on all systems
which require this extra incantation. Ideas?

Thanks,

David

--
David James -- http://www.cs.toronto.edu/~james
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Sep 24 19:19:47 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.