From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: =?koi8-r?Q?=E1=CE=C4=D2=C5=CA_?= =?koi8-r?Q?=EE=CF=D7=CF=D3=A3=CC=CF=D7?= To: sisyphus@altlinux.ru Content-Type: multipart/mixed; boundary="=-P8kIlMQFI2rcdO2YGHm8" Organization: Message-Id: <1054972960.9176.14.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1- (1.2.1-alt3) Date: 07 Jun 2003 11:03:56 +0300 Subject: [sisyphus] sylpheed-claws Sender: sisyphus-admin@altlinux.ru Errors-To: sisyphus-admin@altlinux.ru X-BeenThere: sisyphus@altlinux.ru X-Mailman-Version: 2.0.9 Precedence: bulk Reply-To: sisyphus@altlinux.ru List-Unsubscribe: , List-Id: List-Post: List-Help: List-Subscribe: , List-Archive: Archived-At: List-Archive: --=-P8kIlMQFI2rcdO2YGHm8 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 8bit Скачал, пытаюсь сделать: $ rpm --rebuild sylpheed-claws-0.9.0claws-fr1.src.rpmУстанавливается sylpheed-claws-0.9.0claws-fr1.src.rpm ошибка: неудовлетворенные зависимости сборки: flex нужен для sylpheed-claws-0.9.0claws-fr1 desktop-file-utils нужен для sylpheed-claws-0.9.0claws-fr1 openssl-devel >= 0.9.6 нужен для sylpheed-claws-0.9.0claws-fr1 gpgme-devel >= 0.3.10 нужен для sylpheed-claws-0.9.0claws-fr1 openldap-devel нужен для sylpheed-claws-0.9.0claws-fr1 Но: [root@localhost root]# apt-get install flex desktop-file-utils openssl-devel gpgme-devel openldap-devel Reading Package Lists... Done Collecting File Provides... Done Building Dependency Tree... Done E: Couldn't find package desktop-file-utils [root@localhost root]# Где и что есть desktop-file-utils? Ладно, дальше [root@localhost root]# apt-get install flex openssl-devel gpgme-devel openldap-devel Reading Package Lists... Done Collecting File Provides... Done Building Dependency Tree... Done Note, selecting libssl-devel instead of openssl-devel E: Couldn't find package gpgme-devel [root@localhost root]# Его gpgme-devel тоже нет в М2.2? Пошёл другим путём, скачал tar.gz, там внутри есть спек (правда отчего-то называется просто sylpheed.spec, без claws). Здесь побогаче, все плагины есть, при rpm -ba sylpheed.spec всё собирается, правда в процессе на что-то ругалось, но не успел заметить. При попытке rpm -Uvh .... , говорит нет gpgme. Господа, кто собирал эти "челюсти" поделитесь, что необходимо поставить, чтобы прошла полноценная сборка пакета. Спек прилагаю, может, что там изменить? -- С наилучшими пожеланиями, Андрей. Зарегистрироанный пользователь Linux -=*** N 282220 ***=- --=-P8kIlMQFI2rcdO2YGHm8 Content-Disposition: attachment; filename=sylpheed.spec Content-Type: text/plain; name=sylpheed.spec; charset=KOI8-R Content-Transfer-Encoding: 7bit %define ver 0.9.0claws %define rel 1 %define prefix /usr Name: sylpheed Version: %{ver} Release: %{rel} Source: %{name}-%{ver}.tar.gz Copyright: GPL URL: http://sylpheed-claws.sourceforge.net/ Summary: a GTK+ based, lightweight, and fast e-mail client Requires: gtk+ >= 1.2.6 gpgme Group: Productivity/Networking/Email/Clients Packager: Jens Oberender Buildroot: /var/tmp/%{name}-root %description Sylpheed is an e-mail client (and news reader) based on GTK+, running on X Window System, and aiming for * Quick response * Graceful, and sophisticated interface * Easy configuration, intuitive operation * Abundant features The appearance and interface are similar to some popular e-mail clients for Windows, such as Outlook Express, Becky!, and Datula. The interface is also designed to emulate the mailers on Emacsen, and almost all commands are accessible with the keyboard. The messages are managed by MH format, and you'll be able to use it together with another mailer based on MH format (like Mew). You can also utilize fetchmail or/and procmail, and external programs on receiving (like inc or imget). Authors: -------- Hiroyuki Yamamoto and others, have a look in AUTHORS %prep rm -rf $RPM_BUILD_ROOT %setup %build %ifarch ppc64 export RPM_OPT_FLAGS="$RPM_OPT_FLAGS -mminimal-toc" %endif CFLAGS="$RPM_OPT_FLAGS" ./configure \ --mandir=%{_mandir} \ --prefix=%{prefix} \ --infodir=%{_infodir} \ --sysconfdir=%{_sysconfdir} \ --enable-ldap \ --enable-ipv6 \ --enable-gpgme \ --enable-openssl \ --enable-jpilot \ --enable-aspell make %install [ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT; make DESTDIR=${RPM_BUILD_ROOT} install %clean rm -rf ${RPM_BUILD_ROOT} %files %defattr(-,root,root) %{prefix}/bin/sylpheed %{prefix}/share/locale/*/LC_MESSAGES/sylpheed.mo %{prefix}/share/sylpheed/manual/* %doc ABOUT-NLS AUTHORS COPYING ChangeLog ChangeLog.claws ChangeLog.jp README README.claws README.jp INSTALL TODO TODO.jp tools %changelog * Sun Nov 10 2002 Jens Oberender - changed spec.in for claws - shortend the changelog * Tue Jan 9 2001 Yoichi Imai - edited for spec.in * Tue Jan 2 2001 Hiroyuki Yamamoto - updated to 0.4.51 --=-P8kIlMQFI2rcdO2YGHm8--