]> git.pld-linux.org Git - packages/mutt.git/blame_incremental - mutt.spec
- release 3
[packages/mutt.git] / mutt.spec
... / ...
CommitLineData
1#
2# TODO:
3# - finish -folder_columns.patch
4# - update to 1.5.20. See DEVEL branch
5#
6# Conditional build:
7%bcond_with slang # use slang library instead of ncurses
8%bcond_with nntp # use VVV's NNTP patch
9%bcond_with folder_column # build with folder_column patch
10%bcond_with imap_recent # show IMAP RECENT messages as new (instead of UNSEEN)
11%bcond_without sasl # don't use sasl
12%bcond_without home_etc # don't use home_etc
13#
14Summary: The Mutt Mail User Agent
15Summary(de.UTF-8): Der Mutt Mail-User-Agent
16Summary(es.UTF-8): Mutt, cliente de correo electrónico
17Summary(fr.UTF-8): Agent courrier Mutt
18Summary(ko.UTF-8): 텍스트 기반의 MUA
19Summary(pl.UTF-8): Program pocztowy Mutt
20Summary(pt_BR.UTF-8): Mutt, cliente de correio eletrônico
21Summary(ru.UTF-8): Почтовая клиентская программа Mutt
22Summary(tr.UTF-8): Mutt elektronik posta programı
23Summary(uk.UTF-8): Поштова клієнтська програма Mutt
24Name: mutt
25# See DEVEL branch for 1.5.20. It is almost ready.
26Version: 1.5.19
27Release: 3
28Epoch: 6
29License: GPL v2+
30Group: Applications/Mail
31Source0: ftp://ftp.mutt.org/mutt/devel/%{name}-%{version}.tar.gz
32# Source0-md5: 73b3747bc7f7c805921e8d24ebac693f
33Source1: %{name}.desktop
34Source2: %{name}.png
35Source3: %{name}.1.pl
36Patch0: %{name}-pl.po-update.patch
37Patch1: %{name}-forcedotlock.patch
38# http://mutt.org.ua/download/
39Patch2: %{name}-rr.compressed.patch
40Patch3: %{name}-bj.status-time.patch
41# http://mutt.org.ua/download/
42Patch4: %{name}-vvv.quote.patch
43Patch5: %{name}-null_name.patch
44Patch6: %{name}-cd.trash_folder.patch
45Patch7: %{name}-cd.purge_message.patch
46Patch8: %{name}-cd.signatures_menu.patch
47# http://www.mutt.ca/patches/ (dw.crypt-autoselectkey)
48Patch9: %{name}-crypt-autoselectkey.patch
49# http://www.mutt.ca/patches/ (dw.crypt-hook-both)
50Patch10: %{name}-pgp_hook.patch
51Patch11: %{name}-manual.patch
52Patch12: %{name}-xface.patch
53Patch13: %{name}-Muttrc_mbox_path.patch
54Patch14: %{name}-po.patch
55# http://mutt.org.ua/download/
56Patch15: %{name}-vvv.nntp.patch
57Patch16: %{name}-home_etc.patch
58Patch17: %{name}-Muttrc.patch
59Patch18: %{name}-muttbug-tmp.patch
60Patch19: %{name}-folder_columns.patch
61Patch20: %{name}-imap_mxcmp.patch
62Patch21: %{name}-imap_recent.patch
63Patch22: %{name}-Muttrc.head.patch
64Patch23: %{name}-smime.rc.patch
65URL: http://www.mutt.org/
66BuildRequires: autoconf
67BuildRequires: automake
68%{?with_sasl:BuildRequires: cyrus-sasl-devel >= 2.1.0}
69BuildRequires: db-devel >= 4.0
70BuildRequires: docbook-dtd42-xml
71BuildRequires: docbook-style-xsl
72%{?with_home_etc:BuildRequires: home-etc-devel >= 1.0.8}
73BuildRequires: gettext-devel
74BuildRequires: gpgme-devel >= 1:1.1.0
75BuildRequires: libidn-devel
76BuildRequires: lynx
77%{!?with_slang:BuildRequires: ncurses-devel >= 5.0}
78BuildRequires: openssl-devel >= 0.9.7d
79%{?with_slang:BuildRequires: slang-devel}
80BuildRequires: libxslt-progs
81Requires: iconv
82%{?with_home_etc:Requires: home-etc >= 1.0.8}
83Suggests: mailcap
84BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
85
86%define specflags_ia32 -fomit-frame-pointer
87
88%description
89Mutt is a small but very poweful full-screen Unix mail client.
90Features include MIME support, color, POP3 support, message threading,
91bindable keys, and threaded sorting mode.
92
93%description -l de.UTF-8
94Mutt ist ein kleiner aber leistungsfähiger Vollbild-Mail-Client für
95Unix mit MIME-Unterstützung, Farbe, POP3-Unterstützung,
96Nachrichten-Threading, zuweisbaren Tasten und Sortieren nach Threads.
97
98%description -l es.UTF-8
99Mutt es un pequeño, pero muy potente cliente de correo en pantalla
100llena. Incluye soporte a tipos MINE, color, POP3; encadenamiento de
101mensajes, teclas configurables y clasificaciones por encadenamiento.
102
103%description -l fr.UTF-8
104mutt est un client courrier Unix plein écran, petit mais très
105puissant. Il dispose de la gestion MIME, des couleurs, de la gestion
106POP, des fils de discussion, des touches liées et d'un mode de tri sur
107les fils.
108
109%description -l ko.UTF-8
110Mutt는 작지만 매우 강력한 텍스트 기반의 메일 클라이언트이다. Mutt는
111많은 설정이 가능하다. 그리고, 키바인딩, 키보드 메크로, 메일 스레딩과
112같은 진보된 형태와 정규표현식 검색, 메일에서 선택된 그룹의 내용에서
113강력하게 일정한 패턴을 찾아내는 것을 지원함으로써 메일의 파워 유저에게
114가장 적합하다.
115
116%description -l pl.UTF-8
117Mutt jest niewielkim programem pocztowym dla terminali tekstowych,
118posiadającym duże możliwości. Obsługuje MIME, POP3, cztery formaty
119skrzynek pocztowych, kolory, wątki, ocenę ważności listów (scoring)
120oraz skompresowane foldery.
121
122%description -l pt_BR.UTF-8
123O Mutt é um pequeno mas muito poderoso cliente de correio em tela
124cheia. Inclui suporte a tipos MIME, cor, POP3, encadeamento de
125mensagens, teclas configuráveis e classificação por encadeamento.
126
127%description -l ru.UTF-8
128Mutt - это небольшой, но мощный полноэкранный почтовый клиент.
129Включает поддержку MIME, цвет, поддержку POP3 и IMAP, группировку
130сообщений по цепочкам, переопределяемые клавиши, поддержку pgp/gpg и
131сортировку сообщений в цепочках. Включает также (пока что
132экспериментальную) поддержку NNTP.
133
134%description -l tr.UTF-8
135Mutt, küçük ama çok güçlü bir tam-ekran Unix mektup istemcisidir. MIME
136desteği, renk ve POP3 desteği içerir.
137
138%description -l uk.UTF-8
139Mutt - це невеликий, але потужний повноекранний поштовий клієнт.
140Містить підтримку MIME, колір, підтримку POP3 та IMAP, групування
141повідомлень по ланцюжкам, перевизначення клавіш, підтримку pgp/gpg та
142сортування повідомлень у ланцюжках. Містить також (поки що
143експериментальну) підтримку NNTP.
144
145%prep
146%setup -q
147%patch0 -p1
148%patch1 -p1
149%patch2 -p1
150%patch3 -p1
151%patch4 -p1
152%patch5 -p1
153%patch6 -p1
154%patch7 -p1
155%patch8 -p1
156%patch9 -p1
157%patch10 -p1
158%patch11 -p1
159%patch12 -p1
160%patch13 -p1
161%patch14 -p1
162%{?with_nntp:%patch15 -p1}
163%{?with_home_etc:%patch16 -p1}
164%patch17 -p1
165%patch18 -p1
166# breaks display if arrow_cursor is set
167%{?with_folder_column:%patch19 -p1}
168%patch20 -p1
169%{?with_imap_recent:%patch21 -p1}
170%patch22 -p1
171%patch23 -p1
172
173# force regeneration (manual.sgml is modified by some patches)
174rm -f doc/{manual*.html,manual.txt}
175
176%build
177%{__aclocal} -I m4
178%{__autoconf}
179%{__autoheader}
180%{__automake}
181%configure \
182 mutt_cv_groupwrite=yes \
183 mutt_cv_worldwrite=no \
184 %{!?debug:--disable-debug} %{?debug:--enable-debug} \
185 --disable-warnings \
186 --enable-compressed \
187 --enable-external-dotlock \
188 --enable-gpgme \
189 --enable-hcache \
190 --enable-imap \
191 --enable-mailtool \
192 %{?with_nntp:--enable-nntp} \
193 --enable-pop \
194 --enable-smtp \
195 --with-bdb=/usr \
196 --without-gdbm \
197 %{!?with_slang:--with-curses} \
198 --with-docdir=%{_docdir}/%{name} \
199 %{?with_home_etc:--with-home-etc} \
200 --with-mailpath=/var/mail \
201 --with-mixmaster \
202 --with-regex \
203 %{?with_sasl:--with-sasl} \
204 %{?with_slang:--with-slang} \
205 --with-ssl
206
207%{__make} -j1 -C doc
208%{__make}
209
210%install
211rm -rf $RPM_BUILD_ROOT
212install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir},%{_mandir}/pl/man1} \
213 $RPM_BUILD_ROOT%{_sysconfdir}/Muttrc.d
214
215%{__make} install \
216 DESTDIR=$RPM_BUILD_ROOT \
217 DOTLOCK_GROUP=
218
219%{__patch} -p2 -d $RPM_BUILD_ROOT%{_sysconfdir} < %{PATCH17}
220
221install contrib/gpg.rc $RPM_BUILD_ROOT%{_sysconfdir}/Muttrc.d
222install contrib/smime.rc $RPM_BUILD_ROOT%{_sysconfdir}/Muttrc.d
223install contrib/colors.linux $RPM_BUILD_ROOT%{_sysconfdir}/Muttrc.d/colors.rc
224
225install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
226install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
227install %{SOURCE3} $RPM_BUILD_ROOT%{_mandir}/pl/man1
228
229cat <<'EOF' >$RPM_BUILD_ROOT%{_bindir}/mutt_source-muttrc.d
230#!/bin/sh -e
231for rc in /etc/Muttrc.d/*.rc; do
232 [ ! -r "$rc" ] || echo "source \"$rc\""
233done
234EOF
235
236# keep manual.txt.gz, the rest is installed as %doc
237rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}/[!m]*
238gzip -9nf $RPM_BUILD_ROOT%{_docdir}/%{name}/manual.txt
239
240# conflict with qmail
241rm -f $RPM_BUILD_ROOT%{_mandir}/man5/mbox.5*
242
243rm -f $RPM_BUILD_ROOT/etc/mime.types
244
245%find_lang %{name}
246
247%clean
248rm -rf $RPM_BUILD_ROOT
249
250%files -f %{name}.lang
251%defattr(644,root,root,755)
252%doc contrib/{*rc*,*cap*} ChangeLog README TODO NEWS README.SECURITY README.SSL README.xface
253%dir %{_sysconfdir}/Muttrc.d
254%config(noreplace,missingok) %verify(not md5 size mtime) %{_sysconfdir}/Muttrc
255%config(noreplace,missingok) %verify(not md5 size mtime) %{_sysconfdir}/Muttrc.d/*.rc
256%attr(755,root,root) %{_bindir}/mutt
257%attr(755,root,root) %{_bindir}/mutt_source-muttrc.d
258%attr(755,root,root) %{_bindir}/flea
259%attr(755,root,root) %{_bindir}/muttbug
260%attr(755,root,root) %{_bindir}/pgp*
261%attr(755,root,root) %{_bindir}/smime_keys
262%attr(2755,root,mail) %{_bindir}/mutt_dotlock
263
264%{_docdir}/%{name}
265%{_desktopdir}/*.desktop
266%{_pixmapsdir}/mutt.png
267%{_mandir}/man*/*
268%lang(pl) %{_mandir}/pl/man*/*
This page took 0.047177 seconds and 4 git commands to generate.