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