]> git.pld-linux.org Git - packages/mutt.git/blob - mutt.spec
- s-/usr/bin-%{_bindir}-
[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.96.2
8 Release:        1i
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 Patch:          mutt-mail.patch
16 URL:            http://www.mutt.org/
17 Requires:       smtpdaemon
18 Requires:       mailcap
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 %build
51 CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
52 ./configure %{_target} \
53         --prefix=/usr \
54         --with-sharedir=%{_datadir} \
55         --sysconfdir=/etc \
56         --enable-pop \
57         --enable-imap \
58         --with-curses \
59         --disable-warnings \
60         --disable-domain \
61         --enable-compressed \
62         --with-docdir=/usr/doc/mutt-%{version}
63
64 make 
65
66 %install
67 rm -rf $RPM_BUILD_ROOT
68 install -d $RPM_BUILD_ROOT/etc/X11/wmconfig
69
70 #make prefix=$RPM_BUILD_ROOT/usr sharedir=$RPM_BUILD_ROOT/etc install
71 make install DESTDIR=$RPM_BUILD_ROOT
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%{_mandir}/man1/* \
77         contrib/{*rc,*cap} \
78         $RPM_BUILD_ROOT/usr/doc/mutt-%{version}/{*.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 /usr/doc/%{name}-%{version}/*.gz
86
87 %config(noreplace) %verify(not size md5 mtime) /etc/Muttrc
88 %config(missingok) /etc/X11/wmconfig/mutt
89
90 %attr(0755,root,root) %{_bindir}/mutt
91 %attr(2755,root,mail) %{_bindir}/mutt_dotlock
92
93 %lang(en) %{_mandir}/man1/*
94 %{_datadir}/charsets
95
96 %lang(cs) %{_datadir}/locale/cs/LC_MESSAGES/mutt.mo
97 %lang(dn) %{_datadir}/locale/de/LC_MESSAGES/mutt.mo
98 %lang(es) %{_datadir}/locale/es/LC_MESSAGES/mutt.mo
99 %lang(fr) %{_datadir}/locale/fr/LC_MESSAGES/mutt.mo
100 %lang(id) %{_datadir}/locale/id/LC_MESSAGES/mutt.mo
101 %lang(it) %{_datadir}/locale/it/LC_MESSAGES/mutt.mo
102 %lang(nl) %{_datadir}/locale/nl/LC_MESSAGES/mutt.mo
103 %lang(pl) %{_datadir}/locale/pl/LC_MESSAGES/mutt.mo
104 %lang(ru) %{_datadir}/locale/ru/LC_MESSAGES/mutt.mo
105 %lang(sk) %{_datadir}/locale/sk/LC_MESSAGES/mutt.mo
106 %lang(uk) %{_datadir}/locale/uk/LC_MESSAGES/mutt.mo
107
108 %changelog
109 * Thu May  6 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
110   [0.96.2-1]
111 - updated .mo files list,
112 - added %%{_target} macro to ./configure parameters.
113
114 * Thu Mar 25 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
115   [0.95.4-1i]
116 - rewrited %install (now we use DESTDIR style install),
117 - added --sysconfdir=/etc adnd changed --with-sharedir to %{_datadir},
118 - added Requires: mailcap (mutt use /etc/mime.types).
119 - added %{_datadir}/charsets in %files.
120
121 * Thu Mar 25 1999 Artur Frysiak <wiget@pld.org.pl>
122 - upgraded to 0.95.4i
123 - linked with ncurses
124 - removed man group from man pages
125 - updated pl.po (sync with i18n CVS)
126
127 * Sat Feb 13 1999 Micha³ Kuratczyk <kura@wroclaw.art.pl>
128   [0.95.3i-3d]
129 - upgraded to 0.95.3i
130
131 * Thu Feb 10 1999 Micha³ Kuratczyk <kurkens@polbox.com>
132   [0.95i-3d]
133 - added gzipping documentation
134 - simplification in %files
135 - cosmetic changes
136
137 * Mon Dec 14 1998 Marcin Korzonek <mkorz@shadow.eu.org>
138   [0.95i-1]
139 - remove patch for compressed folders (not available yet)
140 - added %%lang macros
141 - added some missing doc files
142 - locale files included
143
144 * Sat Sep 19 1998 Marcin Korzonek <mkorz@shadow.eu.org>
145   [0.93.2i-1d]
146 - added pl translation,
147 - added patch for compressed folders,
148 - rewrites system Muttrc based on ones from Roland Rosenfeld.
149
150 * Sun Sep  6 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
151   [0.93.2i-1]
152 - added -q %setup parameter,
153 - changed Buildroot to /tmp/%%{name}-%%{version}-root,
154 - added using %%{name} and %%{version} in Source,
155 - added using %{SOURCE#} macro in %install,
156 - changed base Source Url to ftp://riemann.iam.uni-bonn.de/pub/mutt/.
157
158 * Wed Jul 29 1998 Bill Nottingham <notting@redhat.com>
159 - fix setgid removal
160 - spec file comsetics
161
162 * Tue Jul 28 1998 Jeff Johnson <jbj@redhat.com>
163 - security fix
164 - turn off setgid mail.
165
166 * Thu May 07 1998 Prospector System <bugs@redhat.com>
167 - translations modified for de, fr, tr
168
169 * Tue Apr 21 1998 Cristian Gafton <gafton@redhat.com>
170 - updated to 0.91.1
171
172 * Fri Apr 10 1998 Cristian Gafton <gafton@redhat.com>
173 - updated to mutt-0.89.1
174
175 * Thu Oct 16 1997 Otto Hammersmith <otto@redhat.com>
176 - Updated to mutt 0.85.
177 - added wmconfig entries.
178 - removed mime.types
179
180 * Mon Sep 1 1997 Donnie Barnes <djb@redhat.com>
181 - Rebuilt to insure all sources were fresh and patches were clean.
182
183 * Wed Aug 6 1997 Manoj Kasichainula <manojk@io.com>
184  - Initial version for 0.81(e)
This page took 0.465032 seconds and 4 git commands to generate.