]> git.pld-linux.org Git - packages/mutt.git/blob - mutt.spec
d76c61ce800b77b6a64e2b0521607eb7c786de7c
[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.4
8 Release:        1
9 Copyright:      GPL
10 Group:          Applications/Mail
11 Group(pl):      Aplikacje/Poczta
12 Source0:        ftp://riemann.iam.uni-bonn.de/pub/mutt/%{name}-%{version}i.tar.gz
13 Source1:        mutt.wmconfig
14 Source2:        Muttrc
15 Source3:        mutt.pl.po
16 Patch:          mutt-mail.patch
17 URL:            http://www.mutt.org/
18 Requires:       smtpdaemon
19 Buildroot:      /tmp/%{name}-%{version}-root
20
21 %description
22 Mutt is a small but very poweful full-screen Unix mail client.
23 Features include MIME support, color, POP3 support, message threading,
24 bindable keys, and threaded sorting mode.
25
26 %description -l de
27 Mutt ist ein kleiner aber leistungsfähiger Vollbild-Mail-Client für Unix mit
28 MIME-Unterstützung, Farbe, POP3-Unterstützung, Nachrichten-Threading,
29 zuweisbaren Tasten und Sortieren nach Threads.
30
31 %description -l pl
32 Mutt jest niewielkim programem pocztowym dla terminali tekstowych
33 posiadaj±cym du¿e mo¿liwo¶ci. Obs³uguje MIME, POP3, cztery formaty
34 skrzynek pocztowych, obs³uguje kolory, w±tki i ocenê wa¿no¶ci listów
35 (scoring).  W tej wersji dodano tak¿e obs³ugê skompresowanych folderów.
36
37 %description -l fr
38 mutt est un client courrier Unix plein écran, petit mais très puissant.
39 Il dispose de la gestion MIME, des couleurs, de la gestion POP, des fils
40 de discussion, des touches liées et d'un mode de tri sur les fils.
41
42 %description -l tr
43 Mutt, küçük ama çok güçlü bir tam-ekran Unix mektup istemcisidir. MIME desteði,
44 renk ve POP3 desteði içerir.
45
46 %prep
47 %setup -q 
48 %patch -p0
49
50 install %{SOURCE3} $RPM_BUILD_DIR/%{name}-%{version}/po/pl.po
51
52 %build
53 CFLAGS="$RPM_OPT_FLAGS" LDFLAGS=-s \
54         ./configure \
55         --prefix=/usr \
56         --with-sharedir=/etc \
57         --enable-pop \
58         --enable-imap \
59         --with-curses \
60         --disable-warnings \
61         --disable-domain \
62         --enable-compressed \
63         --with-docdir=$RPM_BUILD_DIR/%{name}-%{version}/rpm_docs 
64
65 make 
66
67 %install
68 rm -rf $RPM_BUILD_ROOT
69 install -d $RPM_BUILD_ROOT/etc/X11/wmconfig
70
71 make prefix=$RPM_BUILD_ROOT/usr sharedir=$RPM_BUILD_ROOT/etc install
72
73 install %{SOURCE1} $RPM_BUILD_ROOT/etc/X11/wmconfig/mutt
74 install %{SOURCE2} $RPM_BUILD_ROOT/etc/Muttrc
75
76 gzip -9nf $RPM_BUILD_ROOT/usr/man/man1/* \
77         contrib/{*rc,*cap} \
78         rpm_docs/{html/*,*.txt,ChangeLog,README,TODO,NEWS,README.SECURITY}
79
80 %clean
81 rm -rf $RPM_BUILD_ROOT
82
83 %files
84 %defattr(644,root,root,755)
85 %doc contrib/*.gz rpm_docs/{html,*.gz}
86
87 %config(noreplace) %verify(not size md5 mtime) /etc/Muttrc
88 %config(missingok) /etc/X11/wmconfig/mutt
89
90 %attr(0711,root,root) /usr/bin/mutt
91 %attr(2711,root,mail) /usr/bin/mutt_dotlock
92
93 %lang(en) /usr/man/man1/*
94
95 %lang(en) /usr/share/locale/de/LC_MESSAGES/mutt.mo
96 %lang(es) /usr/share/locale/es/LC_MESSAGES/mutt.mo
97 %lang(fr) /usr/share/locale/fr/LC_MESSAGES/mutt.mo
98 %lang(it) /usr/share/locale/it/LC_MESSAGES/mutt.mo
99 %lang(pl) /usr/share/locale/pl/LC_MESSAGES/mutt.mo
100 %lang(ru) /usr/share/locale/ru/LC_MESSAGES/mutt.mo
101 %lang(uk) /usr/share/locale/uk/LC_MESSAGES/mutt.mo
102
103 %changelog
104 * Thu Mar 25 1999 Artur Frysiak <wiget@pld.org.pl>
105   [0.95.4i-1]
106 - upgraded to 0.95.4i
107 - linked with ncurses
108 - removed man group from man pages
109 - updated pl.po (sync with i18n CVS)
110
111 * Sat Feb 13 1999 Micha³ Kuratczyk <kura@wroclaw.art.pl>
112   [0.95.3i-3d]
113 - upgraded to 0.95.3i
114
115 * Thu Feb 10 1999 Micha³ Kuratczyk <kurkens@polbox.com>
116   [0.95i-3d]
117 - added gzipping documentation
118 - simplification in %files
119 - cosmetic changes
120
121 * Mon Dec 14 1998 Marcin Korzonek <mkorz@shadow.eu.org>
122 [0.95i-1]
123 - remove patch for compressed folders (not available yet)
124 - added %%lang macros
125 - added some missing doc files
126 - locale files included
127
128 * Sat Sep 19 1998 Marcin Korzonek <mkorz@shadow.eu.org>
129 [0.93.2i-1d]
130 - added pl translation,
131 - added patch for compressed folders,
132 - rewrites system Muttrc based on ones from Roland Rosenfeld.
133
134 * Sun Sep  6 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
135 [0.93.2i-1]
136 - added -q %setup parameter,
137 - changed Buildroot to /tmp/%%{name}-%%{version}-root,
138 - added using %%{name} and %%{version} in Source,
139 - added using %{SOURCE#} macro in %install,
140 - changed base Source Url to ftp://riemann.iam.uni-bonn.de/pub/mutt/.
141
142 * Wed Jul 29 1998 Bill Nottingham <notting@redhat.com>
143 - fix setgid removal
144 - spec file comsetics
145
146 * Tue Jul 28 1998 Jeff Johnson <jbj@redhat.com>
147 - security fix
148 - turn off setgid mail.
149
150 * Thu May 07 1998 Prospector System <bugs@redhat.com>
151 - translations modified for de, fr, tr
152
153 * Tue Apr 21 1998 Cristian Gafton <gafton@redhat.com>
154 - updated to 0.91.1
155
156 * Fri Apr 10 1998 Cristian Gafton <gafton@redhat.com>
157 - updated to mutt-0.89.1
158
159 * Thu Oct 16 1997 Otto Hammersmith <otto@redhat.com>
160 - Updated to mutt 0.85.
161 - added wmconfig entries.
162 - removed mime.types
163
164 * Mon Sep 1 1997 Donnie Barnes <djb@redhat.com>
165 - Rebuilt to insure all sources were fresh and patches were clean.
166
167 * Wed Aug 6 1997 Manoj Kasichainula <manojk@io.com>
168  - Initial version for 0.81(e)
This page took 0.078732 seconds and 3 git commands to generate.