From: Alexey Tourbin <at@altlinux.ru>
To: devel@lists.altlinux.org
Subject: [devel] %___build_pre
Date: Mon, 19 Mar 2007 11:12:19 +0300
Message-ID: <20070319081219.GA5965@solemn.turbinal> (raw)
[-- Attachment #1: Type: text/plain, Size: 1394 bytes --]
On Wed, Mar 14, 2007 at 03:43:47PM +0300, Alexey Tourbin wrote:
> Кстати, я хотел бы вынести все питоновские (а также перлове) макросы
> в соответствующие /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 ?
Вчера из обсуждения с vsu я понял, что этого сделать нельзя. То есть
по сути нельзя в /etc/rpm/macros.d/* накапливать какое-то значение,
которое будет использоваться в %___build_pre.
Но vsu предолжил другую неплохую идею, которая в модифицированном виде
выглядит так:
--- macros- 2007-02-23 13:56:53 +0000
+++ macros 2007-03-19 07:46:10 +0000
@@ -197,6 +197,7 @@
\
export MAKEFLAGS=\"-w PAM_SO_SUFFIX=%{?_pam_so_suffix}\"\
\
+ %{expand:%(cat /etc/rpm/macros.d/*.env)}\
%{verbose:set -x}%{!verbose:exec > /dev/null}\
umask 022\
%__mkdir_p %{u2p:%_builddir}\
Проверка:
$ cat /etc/rpm/macros.d/foo.env
%{?__rpm_foo:export RPM_FOO="%__rpm_foo"}
$ rpm --eval %___build_pre |grep RPM_FOO
$ rpm --define '__rpm_foo /usr/bin/foo' --eval %___build_pre |grep RPM_FOO
export RPM_FOO="/usr/bin/foo"
$
Есть ли недостатки у этого подхода?
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
reply other threads:[~2007-03-19 8:12 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20070319081219.GA5965@solemn.turbinal \
--to=at@altlinux.ru \
--cc=devel@lists.altlinux.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
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