]> git.pld-linux.org Git - packages/exmh.git/blob - exmh.spec
- added %description -l pl
[packages/exmh.git] / exmh.spec
1 Summary:        The exmh mail handling system.
2 Name:           exmh
3 Version:        2.0.2
4 Release:        8
5 Requires:       mh metamail
6 Copyright:      freeware
7 Group:          Applications/Mail
8 Url:            http://www.beedub.com/exmh/
9 Source0:        ftp://ftp.sunlabs.com/exmh-2.0.2.tar.Z
10 Source1:        exmh.wmconfig
11 Patch1:         exmh-2.0.2-conf.patch
12 Patch2:         exmh-2.0.2-smproxy.patch
13 BuildRoot:      /tmp/%{name}-%{version}-root
14 BuildArchitectures: noarch
15
16 %description
17 Exmh provides an X interface for MH/nmh mail, a feature-rich email
18 handling system.  Exmh supports almost all (but not all) of MH's
19 features: viewing the messages in a folder, reading/deleting/refiling
20 messages, and sorting arriving mail into different folders before the
21 messages are read. Exmh highlights which folders have new mail, and
22 indicates which messages have not been read (so you don't lose the sorted,
23 unread mail).
24
25 If you like MH/nmh mail, you should install exmh, because it makes the
26 MH/nmh mail system much more user friendly.  You may also want to use
27 exmh if you prefer a graphical user interface for your mail client.  Note
28 that you will also have to install the nmh package.
29
30 %description -l pl
31 Dziêki exmh otrzymujemy interfejs do bogatego w funkcje systemu obs³ugi poczty
32 MH/nmh. Exmh obs³uguje prawie wszystkie funkcje MH: przegl±danie wiadomo¶ci
33 w katalogu, czytanie/usuwanie/kolejkowanie wiadomo¶ci oraz sortowanie poczty
34 przychodz±cej do ró¿nych katalogów. Exmh pod¶wietla foldery z nowymi 
35 wiadomo¶ciami i wskazuje te, które nie zosta³y jeszcze przeczytane, dziêki
36 czemu nie traci siê posortowanych, nieprzeczytanych wiadomo¶ci.
37
38 %prep
39 %setup -q
40 for i in *.MASTER; do
41         cp $i ${i%%.MASTER}
42 done
43 %patch1 -p1
44 %patch2 -p1
45 find . -name "*.orig" -exec rm {} \;
46
47 %build
48 echo 'auto_mkindex ./lib *.tcl' | tclsh
49
50 %install
51 rm -rf $RPM_BUILD_ROOT
52 install -d $RPM_BUILD_ROOT/etc/X11/wmconfig
53 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{_libdir}/exmh-%{version}}
54
55 for i in exmh exmh-bg exmh-async ftp.expect; do
56         install $i $RPM_BUILD_ROOT%{_bindir}
57 done
58
59 for i in *.l; do
60         install $i $RPM_BUILD_ROOT%{_mandir}/man1/${i%%.l}.1
61 done
62
63 cp -ar lib/* $RPM_BUILD_ROOT/usr/lib/exmh-%{version}
64
65 install $RPM_SOURCE_DIR/exmh.wmconfig $RPM_BUILD_ROOT/etc/X11/wmconfig/exmh
66
67 gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man1/* \
68         COPYRIGHT exmh.CHANGES exmh.COLORS exmh.README
69
70 %clean
71 rm -rf $RPM_BUILD_ROOT
72
73 %files
74 %defattr(644,root,root,755)
75 %doc {COPYRIGHT,exmh.CHANGES,exmh.COLORS,exmh.README}.gz
76 %config /etc/X11/wmconfig/exmh
77 %attr(755,root,root) %{_bindir}/exmh
78 %attr(755,root,root) %{_bindir}/exmh-bg
79 %attr(755,root,root) %{_bindir}/exmh-async
80 %attr(755,root,root) %{_bindir}/ftp.expect
81 %{_libdir}/exmh-%{version}
82 %{_mandir}/man1/exmh.1.gz
This page took 0.078311 seconds and 3 git commands to generate.