From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: Re: [Comm] Re: perl DBD::Oracle =?koi8-r?Q?=C9?= =?koi8-r?Q?_=D4=2E=D0=2E?= From: Denis Yakimov To: community@altlinux.ru In-Reply-To: <1083351228.8870.9.camel@ws.localdomain.ru> References: <4072CBD8.000002.25101@colgate.yandex.ru> <20040424100005.GJ1886@solemn.turbinal.org> <1082840068.1675.4.camel@ws.localdomain.ru> <200404270044.57929.alexey_borovskoy@mail.ru> <1083351228.8870.9.camel@ws.localdomain.ru> Content-Type: multipart/mixed; boundary="=-adInei7jgmtgZDtmdedA" Organization: Message-Id: <1083355480.8870.46.camel@ws.localdomain.ru> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1- (1.2.1-alt3) Date: 01 May 2004 00:05:25 +0400 Cc: Alexey Borovskoy X-BeenThere: community@altlinux.ru X-Mailman-Version: 2.1.4 Precedence: list Reply-To: community@altlinux.ru List-Id: Mailing list for ALT Linux users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Apr 2004 20:05:34 -0000 Archived-At: List-Archive: List-Post: --=-adInei7jgmtgZDtmdedA Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 8bit В Птн, 30.04.2004, в 22:54, Denis Yakimov написал: > perl-DBD-Oracle-1.15-alt1.src.rpm 212K Если критично, то тут есть три таракана: 1) В спеке на DBD::Oracle не подхватывается вся документация. Более правильный спек приложен. 2) Требуется заглушка на libwtc8.so 3) Требуется заглушка на perl(Tie/Registry.pm) На самом деле, Tie/Registry.pm не нужен.. В исходнике можно найти такое: --- eval { # older name of Win32::TieRegistry require Tie::Registry; --- Вотс.. Думаю, проблем создать rpm-пустышки проблем не оставит. На всякий случай даю spec-файлы и для них. -- Denis Yakimov --=-adInei7jgmtgZDtmdedA Content-Disposition: attachment; filename=perl-DBD-Oracle.spec Content-Type: text/plain; name=perl-DBD-Oracle.spec; charset=KOI8-R Content-Transfer-Encoding: 7bit %define realname DBD-Oracle Name: perl-%realname Version: 1.15 Release: alt1 Summary: Oracle driver for DBI interface in Perl License: GPL Group: Development/Perl Url: http://www.cpan.org/modules/by-module/DBD/ Source: %url/%realname-%version.tar.gz AutoReqProv: perl, yes # Automatically added by buildreq on Mon Nov 04 2002 BuildRequires: perl-DBI perl-devel %description DBD::Oracle is an interface driver for connecting the DBMS independent Perl-API DBI to the Oracle. %prep %setup -q -n %realname-%version %build %perl_vendor_build %install %perl_vendor_install %files %doc README* Changes Todo Oracle.ex hints %perl_vendor_archlib/DBD* %perl_vendor_autolib/DBD* %perl_vendor_man3dir/* %changelog * Fri Apr 30 2004 Denis Yakimov 1.15-alt1 - My 3'rd spec file for ALT Linux distribution. --=-adInei7jgmtgZDtmdedA Content-Disposition: attachment; filename=perl-TieRegistry.spec Content-Type: text/plain; name=perl-TieRegistry.spec; charset=KOI8-R Content-Transfer-Encoding: 7bit %define realname Tie-Registry Name: perl-%realname-empty Version: 0.0 Release: alt1 Summary: TieRgistry ZAGLUSHKA! License: GPL Group: Development/Perl BuildArch: noarch BuildRequires: perl-Win32-Registry-File Provides: perl(Tie/Registry.pm) %description Oohhh... %prep %build %files %changelog * Fri Apr 30 2004 Denis Yakimov 0.0-alt1 - Empty --=-adInei7jgmtgZDtmdedA Content-Disposition: attachment; filename=libwtc8so.spec Content-Type: text/plain; name=libwtc8so.spec; charset=KOI8-R Content-Transfer-Encoding: 7bit %define realname libwtc8so Name: oracle-%realname-empty Version: 0.0 Release: alt1 Summary: libwtc8.so ZAGLUSHKA! License: GPL Group: Development/SQL BuildArch: noarch BuildRequires: oracle-preinstall Provides: libwtc8.so %description Oohhh... %prep %build %files %changelog * Fri Apr 30 2004 Denis Yakimov 0.0-alt1 - Empty --=-adInei7jgmtgZDtmdedA--