ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: "Dmitry V. Levin" <ldv@altlinux.org>
To: ALT Devel discussion list <devel@altlinux.ru>
Subject: Re: [devel] Re: perl-5.8.0-alt0.5
Date: Thu, 24 Oct 2002 12:27:42 +0400
Message-ID: <20021024082742.GA14782@basalt.office.altlinux.ru> (raw)
In-Reply-To: <20021023171505.GA31901@basalt.office.altlinux.ru>


[-- Attachment #1.1: Type: text/plain, Size: 922 bytes --]

On Wed, Oct 23, 2002 at 09:15:05PM +0400, Dmitry V. Levin wrote:
> On Tue, Oct 22, 2002 at 05:21:55PM +0400, Alexey Tourbin wrote:
> > > Что делать с
> > > perl_archlib, perl_man1dir, perl_man3dir, perl_sitearch, perl_sitelib?
> > 
> > Из-за того, что мы перходим на новую vendor-схему сборки перловых
> > модулей, предлагаю все новые (vendor-специфические) макросы называть
> > %perl_vendor_*, а все старые удалить, во избежание всяких недоразумений.
> 
> $ rpmquery --lastchange rpm 
> * Tue Oct 22 2002 Dmitry V. Levin <...> 4.0.4-alt8
> 
> - lib/header.c: headerFindI18NString: check for LANGUAGE first.
> - perl.req: s/perl >= /perl-base >= / (Alexey Tourbin)
> - Commented out old %perl_* macros.
> - Migrated to gettext-0.11.5.
> 
> Автодобавление зависимости на
> perl -MConfig -e 'print "$Config{libperl}\n"'
> будет (надеюсь) завтра.

Планируется это сделать в виде патча на /usr/lib/rpm/find-requires.


--
ldv

[-- Attachment #1.2: find-requires.diff --]
[-- Type: text/plain, Size: 540 bytes --]

--- /usr/lib/rpm/find-requires~	2002-10-05 02:45:05 +0400
+++ /usr/lib/rpm/find-requires	2002-10-24 12:17:21 +0400
@@ -43,6 +43,7 @@
 FIND_PAM=
 FIND_PERL=
 FIND_SHELL=
+libperl_so=
 
 ParseMethod()
 {
@@ -195,6 +196,10 @@
 			(start_version==1) && (lib_name!="") && ($4!="") {print lib_name "(" $4 ")";}
 			/^$/ {start_shared=0; start_version=0;}
 		'
+		if [ -n "$FIND_PERL" -a -z "$libperl_so" -a -z "${f##*/usr/lib/perl*/*}" ]; then
+			libperl_so=`perl -MConfig -e 'print "$Config{libperl}\n"'`
+			echo "$libperl_so"
+		fi
 	fi
 }
 

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

  reply	other threads:[~2002-10-24  8:27 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-22  3:17 [devel] perl-5.8.0-alt0.5 at
2002-10-22  8:49 ` Dmitry V. Levin
2002-10-22 13:21   ` [devel] perl-5.8.0-alt0.5 Alexey Tourbin
2002-10-22 13:32     ` [devel] perl-5.8.0-alt0.5 Dmitry V. Levin
2002-10-22 13:53       ` [devel] perl-5.8.0-alt0.5 Alexey Tourbin
2002-10-22 14:07         ` Dmitry V. Levin
2002-10-22 14:10       ` Alexey Tourbin
2002-10-22 14:40         ` Dmitry V. Levin
2002-10-22 21:40     ` Mikhail Zabaluev
2002-10-23 17:15     ` Dmitry V. Levin
2002-10-24  8:27       ` Dmitry V. Levin [this message]
2002-10-24 19:18         ` at
2002-10-24 19:41           ` at
2002-10-25 11:34             ` Dmitry V. Levin
2002-10-25 14:20               ` at
2002-10-25  8:49           ` Dmitry V. Levin
2002-10-25 14:19             ` at
2002-11-01 13:45 ` [devel] perl-5.8.0-alt0.5 Dmitry V. Levin
2002-11-01 21:04   ` at
2002-11-01 22:35     ` at

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=20021024082742.GA14782@basalt.office.altlinux.ru \
    --to=ldv@altlinux.org \
    --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