From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 31 Oct 2002 03:32:18 +0300 From: "Dmitry V. Levin" To: ALT Devel discussion list Subject: Re: [devel] /usr/lib/rpm/perl.req -- patch Message-ID: <20021031003218.GB10202@basalt.office.altlinux.ru> Mail-Followup-To: ALT Devel discussion list References: <20021029232742.GA18900@homestead.turbinal.org> <20021030234453.GA6989@homestead.turbinal.org> <20021031001930.GA14722@homestead.turbinal.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="vEao7xgI/oilGqZ+" Content-Disposition: inline In-Reply-To: <20021031001930.GA14722@homestead.turbinal.org> X-fingerprint: 9658 398D 181B 1200 8FC5 26B8 F6F8 846B C1E2 3429 Sender: devel-admin@altlinux.ru Errors-To: devel-admin@altlinux.ru X-BeenThere: devel@altlinux.ru X-Mailman-Version: 2.0.9 Precedence: bulk Reply-To: devel@altlinux.ru List-Unsubscribe: , List-Id: List-Post: List-Help: List-Subscribe: , List-Archive: Archived-At: List-Archive: List-Post: --vEao7xgI/oilGqZ+ Content-Type: multipart/mixed; boundary="3lcZGd9BuhuYXNfi" Content-Disposition: inline Content-Transfer-Encoding: 8bit --3lcZGd9BuhuYXNfi Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: 8bit On Thu, Oct 31, 2002 at 03:19:30AM +0300, at@turbinal.org wrote: > On Thu, Oct 31, 2002 at 02:44:53AM +0300, at@turbinal.org wrote: > > Я посмотрел, как это сделано в rpm-*mdk. Там используется такое > > наблюдение, что условные зависимости (require) обычно начинаются с > > отступа. Всё это абсолютно в духе грязного хака, но пока это лучшее, что > > можно придумать. Если мне дадут возможность отхачить perl.req, я > > попробую быстро добиться приемлемой его работы на всем, что мы собираем > > (нужно подтверждение). > > Поймал (ценную мысль)! Нужно сделать 2 метода поиска перловых > зависимостей: relaxed и strict. Большая часть пакетов должна собираться > с strict (по умолчанию), а там, где появляются нелепые или слишком Отлавливать сложно. > сильные зависимости (как в perl-CGI), нужно в spec-файле явно указывать: > > %set_perl_req_method relaxed > s/strict/normal/ - стоит зарезервировать strict для более жестких проверок. Пробуйте. -- ldv --3lcZGd9BuhuYXNfi Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="perl_req.diff" --- /usr/lib/rpm/i586-linux/macros.orig 2002-10-28 02:13:21 +0300 +++ /usr/lib/rpm/i586-linux/macros 2002-10-31 03:25:16 +0300 @@ -276,6 +276,7 @@ %_cleanup_method auto %_compress_method auto %_verify_elf_method normal +%_perl_req_method normal %_fixup_method binconfig pkgconfig libtool %_strip_method %{?_enable_debug:none}%{!?_enable_debug:executable shared} %_findreq_default_method files lib pam perl shell @@ -302,6 +303,7 @@ %set_fixup_method() %global _fixup_method %* %set_strip_method() %global _strip_method %* %set_verify_elf_method() %global _verify_elf_method %* +%set_perl_req_method() %global _perl_req_method %* %set_cleanup_topdir() %global _cleanup_topdir %* %set_compress_topdir() %global _compress_topdir %* --- /usr/lib/rpm/noarch-linux/macros.orig 2002-10-28 02:13:21 +0300 +++ /usr/lib/rpm/noarch-linux/macros 2002-10-31 03:25:16 +0300 @@ -276,6 +276,7 @@ %_cleanup_method auto %_compress_method auto %_verify_elf_method normal +%_perl_req_method normal %_fixup_method binconfig pkgconfig libtool %_strip_method %{?_enable_debug:none}%{!?_enable_debug:executable shared} %_findreq_default_method files lib pam perl shell @@ -302,6 +303,7 @@ %set_fixup_method() %global _fixup_method %* %set_strip_method() %global _strip_method %* %set_verify_elf_method() %global _verify_elf_method %* +%set_perl_req_method() %global _perl_req_method %* %set_cleanup_topdir() %global _cleanup_topdir %* %set_compress_topdir() %global _compress_topdir %* --- /usr/lib/rpm/macros.orig 2002-10-28 02:10:24 +0300 +++ /usr/lib/rpm/macros 2002-10-31 03:22:22 +0300 @@ -621,6 +621,7 @@ %{?_findreq_skiplist:export RPM_FINDREQ_SKIPLIST=\"%_findreq_skiplist\"}\ %{?_findprov_skiplist:export RPM_FINDPROV_SKIPLIST=\"%_findprov_skiplist\"}\ %{?_perl_lib_path:export RPM_PERL_LIB_PATH=\"%_perl_lib_path\"}\ + %{?_perl_req_method:export RPM_PERL_REQ_METHOD=\"%_perl_req_method\"}\ %{?__python:export RPM_PYTHON=\"%__python\"}\ \ unset LANG LANGUAGE LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT LC_IDENTIFICATION LC_ALL ||:\ --3lcZGd9BuhuYXNfi-- --vEao7xgI/oilGqZ+ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQE9wHoS9viEa8HiNCkRAg/GAJ9iHiC3gAtIybBuNHvpLiZRSKL4cACfRAK0 Speqb5wWZATY+WSbfw/A/fo= =DX4g -----END PGP SIGNATURE----- --vEao7xgI/oilGqZ+--