]> git.pld-linux.org Git - packages/exmh.git/blob - exmh.spec
- working Source URL
[packages/exmh.git] / exmh.spec
1 Summary:        The exmh mail handling system
2 Summary(es):    Interface gráfica para el programa de mail MH
3 Summary(de):    EXMH-Mail-Programm
4 Summary(fr):    Programme de courrier EXMH
5 Summary(pl):    System obs³ugi poczty exmh
6 Summary(pt_BR): Interface gráfica para o programa de mail MH
7 Summary(ru):    ðÏÞÔÏ×ÁÑ ÐÒÏÇÒÁÍÍÁ EXMH
8 Summary(sv):    E-postläsare som kan hantera e-postmappar av mh-typ
9 Summary(tr):    e-posta yazýlýmý
10 Name:           exmh
11 Version:        2.5
12 Release:        1
13 License:        Freeware
14 Group:          Applications/Mail
15 Source0:        http://dl.sourceforge.net/exmh/%{name}-%{version}.tar.gz
16 Source1:        %{name}.desktop
17 Patch0:         %{name}-conf.patch
18 Patch1:         %{name}-smproxy.patch
19 URL:            http://www.beedub.com/exmh/
20 Requires:       mh
21 Requires:       metamail
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23 BuildArch:      noarch
24
25 %description
26 Exmh provides an X interface for MH/nmh mail, a feature-rich email
27 handling system. Exmh supports almost all (but not all) of MH's
28 features: viewing the messages in a folder, reading/deleting/refiling
29 messages, and sorting arriving mail into different folders before the
30 messages are read. Exmh highlights which folders have new mail, and
31 indicates which messages have not been read (so you don't lose the
32 sorted, unread mail).
33
34 If you like MH/nmh mail, you should install exmh, because it makes the
35 MH/nmh mail system much more user friendly. You may also want to use
36 exmh if you prefer a graphical user interface for your mail client.
37 Note that you will also have to install the nmh package.
38
39 %description -l de
40 exmh ist eine grafische Oberfläche für das MH-Mail-System. Zu den
41 Funktionen gehören MIME-Unterstützung, Faces, Glimpse-Indexing,
42 farbiges Markieren, PGP-Schnittstelle usw. Erfordert sox (oder play)
43 für Sound-Unterstützung.
44
45 %description -l es
46 exmh es una interface gráfica para el sistema de mail MH. Incluye
47 soporte para MINE, cuadros, indexación rápida, realce de colores,
48 interface PGP, y más.
49
50 %description -l fr
51 exmh est uen interface graphique au système de courrier MH. Il gère
52 MIME, les aspects, l'indexation glimpse, la mise en valeur par
53 couleurs, PGP, et autres. Il faut sox (ou play) pour gérér le son.
54
55 %description -l pl
56 Dziêki exmh otrzymujemy interfejs do bogatego w funkcje systemu
57 obs³ugi poczty MH/nmh. Exmh obs³uguje prawie wszystkie funkcje MH:
58 przegl±danie wiadomo¶ci w katalogu, czytanie/usuwanie/kolejkowanie
59 wiadomo¶ci oraz sortowanie poczty przychodz±cej do ró¿nych katalogów.
60 Exmh pod¶wietla foldery z nowymi wiadomo¶ciami i wskazuje te, które
61 nie zosta³y jeszcze przeczytane, dziêki czemu nie traci siê
62 posortowanych, nieprzeczytanych wiadomo¶ci.
63
64 %description -l pt_BR
65 exmh é uma interface gráfica para o sistema de mail MH. Ela inclui
66 suporte para MIME, quadros, indexação rápida, destacamento de cores,
67 interface PGP, e mais.
68
69 %description -l ru
70 exmh - ÜÔÏ ÇÒÁÆÉÞÅÓËÉÊ ÉÎÔÅÒÆÅÊÓ Ë ÐÏÞÔÏ×ÏÊ ÓÉÓÔÅÍÅ MH. ïΠ×ËÌÀÞÁÅÔ
71 ÐÏÄÄÅÒÖËÕ MIME, faces, glimpse indexing, color highlighting, ÉÎÔÅÒÆÅÊÓ
72 PGP É ÍÎÏÇÏÅ ÄÒÕÇÏÅ. äÌÑ ÐÏÄÄÅÒÖËÉ Ú×ÕËÁ ÔÒÅÂÕÅÔÓÑ sox.
73
74 %description -l tr
75 exmh, yaygýn olarak kullanýlan mh paketi için X11 arayüzüdür. MIME
76 desteði, PGP desteði, faces, glimpse yardýmýyla dizin oluþturma gibi
77 yetenekleri vardýr. Ses desteði için sox (ya da play) gerekir.
78
79 %prep
80 %setup -q
81 for i in *.MASTER; do
82         cp -f $i ${i%%.MASTER}
83 done
84 %patch0 -p1
85 %patch1 -p1
86
87 %build
88 echo 'auto_mkindex ./lib *.tcl' | tclsh
89
90 %install
91 rm -rf $RPM_BUILD_ROOT
92 install -d $RPM_BUILD_ROOT%{_applnkdir}/Networking/Mail \
93         $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{_libdir}/exmh-%{version}}
94
95 for i in exmh exmh-bg exmh-async ftp.expect; do
96         install $i $RPM_BUILD_ROOT%{_bindir}
97 done
98
99 for i in *.l; do
100         install $i $RPM_BUILD_ROOT%{_mandir}/man1/${i%%.l}.1
101 done
102
103 cp -ar lib/* $RPM_BUILD_ROOT%{_libdir}/exmh-%{version}
104
105 install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Networking/Mail/
106
107 %clean
108 rm -rf $RPM_BUILD_ROOT
109
110 %files
111 %defattr(644,root,root,755)
112 %doc COPYRIGHT exmh.CHANGES exmh.README
113 %{_applnkdir}/Networking/Mail/exmh.desktop
114 %attr(755,root,root) %{_bindir}/exmh
115 %attr(755,root,root) %{_bindir}/exmh-bg
116 %attr(755,root,root) %{_bindir}/exmh-async
117 %attr(755,root,root) %{_bindir}/ftp.expect
118 %{_libdir}/exmh-%{version}
119 %{_mandir}/man1/exmh.1*
This page took 0.098516 seconds and 3 git commands to generate.