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