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