From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: "Sergey V. Turchin" Organization: ALT Linux Team To: devel@altlinux.ru Date: Wed, 2 Oct 2002 21:14:48 +0400 User-Agent: KMail/1.4.3 MIME-Version: 1.0 Content-Type: Multipart/Mixed; boundary="------------Boundary-00=_OK6DNOKLWBM3TGG1UHIP" Message-Id: <200210022114.53766.zerg@altlinux.com> Subject: [devel] I: For Qt/KDE manteiners Sender: devel-admin@altlinux.ru Errors-To: devel-admin@altlinux.ru X-BeenThere: devel@altlinux.ru X-Mailman-Version: 2.0.13 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: --------------Boundary-00=_OK6DNOKLWBM3TGG1UHIP Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 8bit -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi all! Не нашел способа обойти несмену soname у Qt3-3.0.5, чем этот: Все пакеты зависящие от Qt должны иметь зависимость Requires: libqt3-c++compiled = 3.2 KDE-шные Requires: kdelibs-c++compiled = 3.2 Они соответственно это предоставляют начиная с libqt3-3.0.5-alt11 kdelibs-3.0.3-alt8 Строки зависимостей можно получить способом, показаным в прикрепленных файлах. Пересоберите пожалуйста все свои Qt/KDE программы с указанием таких зависимостей. - -- Regards, ZerG ### http://altlinux.ru ### ALT Linux Team ### zerg@altlinux.ru ### -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE9mymN+zBIrxwqPwgRAlT8AKCE3uguTY2TyetPXjduyVDWP2Ok9QCgkVJ9 v8npy9kg/kZ+lXpnhqOO4DI= =T138 -----END PGP SIGNATURE----- --------------Boundary-00=_OK6DNOKLWBM3TGG1UHIP Content-Type: text/x-csrc; charset="koi8-r"; name="gccver.c" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="gccver.c" #include #include int main(int argc, char **argv) { if(argc==1) printf("%u\n", GCC_VERSION); else printf("%u.%u\n", __GNUC__, __GNUC_MINOR__); return 0; } --------------Boundary-00=_OK6DNOKLWBM3TGG1UHIP Content-Type: text/plain; charset="koi8-r"; name="qt_kde_program.spec" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="qt_kde_program.spec" %define gccver %(gcc -o %_builddir/gccver %_sourcedir/gccver.c >/dev/null 2>&1 ; %_builddir/gccver -v) Source1000: gccver.c #if library Provides: lib%name-c++compiled = %gccver Requires: libqt3-c++compiled = %gccver # or Requires: kdelibs-c++compiled = %gccver # or Requires: lib_koe_chto-c++compiled = %gccver --------------Boundary-00=_OK6DNOKLWBM3TGG1UHIP--