]> git.pld-linux.org Git - packages/fetchmail.git/blob - fetchmail.spec
- standarized line with BuildRoot field:
[packages/fetchmail.git] / fetchmail.spec
1 Summary:        Remote mail fetch daemon for POP2, POP3, APOP, IMAP
2 Summary(da):    Alsidig POP/IMAP post-afhentnings dæmon
3 Summary(de):    Dämon zum Laden entfernter Mail (POP2, POP3, APOP, IMAP)
4 Summary(es_AR): Recolector de correo via POP/IMAP
5 Summary(fr):    Démon de récupération du mail pour POP2, POP3, APOP, IMAP.
6 Summary(pl):    Zdalny demon pocztowy do protoko³ów POP2, POP3, APOP, IMAP
7 Summary(pt_BR): Busca mensagens de um servidor usando POP ou IMAP
8 Summary(tr):    POP2, POP3, APOP, IMAP protokolleri ile uzaktan mektup alma yazýlýmý
9 Name:           fetchmail
10 Version:        5.0.3
11 Release:        1
12 Copyright:      freely redistributable
13 Group:          Applications/Mail
14 Group(pl):      Aplikacje/Poczta
15 Group(pt_BR):   Aplicações/Correio Eletrônico
16 Vendor:         Eric S. Raymond <esr@thyrsus.com>
17 Source:         ftp://locke.ccil.org/pub/esr/fetchmail/%{name}-%{version}.tar.gz
18 Icon:           fetchmail.gif
19 URL:            http://www.tuxedo.org/~esr/fetchmail
20 Requires:       smtpdaemon
21 BuildRoot:      /tmp/%{name}-%{version}-root
22
23 %description
24 Fetchmail is a program that is used to retrieve mail from a remote mail
25 server. It can use the Post Office Protocol (POP) or IMAP (Internet Mail
26 Access Protocol) for this, and delivers the mail through the local SMTP
27 server (normally sendmail).
28
29 description -l da
30 Fetchmail er et gratis, robust, alsidigt og vel-dokumenteret værktøj til
31 afhentning og videresending af elektronisk post via TCP/IP baserede
32 opkalds-forbindelser (såsom SLIP eller PPP forbindelser).  Den henter post
33 fra en ekstern post-server, og videresender den til din lokale
34 klient-maskines post-system, så den kan læses af almindelige mail klienter
35 såsom mutt, elm, pine, (x)emacs/gnus, eller mailx. Der medfølger også et
36 interaktivt GUI-baseret konfigurations-program, som kan bruges af
37 almindelige brugere.
38
39 %description -l de                                                                                            
40 Fetchmail ist ein freies, vollständiges, robustes und wohldokumentiertes
41 Werkzeug zum Abholen und Weiterreichen von E-Mail, gedacht zum Gebrauchüber
42 temporäre TCP/IP-Verbindungen (wie z.B. SLIP- oder PPP-Verbindungen). Es
43 holt E-Mail von (weit) entfernten Mail-Servern abund reicht sie an das
44 Auslieferungssystem der lokalen Client-Maschine weiter, damit sie dann von
45 normalen MUAs ("mail user agents") wie mutt, elm, pine, (x)emacs/gnus oder
46 mailx gelesen werden kann. Ein interaktiver GUI-Konfigurator auch gut
47 geeignet zum Gebrauch durch Endbenutzer wird mitgeliefert.
48
49 %description -l es
50 Fetchmail es una utilidad gratis, completa, robusta y bien documentada para
51 la recepción y reeenvío de correo pensada para ser usada en co- nexiones
52 TCP/IP por demanda (como SLIP y PPP). Recibe el correo de servidores remotos
53 y lo reenvía al sistema de entrega local, siendo de ese modo posible leerlo
54 con programas como mutt, elm, pine, (x)emacs/gnus o mailx. Contiene un
55 configurador GUI interactivo pensado para usuarios.
56
57 %description -l fr
58 Fetchmail est un programme utilisé pour récupérer le mail depuis un serveur
59 distant. Il peut utiliser POP (Post Office Protocol) ou IMAP (Internet Mail
60 Access Protocol) pour cela, et achemine le courrier à travers le serveur
61 SMTP local (sendmail normal).
62
63 %description -l pl
64 Fetchmail jest programem do ¶ci±gania poczty ze zdalnych serwerów
65 pocztowych. Do ¶ci±gania poczty mo¿e on uzywaæ protoko³ów POP (Post Office
66 Protocol) lub IMAP (Internet Mail Access Protocol). ¦ci±gniêt± pocztê
67 dostarcza do koñcowych odbiorców poprzez lokalny serwer SMTP.
68
69 %description -l pt_BR
70 fetchmail é um programa que é usado para recuperar mensagens de um servidor
71 de mail remoto. Ele pode usar Post Office Protocol (POP) ou IMAP (Internet
72 Mail Access Protocol) para isso, e entrega o mail através do servidor local
73 SMTP (normalmente sendmail).
74
75 %description -l tr
76 fetchmail yazýlýmý, POP veya IMAP desteði veren bir sunucuda yer alan
77 mektuplarýnýzý alýr.
78
79 %package -n fetchmailconf
80 Summary:        A GUI configurator for generating fetchmail configuration files
81 Summary(es):    Configurador GUI interactivo por fetchmail
82 Summary(fr):    GUI configurateur pour fetchmail
83 Summary(pl):    GUI konfigurator do fetchmaila
84 Group:          Utilities/System
85 Group(pl):      Narzêdzia/System
86 Requires:       %{name} = %{version}, python
87
88 %description -n fetchmailconf
89 A GUI configurator for generating fetchmail configuration file writen in
90 python
91
92 %description -n fetchmailconf -l pl 
93 GUI konfigurator do fetchmaila napisany w pythonie.
94
95 %prep
96 %setup -q
97
98 %build
99 CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
100 ./configure %{_target} \
101         --prefix=/usr \
102         --enable-nls \
103         --without-included-gettext
104 make
105
106 %install
107 rm -rf $RPM_BUILD_ROOT
108 install -d $RPM_BUILD_ROOT/{etc/X11/wmconfig,usr/lib/rhs/control-panel}
109
110 make install prefix=$RPM_BUILD_ROOT/usr
111
112 install rh-config/*.{xpm,init} $RPM_BUILD_ROOT%{_libdir}/rhs/control-panel                               
113 install rh-config/fetchmailconf.wmconfig $RPM_BUILD_ROOT/etc/X11/wmconfig/fetchmailconf
114 rm -f $RPM_BUILD_ROOT%{_mandir}/man1/fetchmailconf.1
115 echo ".so fetchmail.1" > $RPM_BUILD_ROOT%{_mandir}/man1/fetchmailconf.1
116
117 gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man1/* \
118         FEATURES README NEWS NOTES *.html FAQ COPYING
119
120 %clean
121 rm -rf $RPM_BUILD_ROOT
122
123 %files
124 %defattr(644,root,root,755)
125 %doc {FEATURES,README,NEWS,NOTES,*.html,FAQ,COPYING}.gz sample.rcfile
126
127 %attr(755,root,root) %{_bindir}/fetchmail
128 %{_mandir}/man1/fetchmail.1*
129
130 %lang(es)    %{_datadir}/locale/es/LC_MESSAGES/fetchmail.mo
131 %lang(fr)    %{_datadir}/locale/fr/LC_MESSAGES/fetchmail.mo
132 %lang(pl)    %{_datadir}/locale/pl/LC_MESSAGES/fetchmail.mo
133 %lang(pt_BR) %{_datadir}/locale/pt_BR/LC_MESSAGES/fetchmail.mo
134
135 %files -n fetchmailconf
136 %defattr(644,root,root,755)
137 /etc/X11/wmconfig/fetchmailconf
138 %{_libdir}/rhs/control-panel/*
139 %attr(755,root,root) %{_bindir}/fetchmailconf
140 %{_mandir}/man1/fetchmailconf.1.gz
141
142 %changelog
143 * Mon Apr 19 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
144   [5.0.1-1]
145 - recompiles on new rpm.
146
147 * Thu Apr 15 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
148   [5.0.0-1]
149 - removed man group from man pages,
150 - more locales (fr) and translations (es_AR, fr, da).
151
152 * Wed Jan 27 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
153   [4.7.6-1d]
154 - fix: removed fetchmailconf binary from main package,
155 - added pl locale,
156 - added bzipping2 %doc.
157
158 * Wed Jan 06 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
159   [4.7.4-1]
160 - added es_AR locale,
161
162 * Mon Dec 28 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
163   [4.7.1-1]
164 - added gzipping man pages,
165 - added pl translation,
166 - Vendor field to "Eric S. Raymond <esr@thyrsus.com>",
167 - added pt_BR and de translationc from Eric spec,
168 - added fetchmail.mo file with %lang macro,
169 - fetchmailconf(1) man page maked as nroff include to 
170   fetchmail(1),
171 - removed INSTALL from %doc,
172 - added using LDFLAGS="-s" to ./configure enviroment,
173 - added "Requires: python" to fetchmailconf subpackage,
174 - added URL,
175 - added --enable-nls and --without-included-gettext to 
176   ./configure parameters (libint is integrated in glibc),
177 - added full %attr description in %files.
178
179 * Wed Jul 22 1998 Jeff Johnson <jbj@redhat.com>
180 - update to 4.5.3.
181
182 * Fri May 08 1998 Cristian Gafton <gafton@redhat.com>
183 - fixed spelung eror in the decsriptoin
184
185 * Thu May 07 1998 Cristian Gafton <gafton@redhat.com>
186 - new version 4.4.4 fixes a lot of bugs
187
188 * Fri Apr 24 1998 Prospector System <bugs@redhat.com>
189 - translations modified for de, fr, tr
190
191 * Thu Apr 09 1998 Cristian Gafton <gafton@redhat.com>
192 - upgraded to 4.4.1
193 - buildroot
194
195 * Thu Oct 23 1997 Michael Fulbright <msf@redhat.com>
196 - Updated to 4.3.2 using SRPM from Eric Raymond
197
198 * Thu Jul 10 1997 Erik Troan <ewt@redhat.com>
199 - built against glibc
This page took 0.152134 seconds and 4 git commands to generate.