]> git.pld-linux.org Git - packages/mutt.git/blob - mutt.spec
12c5b60e7a6b037e1856d4c24a1d4be5ec6448ba
[packages/mutt.git] / mutt.spec
1 Summary:     The Mutt Mail User Agent
2 Summary(de): Der Mutt Mail-User-Agent 
3 Summary(fr): Agent courrier Mutt
4 Summary(pl): Program pocztowy Mutt
5 Summary(tr): Mutt elektronik posta programý
6 Name:        mutt
7 Version:     0.95
8 Release:     1i
9 Copyright:   GPL
10 Group:       Applications/Mail
11 Source:      ftp://riemann.iam.uni-bonn.de/pub/mutt/%{name}-%{version}i.tar.gz
12 Source1:     mutt.wmconfig
13 Source2:     Muttrc
14 Patch0:      http://www.rhein.de/~roland/mutt/patch-0.95.rr.compressed.1.gz
15 URL:         http://www.mutt.org/
16 Requires:    smtpdaemon, mailcap, pgp, slang >= 1.2.2-2
17 Buildroot:   /tmp/%{name}-%{version}-root
18
19 %description
20 Mutt is a small but very poweful full-screen Unix mail client.
21 Features include MIME support, color, POP3 support, message threading,
22 bindable keys, and threaded sorting mode.
23
24 %description -l de
25 Mutt ist ein kleiner aber leistungsfähiger Vollbild-Mail-Client für Unix mit
26 MIME-Unterstützung, Farbe, POP3-Unterstützung, Nachrichten-Threading,
27 zuweisbaren Tasten und Sortieren nach Threads.
28
29 %description -l fr
30 mutt est un client courrier Unix plein écran, petit mais très puissant.
31 Il dispose de la gestion MIME, des couleurs, de la gestion POP, des fils
32 de discussion, des touches liées et d'un mode de tri sur les fils.
33                                                                                                               
34 %description -l it
35 Mutt è un piccolo ma potente programma per la gestione della posta in gardo
36 di gestire il formato MIME. E' altamente configurabile ed è ben equipaggiato
37 per l'utente avanzato con opzioni quali come associazioni dei tasti, macro,
38 gestione dei threads, ricerche ed un potente linguaggio per la selezione di
39 gruppi di messaggi.
40
41 %description -l pl
42 Mutt jest niewielkim programem pocztowym dla terminali tekstowych
43 posiadaj±cym du¿e mo¿liwo¶ci.  Obs³uguje MIME, POP3, cztery formaty skrzynek
44 pocztowych, obs³uguje kolory, w±tki i ocenê wa¿no¶ci listów (scoring). W tej
45 wersji dodano tak¿e obs³ugê skompresowanych folderów.
46
47 %description -l tr
48 Mutt, küçük ama çok güçlü bir tam-ekran Unix mektup istemcisidir. MIME desteði,
49 renk ve POP3 desteði içerir.
50
51 %prep
52 %setup -q
53 %patch0 -p1
54
55 %build
56 ./configure \
57         --prefix=/usr \
58         --sysconfdir=/etc \
59         --with-sharedir=/usr/share \
60         --with-slang \
61         --with-docdir=/usr/doc/%{name}-%{version} \
62         --enable-pop \
63         --without-domain \
64         --disable-warnings \
65         --enable-compressed
66 make    mutt_LDFLAGS="-s" \
67         AM_CFLAGS="$RPM_OPT_FLAGS"
68
69 %install
70 rm -rf $RPM_BUILD_ROOT
71 install -d $RPM_BUILD_ROOT/etc/X11/wmconfig
72
73 make install DESTDIR=$RPM_BUILD_ROOT
74
75 install %{SOURCE1} $RPM_BUILD_ROOT/etc/X11/wmconfig/mutt
76 install %{SOURCE2} $RPM_BUILD_ROOT/etc/Muttrc
77
78 gzip -9nf $RPM_BUILD_ROOT/usr/man/man1/*
79
80 %clean
81 rm -rf $RPM_BUILD_ROOT
82
83 %files
84 %defattr(644, root, root, 755)
85 %doc NEWS TODO contrib/*rc doc/manual.txt
86 %config /etc/Muttrc
87 /etc/X11/wmconfig/mutt
88 /usr/share/charsets
89 %attr(2755, root, mail) /usr/bin/mutt
90 %attr(0755, root,  man) /usr/man/man1/mutt.1.gz
91 %lang(de) /usr/share/locale/de/LC_MESSAGES/mutt.mo
92 %lang(es) /usr/share/locale/es/LC_MESSAGES/mutt.mo
93 %lang(fr) /usr/share/locale/fr/LC_MESSAGES/mutt.mo
94 %lang(it) /usr/share/locale/it/LC_MESSAGES/mutt.mo
95 %lang(ru) /usr/share/locale/ru/LC_MESSAGES/mutt.mo
96 %lang(uk) /usr/share/locale/uk/LC_MESSAGES/mutt.mo
97
98 %changelog
99 * Sat Dec 12 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
100   [0.95i-1]
101 - added gzipping man pages,
102 - added /usr/share/locale/*/LC_MESSAGES/mutt.mo to %files,
103 - updated patch for compressed folders,
104 - fixed sysconfdir (added --sysconfdir=/etc for ./configure parameters),
105 - --with-sharedir changed to /usr/share,
106 - added using DESTDIR on "make install",
107 - revisited list %doc files,
108 - added "Requires: slang >= 1.2.2-2",
109 - added /usr/share/charsets to %files,
110 - fixed passing "-s" ld flag,
111 - fixed way passing $RPM_OPT_FLAGS,
112 - Italian description (Fabio Coatti <cova@felix.unife.it>).
113
114 * Sat Sep 19 1998 Marcin Korzonek <mkorz@shadow.eu.org>
115   [0.93.2i-1]
116 - added pl translation,
117 - added patch for compressed folders,
118 - rewrites system Muttrc based on ones from Roland Rosenfeld.
119
120 * Sun Sep  6 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
121   [0.93.2i-1]
122 - added -q %setup parameter,
123 - changed Buildroot to /tmp/%%{name}-%%{version}-root,
124 - added using %%{name} and %%{version} in Source,
125 - added using %{SOURCE#} macro in %install,
126 - changed base Source Url to ftp://riemann.iam.uni-bonn.de/pub/mutt/.
127
128 * Wed Jul 29 1998 Bill Nottingham <notting@redhat.com>
129 - fix setgid removal
130 - spec file comsetics
131
132 * Tue Jul 28 1998 Jeff Johnson <jbj@redhat.com>
133 - security fix
134 - turn off setgid mail.
135
136 * Thu May 07 1998 Prospector System <bugs@redhat.com>
137 - translations modified for de, fr, tr
138
139 * Tue Apr 21 1998 Cristian Gafton <gafton@redhat.com>
140 - updated to 0.91.1
141
142 * Fri Apr 10 1998 Cristian Gafton <gafton@redhat.com>
143 - updated to mutt-0.89.1
144
145 * Thu Oct 16 1997 Otto Hammersmith <otto@redhat.com>
146 - Updated to mutt 0.85.
147 - added wmconfig entries.
148 - removed mime.types
149
150 * Mon Sep 1 1997 Donnie Barnes <djb@redhat.com>
151 - Rebuilt to insure all sources were fresh and patches were clean.
152
153 * Wed Aug 6 1997 Manoj Kasichainula <manojk@io.com>
154  - Initial version for 0.81(e)
This page took 0.255904 seconds and 2 git commands to generate.