* [devel] python.spec, %___build_pre
@ 2007-03-14 12:43 Alexey Tourbin
0 siblings, 0 replies; only message in thread
From: Alexey Tourbin @ 2007-03-14 12:43 UTC (permalink / raw)
To: devel
[-- Attachment #1: Type: text/plain, Size: 1224 bytes --]
python.spec:
625 %define __python %_builddir/Python-%version/python.sh
626 %define _python_lib_path %(RPM_BUILD_ROOT=%buildroot LD_LIBRARY_PATH=%buildroot%_libdir %buildroot%_bindir/python -c "import sys,os;
path=os.path.normpath(os.environ['RPM_BUILD_ROOT']) ; print ' '.join([ x[len(path):] for x in [ os.path.normpath(x) for x in sys.path] if x[0
:len(path)]==path])")
Так делать некрасиво. При раскрытии %_python_lib_path в %___build_pre (см.
/usr/lib/rpm/i586-alt-linux/*) $RPM_BUILD_ROOT ещё не заполнен.
$ gear --rpm -- rpm -bp
sh: /tmp/.private/at/python-buildroot/usr/bin/python: No such file or directory
Executing(%prep): /bin/sh -e /tmp/.private/at/rpm-tmp.95410
...
Правда, этот макрос правильно раскорется ко времени find-requiers и
find-provides, т.к. билдрут уже будет заполнен. Как сделать красиво,
я не знаю.
Кстати, я хотел бы вынести все питоновские (а также перлове) макросы
в соответствующие /etc/rpm/macros.d/ файлы. В связи с чем возникает
вопрос: как из этих файлов вклиниться в %__build_pre? Т.е. как из
/usr/lib/rpm/*/macros перенести строчку
%{?_python_lib_path:export %RPM_PYTHON_LIB_PATH=\"%_python_lib_path\"}\
в /etc/rpm/macros.d/python ?
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-03-14 12:43 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-14 12:43 [devel] python.spec, %___build_pre Alexey Tourbin
ALT Linux Team development discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
public-inbox-index devel
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.devel
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git