ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: Alexey Tourbin <at@altlinux.ru>
To: devel@altlinux.ru
Subject: [devel] Re: I: Sisyphus-20051011 unexpanded_macros: +4 -2 (784)
Date: Tue, 11 Oct 2005 21:12:17 +0400
Message-ID: <20051011171217.GA5311@solemn.turbinal.org> (raw)
In-Reply-To: <20051011033205.GO27969@wrars-comp.wrarsdomain>


[-- 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 --]

  reply	other threads:[~2005-10-11 17:12 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-10 23:15 [devel] " Alexey M. Tourbin
2005-10-11  3:32 ` Andrey Rahmatullin
2005-10-11 17:12   ` Alexey Tourbin [this message]
2005-10-11  4:58 ` Alexey I. Froloff

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=20051011171217.GA5311@solemn.turbinal.org \
    --to=at@altlinux.ru \
    --cc=devel@altlinux.ru \
    /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