ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
From: "Андрей Новосёлов" <ksynolog@aip.mk.ua>
To: sisyphus@altlinux.ru
Subject: [sisyphus] sylpheed-claws
Date: 07 Jun 2003 11:03:56 +0300
Message-ID: <1054972960.9176.14.camel@localhost.localdomain> (raw)

[-- Attachment #1: Type: text/plain, Size: 1679 bytes --]

Скачал, пытаюсь сделать:
$ 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 ***=-

[-- Attachment #2: sylpheed.spec --]
[-- Type: text/plain, Size: 2456 bytes --]

%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 <j.obi@troja.net>
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 <hiro-y@kcn.ne.jp>
    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 <j.obi@troja.net>
- changed spec.in for claws
- shortend the changelog

* Tue Jan 9 2001 Yoichi Imai <yoichi@silver-forest.com>
- edited for spec.in

* Tue Jan 2 2001 Hiroyuki Yamamoto <hiro-y@kcn.ne.jp>
- updated to 0.4.51

             reply	other threads:[~2003-06-07  8:03 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-06-07  8:03 Андрей Новосёлов [this message]
2003-06-09 15:55 ` [sisyphus] sylpheed-claws Sergey Vlasov
2003-06-10 11:33   ` Alexandre Prokoudine

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1054972960.9176.14.camel@localhost.localdomain \
    --to=ksynolog@aip.mk.ua \
    --cc=sisyphus@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git