ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: REAL <real@kemsu.ru>
To: ALT Linux Team development discussions <devel@lists.altlinux.org>
Subject: Re: [devel] python, noarch пакеты.
Date: Tue, 07 Feb 2012 13:46:29 +0600
Message-ID: <4F30D6D5.40000@kemsu.ru> (raw)
In-Reply-To: <201202070009.18119.asy@altlinux.ru>

07.02.2012 02:09, Sergey Y. Afonin пишет:
> И это не то несколько, так как есть ещё python-module-mailutils-api,
> который архитектурозависимый, как раз...

я не смотрел, но если python-module-mailutils-api кладёт файлы в тот 
же каталог (если не смотреть на x86_64), что и mailutils, то нужно и 
его модуль делать архитектурозависимым.

> С %_python_set_noarch уже
> он перестаёт собираться.

этот макрос банально устанавливает %python_sitelibdir в 
/usr/lib/pythonX.Y/site-packages, невзирая на архитектуру (иначе 
говоря, %python_sitelibdir и %python_sitelibdir_noarch начинают 
указывать в одно место). если python-module-mailutils-api не содержит 
файлов *.so, то использование этого макроса оправдано, но надо либо 
лечить его установку, либо в конце секции %install делать что-то 
наподобие этого:

%ifarch x86_64
install -d %buildroot%python_sitelibdir
mv %buildroot%_libdir/python%_python-version/site-packages/* \
   %buildroot%python_sitelibdir/
%endif

-- 

REAL aka Евгений Ростовцев, программист ЦНИТ КемГУ



  reply	other threads:[~2012-02-07  7:46 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-21 20:28 [devel] [#62503] FAILED mailutils.git=2.99.95-alt1.20120121.1 Sergey Y. Afonin
2012-01-21 20:39 ` Sergey Y. Afonin
2012-01-23  4:20   ` REAL
2012-02-06 14:00     ` [devel] python (Re: [#62503] FAILED mailutils.git=2.99.95-alt1.20120121.1) Sergey Y. Afonin
2012-02-06 14:06       ` Dmitry V. Levin
2012-02-06 14:08       ` Vitaly Kuznetsov
2012-02-06 14:20         ` Sergey Y. Afonin
2012-02-06 14:24           ` Vitaly Kuznetsov
2012-02-06 16:56             ` Sergey Y. Afonin
2012-02-06 18:00             ` [devel] python, noarch пакеты Sergey Y. Afonin
2012-02-06 18:58               ` Sergey Y. Afonin
2012-02-06 20:09                 ` Sergey Y. Afonin
2012-02-07  7:46                   ` REAL [this message]
2012-02-07  7:04                     ` Sergey Y. Afonin
2012-02-07  8:09                 ` Sergey Y. Afonin
2012-02-07  8:24               ` Sergey Y. Afonin
2012-01-21 22:19 ` [devel] [#62503] FAILED mailutils.git=2.99.95-alt1.20120121.1 Dmitry V. Levin
2012-02-06 14:03   ` Sergey Y. Afonin
2012-02-06 16:55     ` REAL
2012-02-06 18:09       ` Sergey Y. Afonin
2012-01-23  5:11 ` REAL

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=4F30D6D5.40000@kemsu.ru \
    --to=real@kemsu.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