From: Sergey Vlasov <vsu@altlinux.ru>
To: ALT Devel discussion list <devel@lists.altlinux.org>
Subject: Re: [devel] [Sisyphus-cybertalk] I: Sisyphus-20060214 packages: +7! -7 +60 (5500)
Date: Wed, 15 Feb 2006 21:17:16 +0300
Message-ID: <20060215181716.GD8670@procyon.home> (raw)
In-Reply-To: <20060215174848.GA4016@mycomp.mydomain>
[-- Attachment #1: Type: text/plain, Size: 2208 bytes --]
On Wed, Feb 15, 2006 at 11:48:48PM +0600, php-coder wrote:
> --- Led 2006-02-15 13:17:57 +0200
> +++ php-coder 2006-02-15 23:28:38 +0600
>
> L> > Не сработает такая адресация, потому как за тэгом %description не
> L> > обязательно идет %package. Теоретически, наверное, сработает просто
> L> > /^%description/,/^%/
> L> Это тоже не прокатит, потому как в тексте %description запросто может
> L> попасться % (например, %name).
>
> Нет. Там второе условие - '^%', т.е. строка должна начинаться с знака
> процента.
>
> Хотя некоторый шанс, что %description такой большой, что его разбили
> на несколько строк, да ещё и одна из строк начинается с %name есть.
Я даже могу привести пример такого пакета - apt (там, правда, не
%name, а совсем нестандартный макрос, определённый в спеке рядом).
Вообще концом секции %description является начало любой следующей
секции:
{ PART_PREAMBLE, 0, "%package"},
{ PART_PREP, 0, "%prep"},
{ PART_BUILD, 0, "%build"},
{ PART_INSTALL, 0, "%install"},
{ PART_CLEAN, 0, "%clean"},
{ PART_PREUN, 0, "%preun"},
{ PART_POSTUN, 0, "%postun"},
{ PART_PRE, 0, "%pre"},
{ PART_POST, 0, "%post"},
{ PART_FILES, 0, "%files"},
{ PART_CHANGELOG, 0, "%changelog"},
{ PART_DESCRIPTION, 0, "%description"},
{ PART_TRIGGERPOSTUN, 0, "%triggerpostun"},
{ PART_TRIGGERUN, 0, "%triggerun"},
{ PART_TRIGGERIN, 0, "%triggerin"},
{ PART_TRIGGERIN, 0, "%trigger"},
{ PART_VERIFYSCRIPT, 0, "%verifyscript"},
Однако даже это в общем случае не поможет, поскольку разделители
секций вполне могут получаться в результате расширения макросов -
например, такой пакет прекрасно собирается:
=======================================================================
Name: xxx
Version: 0.1
Release: alt1
Summary: XXX
License: GPL
Group: Development/Other
%define DESC %description
%define BUILD %build
%DESC
This is XXX.
%BUILD
echo XXX
%files
%changelog
=======================================================================
Вот такая гадость этот rpm.
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
next prev parent reply other threads:[~2006-02-15 18:17 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-02-14 7:14 ` [devel] " Konstantin A. Lepikhov
2006-02-14 9:39 ` Денис Смирнов
2006-02-14 10:30 ` Konstantin A. Lepikhov
2006-02-14 11:22 ` Денис Смирнов
2006-02-14 12:30 ` Konstantin A. Lepikhov
2006-02-14 12:55 ` Vladimir V. Kamarzin
2006-02-14 14:56 ` Денис Смирнов
2006-02-14 15:16 ` Led
2006-02-15 10:22 ` Денис Смирнов
2006-02-15 11:17 ` Led
2006-02-15 17:48 ` [devel] " php-coder
2006-02-15 18:01 ` Led
2006-02-15 18:17 ` Sergey Vlasov [this message]
2006-02-15 18:35 ` Aleksey Avdeev
2006-02-15 18:48 ` Денис Смирнов
2006-02-15 18:51 ` Aleksey Avdeev
2006-02-16 12:23 ` Денис Смирнов
2006-02-15 18:49 ` Денис Смирнов
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=20060215181716.GD8670@procyon.home \
--to=vsu@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