From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Fri, 20 Dec 2002 16:24:54 +0300 From: Alexey Tourbin To: ALT Devel discussion list Message-ID: <20021220132454.GA15779@ungrund> Mail-Followup-To: ALT Devel discussion list References: <20021220123459.GA2390@ungrund> <20021220125018.GA13228@ungrund> <20021220130001.GA13387@basalt.office.altlinux.ru> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="DrWhICOqskFTAXiy" Content-Disposition: inline In-Reply-To: <20021220130001.GA13387@basalt.office.altlinux.ru> Subject: [devel] Re: rpmbuild %exclude 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: --DrWhICOqskFTAXiy Content-Type: multipart/mixed; boundary="jousvV0MzM2p6OtC" Content-Disposition: inline Content-Transfer-Encoding: 8bit --jousvV0MzM2p6OtC Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: 8bit On Fri, Dec 20, 2002 at 04:00:01PM +0300, Dmitry V. Levin wrote: > On Fri, Dec 20, 2002 at 03:50:18PM +0300, Alexey Tourbin wrote: > > > Requires: bash coreutils gawk libbz2.so.1 libbz2.so.1(BZLIB_1.0) > > > libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1) libcrypto.so.0 > > > libdl.so.2 libgpm.so.1 libm.so.6 libssl.so.0 libz.so.1 perl-base sed > > > sh tcsh > > > > Я все-таки предлагаю отключить поиск зависимостей в %_docdir или хотя бы > > (conventionally) в %_docdir/%name-%version/contrib. Потому что бывают > > всякие разные скрипты-наброски в tarball'ах, которые составной частью > > программы не являются и работать из коробки не должны (и, возможно, не > > работают), но на досуге поковырять их все же может быть интересно. > > Вообще-то я думал, что поиск в %_docdir/* отключен... > Это не так? $ rpm -ba foobar.spec 2>&1 | grep ^Requires: Requires: tcsh $ -- WBR, Alexey Tourbin "He is a sane man who can have tragedy BIOZAK Ltd., Russia in his heart and comedy in his head." --G.K.Chesterton --jousvV0MzM2p6OtC Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="foobar.spec" Name: tcsh-foobar Version: 0.1 Release: alt1 Summary: test for %_docdir dependencies for tcsh Group: Shells License: GPL Url: http://www.tcsh.org %description test for %_docdir dependencies for tcsh %prep %build %install cat > foobar.tcsh <