* [devel] I: Sisyphus-20051011 unexpanded_macros: +4 -2 (784)
@ 2005-10-10 23:15 Alexey M. Tourbin
2005-10-11 3:32 ` Andrey Rahmatullin
2005-10-11 4:58 ` [devel] " Alexey I. Froloff
0 siblings, 2 replies; 4+ messages in thread
From: Alexey M. Tourbin @ 2005-10-10 23:15 UTC (permalink / raw)
To: devel
4 NEW unexpanded_macros added to the list
epiphany-1.8.2-alt1.i586.rpm POSTIN %update_desktopdb
epiphany-1.8.2-alt1.i586.rpm POSTUN %clean_desktopdb
vim-plugin-vimbuddy-0.9.1-alt2.noarch.rpm DESCRIPTION %{VimBuddy()}
vim-plugin-vimbuddy-0.9.1-alt2.src.rpm DESCRIPTION %{VimBuddy()}
2 unexpanded_macros REMOVED from the list
vim-plugin-vimbuddy-0.9.1-alt1.1.noarch.rpm DESCRIPTION %{VimBuddy()}
vim-plugin-vimbuddy-0.9.1-alt1.1.src.rpm DESCRIPTION %{VimBuddy()}
Total 784 unexpanded_macros.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [devel] I: Sisyphus-20051011 unexpanded_macros: +4 -2 (784)
2005-10-10 23:15 [devel] I: Sisyphus-20051011 unexpanded_macros: +4 -2 (784) Alexey M. Tourbin
@ 2005-10-11 3:32 ` Andrey Rahmatullin
2005-10-11 17:12 ` [devel] " Alexey Tourbin
2005-10-11 4:58 ` [devel] " Alexey I. Froloff
1 sibling, 1 reply; 4+ messages in thread
From: Andrey Rahmatullin @ 2005-10-11 3:32 UTC (permalink / raw)
To: devel, devel
[-- Attachment #1: Type: text/plain, Size: 656 bytes --]
On Tue, Oct 11, 2005 at 03:15:30AM +0400, Alexey M. Tourbin wrote:
> 4 NEW unexpanded_macros added to the list
> vim-plugin-vimbuddy-0.9.1-alt2.noarch.rpm DESCRIPTION %{VimBuddy()}
> vim-plugin-vimbuddy-0.9.1-alt2.src.rpm DESCRIPTION %{VimBuddy()}
> 2 unexpanded_macros REMOVED from the list
> vim-plugin-vimbuddy-0.9.1-alt1.1.noarch.rpm DESCRIPTION %{VimBuddy()}
> vim-plugin-vimbuddy-0.9.1-alt1.1.src.rpm DESCRIPTION %{VimBuddy()}
Это как?
И я уже говорил, что там %%.
--
WBR, wRAR (ALT Linux Team)
Powered by the ALT Linux fortune(8):
Да не нужна мне благодарность потомков за тыщу раз разжёванную
тему :-(
-- mike in community@
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* [devel] Re: I: Sisyphus-20051011 unexpanded_macros: +4 -2 (784)
2005-10-11 3:32 ` Andrey Rahmatullin
@ 2005-10-11 17:12 ` Alexey Tourbin
0 siblings, 0 replies; 4+ messages in thread
From: Alexey Tourbin @ 2005-10-11 17:12 UTC (permalink / raw)
To: devel
[-- Attachment #1.1: Type: text/plain, Size: 402 bytes --]
On Tue, Oct 11, 2005 at 09:32:05AM +0600, Andrey Rahmatullin wrote:
> > vim-plugin-vimbuddy-0.9.1-alt1.1.noarch.rpm DESCRIPTION %{VimBuddy()}
> > vim-plugin-vimbuddy-0.9.1-alt1.1.src.rpm DESCRIPTION %{VimBuddy()}
> Это как?
> И я уже говорил, что там %%.
Объясни это роботу. Кстати, я отключаю этого робота, потому что теперь
проверка встроена в rpm. Каким он был, таким останется (лирика).
[-- Attachment #1.2: unexpanded_macros --]
[-- Type: text/plain, Size: 546 bytes --]
#!/bin/sh -ef
dump()
{
find "$@" -type f -name '*.rpm' -print0 |perl -Mstrict -ln0 -e \
' use RPM::Header; my $f = $_;
my $rpm = RPM::Header->new($f) or die "$f: $RPM::err\n";
while (my ($k, $v) = each %$rpm) {
next if $k =~ /CHANGELOGTEXT|SIGGPG|SIGMD5|GIF/;
my @v = ref($v) ? @$v : $v;
my @lines = map { split /[\r\n]+/ } @v;
foreach (@lines) {
next if /^\s*#/;
use File::Basename;
printf "%s\t%s\t%s\n", basename($f), $k, $_
for /\%\{[a-zA-Z_]\w.*?\}|\%[a-zA-Z_]\w+/g;
}
}
'
}
dump "${1-/raid/ALT/Sisyphus/files}"
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [devel] I: Sisyphus-20051011 unexpanded_macros: +4 -2 (784)
2005-10-10 23:15 [devel] I: Sisyphus-20051011 unexpanded_macros: +4 -2 (784) Alexey M. Tourbin
2005-10-11 3:32 ` Andrey Rahmatullin
@ 2005-10-11 4:58 ` Alexey I. Froloff
1 sibling, 0 replies; 4+ messages in thread
From: Alexey I. Froloff @ 2005-10-11 4:58 UTC (permalink / raw)
To: ALT Devel discussion list
[-- Attachment #1: Type: text/plain, Size: 309 bytes --]
* Alexey M. Tourbin <at@> [051011 03:16]:
> 4 NEW unexpanded_macros added to the list
Есть мнение, что с появлением rpm-4.0.4-alt49 этот робот уже не
нужен...
--
Regards, Sir Raorn.
-------------------
Может, лучше не впадать в крайности и сделать так, чтобы всем было лучше?
-- peet in devel@
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2005-10-11 17:12 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-10-10 23:15 [devel] I: Sisyphus-20051011 unexpanded_macros: +4 -2 (784) Alexey M. Tourbin
2005-10-11 3:32 ` Andrey Rahmatullin
2005-10-11 17:12 ` [devel] " Alexey Tourbin
2005-10-11 4:58 ` [devel] " Alexey I. Froloff
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