]> git.pld-linux.org Git - packages/mutt.git/blame - mutt.spec
- cd.signatures, keep_to, smime.rc, xface patches updated to 1.11.0
[packages/mutt.git] / mutt.spec
CommitLineData
1944845a 1#
e1b8f46a 2# TODO:
3982bc1f 3# - gss/heimdal
e1b8f46a
AG
4# - finish -folder_columns.patch
5#
1944845a 6# Conditional build:
d569e24c
JB
7%bcond_with slang # use slang library instead of ncurses
8%bcond_with nntp # use VVV's NNTP patch
45b62785 9%bcond_with folder_column # build with folder_column patch
c6d2e435 10%bcond_with imap_recent # show IMAP RECENT messages as new (instead of UNSEEN)
d569e24c 11%bcond_without sasl # don't use sasl
b324a978 12%bcond_with home_etc # use home_etc
3982bc1f
JB
13%bcond_with gdbm # use GDBM instead of BerkeleyDB
14%bcond_with qdbm # use QDBM instead of BerkeleyDB
15%bcond_with tokyocabinet # use TokyoCabinet instead of BerkeleyDB
1944845a 16#
3982bc1f
JB
17%if %{without gdbm} && %{without qdbm} && %{without tokyocabinet}
18%define with_bdb 1
19%endif
8ee43b54 20Summary: The Mutt Mail User Agent
accde66a 21Summary(de.UTF-8): Der Mutt Mail-User-Agent
22Summary(es.UTF-8): Mutt, cliente de correo electrónico
23Summary(fr.UTF-8): Agent courrier Mutt
24Summary(ko.UTF-8): 텍스트 기반의 MUA
25Summary(pl.UTF-8): Program pocztowy Mutt
26Summary(pt_BR.UTF-8): Mutt, cliente de correio eletrônico
27Summary(ru.UTF-8): Почтовая клиентская программа Mutt
28Summary(tr.UTF-8): Mutt elektronik posta programı
29Summary(uk.UTF-8): Поштова клієнтська програма Mutt
8ee43b54 30Name: mutt
53ca7b94
AG
31Version: 1.11.0
32Release: 0.0.1
f668f5c2 33Epoch: 6
a4c53a57 34License: GPL v2+
8ee43b54 35Group: Applications/Mail
ce9f59c5 36# temporarily dead? (Jun 2014)
2c6e17e3 37Source0: ftp://ftp.mutt.org/pub/mutt/%{name}-%{version}.tar.gz
53ca7b94 38# Source0-md5: b58fdddf76a880c6314c9d4df2c32efb
9410fa3a 39Source1: %{name}.desktop
e59f0c62 40Source2: %{name}.png
0c5cc6f4 41Source3: %{name}.1.pl
3ccb8be9 42Patch0: %{name}-pl.po-update.patch
6e8c1892 43# http://mutt.org.ua/download/
68eeb855 44Patch2: %{name}-rr.compressed.patch
45Patch3: %{name}-bj.status-time.patch
6e8c1892 46# http://mutt.org.ua/download/
68eeb855 47Patch4: %{name}-vvv.quote.patch
48Patch5: %{name}-null_name.patch
49Patch6: %{name}-cd.trash_folder.patch
50Patch7: %{name}-cd.purge_message.patch
51Patch8: %{name}-cd.signatures_menu.patch
6e8c1892 52# http://www.mutt.ca/patches/ (dw.crypt-autoselectkey)
a299ee6f 53Patch9: %{name}-crypt-autoselectkey.patch
d47c1371 54Patch10: %{name}-manual.patch
55Patch11: %{name}-xface.patch
56Patch12: %{name}-Muttrc_mbox_path.patch
57Patch13: %{name}-po.patch
4adf126f
JB
58Patch14: %{name}-home_etc.patch
59Patch15: %{name}-Muttrc.patch
60Patch16: %{name}-muttbug-tmp.patch
61Patch17: %{name}-folder_columns.patch
62Patch18: %{name}-imap_recent.patch
63Patch19: %{name}-Muttrc.head.patch
64Patch20: %{name}-smime.rc.patch
65Patch21: %{name}-sidebar.patch
66Patch22: %{name}-imap_fast_trash.patch
67Patch23: %{name}-db.patch
6e8c1892 68# http://mutt.org.ua/download/
4adf126f 69Patch24: %{name}-vvv.nntp.patch
c59ea3a3 70Patch25: format-security.patch
ffc6f62d 71Patch26: %{name}-keep_to.patch
c5fceb03
AM
72Patch27: mutt-gpgme.patch
73Patch28: openssl.patch
8ee43b54 74URL: http://www.mutt.org/
3982bc1f
JB
75BuildRequires: autoconf >= 2.54
76BuildRequires: automake >= 1.6
5b7e3013 77%{?with_sasl:BuildRequires: cyrus-sasl-devel >= 2.1.0}
3982bc1f 78%{?with_bdb:BuildRequires: db-devel >= 4.0}
a1d2fc26
JB
79BuildRequires: docbook-dtd42-xml
80BuildRequires: docbook-style-xsl
3982bc1f 81%{?with_gdbm:BuildRequires: gdbm-devel}
6297e24d 82BuildRequires: gettext-tools
3982bc1f 83BuildRequires: gpgme-devel >= 1:1.1.1
3f2cdb34 84%{?with_home_etc:BuildRequires: home-etc-devel >= 1.0.8}
68eeb855 85BuildRequires: libidn-devel
3f2cdb34 86BuildRequires: libxslt-progs
68eeb855 87BuildRequires: lynx
88%{!?with_slang:BuildRequires: ncurses-devel >= 5.0}
432bdad3 89BuildRequires: openssl-devel >= 0.9.7d
3982bc1f 90%{?with_qdbm:BuildRequires: qdbm-devel}
4f4c732e 91%{?with_slang:BuildRequires: slang-devel}
3982bc1f 92%{?with_tokyocabinet:BuildRequires: tokyocabinet-devel}
ee0d2aaf 93%{?with_home_etc:Requires: home-etc-lib >= 1.0.8}
c8e7ecb3 94Requires: iconv
878229f9 95Suggests: mailcap
4835d623 96BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
7ce86abe 97
9bc6de03 98%define specflags_ia32 -fomit-frame-pointer
345713a9 99
7ce86abe 100%description
bae5245d 101Mutt is a small but very poweful full-screen Unix mail client.
102Features include MIME support, color, POP3 support, message threading,
103bindable keys, and threaded sorting mode.
7ce86abe 104
526e9628
JR
105%description -l de.UTF-8
106Mutt ist ein kleiner aber leistungsfähiger Vollbild-Mail-Client für
107Unix mit MIME-Unterstützung, Farbe, POP3-Unterstützung,
bae5245d 108Nachrichten-Threading, zuweisbaren Tasten und Sortieren nach Threads.
7ce86abe 109
526e9628
JR
110%description -l es.UTF-8
111Mutt es un pequeño, pero muy potente cliente de correo en pantalla
f00f6840 112llena. Incluye soporte a tipos MINE, color, POP3; encadenamiento de
113mensajes, teclas configurables y clasificaciones por encadenamiento.
114
526e9628
JR
115%description -l fr.UTF-8
116mutt est un client courrier Unix plein écran, petit mais très
bae5245d 117puissant. Il dispose de la gestion MIME, des couleurs, de la gestion
526e9628 118POP, des fils de discussion, des touches liées et d'un mode de tri sur
bae5245d 119les fils.
0b0e2df0 120
526e9628 121%description -l ko.UTF-8
3f2cdb34
KK
122Mutt는 작지만 매우 강력한 텍스트 기반의 메일 클라이언트이다. Mutt는 많은 설정이 가능하다. 그리고, 키바인딩, 키보드
123메크로, 메일 스레딩과 같은 진보된 형태와 정규표현식 검색, 메일에서 선택된 그룹의 내용에서 강력하게 일정한 패턴을 찾아내는
124것을 지원함으로써 메일의 파워 유저에게 가장 적합하다.
ad116805 125
526e9628 126%description -l pl.UTF-8
0d7cec54 127Mutt jest niewielkim programem pocztowym dla terminali tekstowych,
526e9628
JR
128posiadającym duże możliwości. Obsługuje MIME, POP3, cztery formaty
129skrzynek pocztowych, kolory, wątki, ocenę ważności listów (scoring)
bae5245d 130oraz skompresowane foldery.
28aef375 131
526e9628
JR
132%description -l pt_BR.UTF-8
133O Mutt é um pequeno mas muito poderoso cliente de correio em tela
f00f6840 134cheia. Inclui suporte a tipos MIME, cor, POP3, encadeamento de
526e9628 135mensagens, teclas configuráveis e classificação por encadeamento.
f00f6840 136
526e9628
JR
137%description -l ru.UTF-8
138Mutt - это небольшой, но мощный полноэкранный почтовый клиент.
139Включает поддержку MIME, цвет, поддержку POP3 и IMAP, группировку
140сообщений по цепочкам, переопределяемые клавиши, поддержку pgp/gpg и
141сортировку сообщений в цепочках. Включает также (пока что
142экспериментальную) поддержку NNTP.
4f08f01c 143
526e9628
JR
144%description -l tr.UTF-8
145Mutt, küçük ama çok güçlü bir tam-ekran Unix mektup istemcisidir. MIME
146desteği, renk ve POP3 desteği içerir.
7ce86abe 147
526e9628
JR
148%description -l uk.UTF-8
149Mutt - це невеликий, але потужний повноекранний поштовий клієнт.
150Містить підтримку MIME, колір, підтримку POP3 та IMAP, групування
151повідомлень по ланцюжкам, перевизначення клавіш, підтримку pgp/gpg та
152сортування повідомлень у ланцюжках. Містить також (поки що
153експериментальну) підтримку NNTP.
4f08f01c 154
7ce86abe 155%prep
68eeb855 156%setup -q
bfecbaae
AG
157# pl.poupdate
158#%patch0 -p1
159# compressed patch applied upstream
160#%patch2 -p1
9109867b
AG
161%patch3 -p1
162%patch4 -p1
b324a978
AG
163%patch5 -p1
164# trash folder patch applied upstream
bfecbaae 165#%patch6 -p1
b324a978 166# purge patch applied upstream
bfecbaae 167#%patch7 -p1
b324a978
AG
168# cd.signatures
169%patch8 -p1
170# crypt-autosolect
171%patch9 -p1
172# manual
173%patch10 -p1
174# xface
175%patch11 -p1
176# muttrc_mbox_path
177%patch12 -p1
178# po
179%patch13 -p1
180%{?with_home_etc:%patch14 -p1}
181# muttrc
182%patch15 -p1
183# muttbug-tmp - idea dropped, issues to be reported via gitlab
bfecbaae 184#%patch16 -p1
a299ee6f 185# breaks display if arrow_cursor is set
b324a978
AG
186%{?with_folder_column:%patch17 -p1}
187%{?with_imap_recent:%patch18 -p1}
188# muttr.head
189%patch19 -p1
190# smime.rc
191%patch20 -p1
192# sidebar.patch - applied upstream
193# %patch21 -p1
194# imap_fast_trash - applied upstream
195# %patch22 -p1
196# db
197%patch23 -p1
198# nntp
199%{?with_nntp:%patch24 -p1}
200# formats-ecurity
201%patch25 -p1
202# keep-to
203%patch26 -p1
204# mutt-gpgme - applied upstream
205# %patch27 -p1
206# openssl - applied upstream
207# %patch28 -p1
21c56776 208
fb11449b 209# force regeneration (manual.sgml is modified by some patches)
3982bc1f 210%{__rm} doc/{manual*.html,manual.txt}
fb11449b 211
7ce86abe 212%build
641188ce 213%{__aclocal} -I m4
49182680 214%{__autoconf}
2f7eb26d 215%{__autoheader}
641188ce 216%{__automake}
eb6df634 217%configure \
3ccb8be9
JB
218 mutt_cv_groupwrite=yes \
219 mutt_cv_worldwrite=no \
68eeb855 220 %{!?debug:--disable-debug} %{?debug:--enable-debug} \
221 --disable-warnings \
e088eb54 222 --enable-compressed \
223 --enable-external-dotlock \
68eeb855 224 --enable-gpgme \
3ccb8be9 225 --enable-hcache \
28aef375 226 --enable-imap \
e22edb0e 227 --enable-mailtool \
fc04ca15 228 %{?with_nntp:--enable-nntp} \
68eeb855 229 --enable-pop \
ef8daa8a 230 --enable-smtp \
3982bc1f 231 %{?with_bdb:--with-bdb=/usr} \
68eeb855 232 %{!?with_slang:--with-curses} \
d569e24c 233 --with-docdir=%{_docdir}/%{name} \
3982bc1f 234 %{?with_gdbm:--with-gdbm} \
3ccb8be9 235 %{?with_home_etc:--with-home-etc} \
e22edb0e 236 --with-mailpath=/var/mail \
68eeb855 237 --with-mixmaster \
3982bc1f 238 %{?with_qdbm:--with-qdbm} \
3ccb8be9 239 --with-regex \
e1b8f46a 240 %{?with_sasl:--with-sasl} \
64bb8f70 241 %{?with_slang:--with-slang} \
3982bc1f
JB
242 --with-ssl \
243 %{?with_tokyocabinet:--with-tokyocabinet}
28aef375 244
a6bb29b8 245%{__make} -j1 -C doc
f00f6840 246%{__make}
7ce86abe 247
248%install
c9d6a47c 249rm -rf $RPM_BUILD_ROOT
1ad84505
JR
250install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir},%{_mandir}/pl/man1} \
251 $RPM_BUILD_ROOT%{_sysconfdir}/Muttrc.d
7ce86abe 252
626a7a4b 253%{__make} install \
3ccb8be9
JB
254 DESTDIR=$RPM_BUILD_ROOT \
255 DOTLOCK_GROUP=
7ce86abe 256
4adf126f 257%{__patch} -p2 -d $RPM_BUILD_ROOT%{_sysconfdir} < %{PATCH15}
1ad84505
JR
258
259install contrib/gpg.rc $RPM_BUILD_ROOT%{_sysconfdir}/Muttrc.d
260install contrib/smime.rc $RPM_BUILD_ROOT%{_sysconfdir}/Muttrc.d
261install contrib/colors.linux $RPM_BUILD_ROOT%{_sysconfdir}/Muttrc.d/colors.rc
76f44ae0 262
626a7a4b 263install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
c9d6a47c 264install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
0c5cc6f4 265install %{SOURCE3} $RPM_BUILD_ROOT%{_mandir}/pl/man1
d569e24c 266
e735641f 267cat <<'EOF' >$RPM_BUILD_ROOT%{_bindir}/mutt_source-muttrc.d
1ad84505 268#!/bin/sh -e
3f2cdb34 269for rc in %{_sysconfdir}/Muttrc.d/*.rc; do
e735641f 270 [ ! -r "$rc" ] || echo "source \"$rc\""
1ad84505
JR
271done
272EOF
273
d569e24c 274# keep manual.txt.gz, the rest is installed as %doc
3982bc1f 275%{__rm} -r $RPM_BUILD_ROOT%{_docdir}/%{name}/[!m]*
d7a1003b 276
d2a4296e 277# conflict with qmail
3982bc1f
JB
278%{__rm} $RPM_BUILD_ROOT%{_mandir}/man5/mbox.5*
279# belongs to mailcap
280%{__rm} $RPM_BUILD_ROOT%{_sysconfdir}/mime.types
ab700641 281
5e916280 282%find_lang %{name}
283
7ce86abe 284%clean
c9d6a47c 285rm -rf $RPM_BUILD_ROOT
7ce86abe 286
bfecbaae
AG
287%post -p /sbin/postshell
288-/usr/sbin/fix-info-dir -c %{_infodir}
289
290%postun -p /sbin/postshell
291-/usr/sbin/fix-info-dir -c %{_infodir}
292
5e916280 293%files -f %{name}.lang
28aef375 294%defattr(644,root,root,755)
bfecbaae 295%doc contrib/{*rc*,*cap*} ChangeLog README TODO NEWS README.SECURITY README.SSL
1ad84505 296%dir %{_sysconfdir}/Muttrc.d
3f2cdb34
KK
297%config(noreplace,missingok) %verify(not md5 mtime size) %{_sysconfdir}/Muttrc
298%config(noreplace,missingok) %verify(not md5 mtime size) %{_sysconfdir}/Muttrc.d/*.rc
cc0baea0 299%attr(755,root,root) %{_bindir}/mutt
bfecbaae 300%attr(755,root,root) %{_bindir}/mutt_pgpring
1ad84505 301%attr(755,root,root) %{_bindir}/mutt_source-muttrc.d
e59f0c62
AM
302%attr(755,root,root) %{_bindir}/flea
303%attr(755,root,root) %{_bindir}/muttbug
304%attr(755,root,root) %{_bindir}/pgp*
68eeb855 305%attr(755,root,root) %{_bindir}/smime_keys
c4437dcb 306%attr(2755,root,mail) %{_bindir}/mutt_dotlock
159f199d 307
d569e24c 308%{_docdir}/%{name}
3982bc1f 309%{_desktopdir}/mutt.desktop
cc0baea0 310%{_pixmapsdir}/mutt.png
bfecbaae 311#%{_mandir}/man1/flea.1*
3982bc1f 312%{_mandir}/man1/mutt*.1*
c59ea3a3 313%{_mandir}/man1/pgp*.1*
3982bc1f
JB
314%{_mandir}/man1/smime_keys.1*
315%{_mandir}/man5/mmdf.5*
316%{_mandir}/man5/muttrc.5*
317%lang(pl) %{_mandir}/pl/man1/*
bfecbaae 318%{_infodir}/mutt.info*
This page took 0.110145 seconds and 4 git commands to generate.