]> git.pld-linux.org Git - packages/fetchmail.git/blob - fetchmail.spec
- added ssl support
[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):    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):    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.2.0
11 Release:        2
12 Copyright:      freely redistributable
13 Group:          Applications/Mail
14 Group(pl):      Aplikacje/Poczta
15 Group(pt):      Aplicações/Correio Eletrônico
16 Vendor:         Eric S. Raymond <esr@thyrsus.com>
17 Source0:        ftp://locke.ccil.org/pub/esr/fetchmail/%{name}-%{version}.tar.gz
18 Source1:        fetchmailconf.desktop
19 Patch0:         fetchmail-glibc.patch
20 Patch1:         fetchmail-DESTDIR.patch
21 Patch2:         fetchmail-ssl.patch
22 Icon:           fetchmail.gif
23 URL:            http://www.tuxedo.org/~esr/fetchmail/
24 Requires:       smtpdaemon
25 BuildRoot:      /tmp/%{name}-%{version}-root
26
27 %description
28 Fetchmail is a program that is used to retrieve mail from a remote mail
29 server. It can use the Post Office Protocol (POP) or IMAP (Internet Mail
30 Access Protocol) for this, and delivers the mail through the local SMTP
31 server (normally sendmail).
32
33 %description -l da
34 Fetchmail er et gratis, robust, alsidigt og vel-dokumenteret værktøj til
35 afhentning og videresending af elektronisk post via TCP/IP baserede
36 opkalds-forbindelser (såsom SLIP eller PPP forbindelser).  Den henter post
37 fra en ekstern post-server, og videresender den til din lokale
38 klient-maskines post-system, så den kan læses af almindelige mail klienter
39 såsom mutt, elm, pine, (x)emacs/gnus, eller mailx. Der medfølger også et
40 interaktivt GUI-baseret konfigurations-program, som kan bruges af
41 almindelige brugere.
42
43 %description -l de                                                                                            
44 Fetchmail ist ein freies, vollständiges, robustes und wohldokumentiertes
45 Werkzeug zum Abholen und Weiterreichen von E-Mail, gedacht zum Gebrauchüber
46 temporäre TCP/IP-Verbindungen (wie z.B. SLIP- oder PPP-Verbindungen). Es
47 holt E-Mail von (weit) entfernten Mail-Servern abund reicht sie an das
48 Auslieferungssystem der lokalen Client-Maschine weiter, damit sie dann von
49 normalen MUAs ("mail user agents") wie mutt, elm, pine, (x)emacs/gnus oder
50 mailx gelesen werden kann. Ein interaktiver GUI-Konfigurator auch gut
51 geeignet zum Gebrauch durch Endbenutzer wird mitgeliefert.
52
53 %description -l es
54 Fetchmail es una utilidad gratis, completa, robusta y bien documentada para
55 la recepción y reeenvío de correo pensada para ser usada en co- nexiones
56 TCP/IP por demanda (como SLIP y PPP). Recibe el correo de servidores remotos
57 y lo reenvía al sistema de entrega local, siendo de ese modo posible leerlo
58 con programas como mutt, elm, pine, (x)emacs/gnus o mailx. Contiene un
59 configurador GUI interactivo pensado para usuarios.
60
61 %description -l fr
62 Fetchmail est un programme utilisé pour récupérer le mail depuis un serveur
63 distant. Il peut utiliser POP (Post Office Protocol) ou IMAP (Internet Mail
64 Access Protocol) pour cela, et achemine le courrier à travers le serveur
65 SMTP local (sendmail normal).
66
67 %description -l pl
68 Fetchmail jest programem do ¶ci±gania poczty ze zdalnych serwerów
69 pocztowych. Do ¶ci±gania poczty mo¿e on uzywaæ protoko³ów POP (Post Office
70 Protocol) lub IMAP (Internet Mail Access Protocol). ¦ci±gniêt± pocztê
71 dostarcza do koñcowych odbiorców poprzez lokalny serwer SMTP.
72
73 %description -l pt
74 fetchmail é um programa que é usado para recuperar mensagens de um servidor
75 de mail remoto. Ele pode usar Post Office Protocol (POP) ou IMAP (Internet
76 Mail Access Protocol) para isso, e entrega o mail através do servidor local
77 SMTP (normalmente sendmail).
78
79 %description -l tr
80 fetchmail yazýlýmý, POP veya IMAP desteði veren bir sunucuda yer alan
81 mektuplarýnýzý alýr.
82
83 %package -n fetchmailconf
84 Summary:        A GUI configurator for generating fetchmail configuration files
85 Summary(es):    Configurador GUI interactivo por fetchmail
86 Summary(fr):    GUI configurateur pour fetchmail
87 Summary(pl):    GUI konfigurator do fetchmaila
88 Group:          Utilities/System
89 Group(pl):      Narzêdzia/System
90 Requires:       %{name} = %{version}, python
91
92 %description -n fetchmailconf
93 A GUI configurator for generating fetchmail configuration file writen in
94 python
95
96 %description -n fetchmailconf -l de
97 Ein interaktiver GUI-Konfigurator für fetchmail in python
98
99 %description -n fetchmailconf -l es
100 Configurador gráfico para fetchmail escrito en python
101
102 %description -n fetchmailconf -l pl 
103 GUI konfigurator do fetchmaila napisany w pythonie.
104
105 %prep
106 %setup -q
107 %patch0 -p1
108 %patch1 -p0
109 %patch2 -p1
110
111 %build
112 chmod +w aclocal.m4
113 gettextize --copy --force
114 aclocal
115 autoconf
116 LDFLAGS="-s"; export LDFLAGS
117 CFLAGS="$RPM_OPT_FLAGS -DSSL_ENABLE"
118 %configure \
119         --enable-nls \
120         --without-included-gettext \
121         --enable-inet6 \
122         --with-ssl=/usr
123 make
124
125 %install
126 rm -rf $RPM_BUILD_ROOT
127 install -d $RPM_BUILD_ROOT%{_libdir}/rhs/control-panel \
128         $RPM_BUILD_ROOT/usr/X11R6/share/applnk/Administration
129
130 make install DESTDIR=$RPM_BUILD_ROOT
131
132 install rh-config/*.{xpm,init} $RPM_BUILD_ROOT%{_libdir}/rhs/control-panel
133 install %{SOURCE1} $RPM_BUILD_ROOT/usr/X11R6/share/applnk/Administration
134
135
136 gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man1/* \
137         FEATURES README NEWS NOTES *.html FAQ COPYING
138
139 %find_lang %{name}
140
141 %clean
142 rm -rf $RPM_BUILD_ROOT
143
144 %files -f %{name}.lang
145 %defattr(644,root,root,755)
146 %doc {FEATURES,README,NEWS,NOTES,*.html,FAQ,COPYING}.gz sample.rcfile
147
148 %attr(755,root,root) %{_bindir}/fetchmail
149 %{_mandir}/man1/fetchmail.1*
150
151 %files -n fetchmailconf
152 %defattr(644,root,root,755)
153 %{_libdir}/rhs/control-panel/*
154 %attr(755,root,root) %{_bindir}/fetchmailconf
155 %{_mandir}/man1/fetchmailconf.1*
156
157 /usr/X11R6/share/applnk/Administration/fetchmailconf.desktop
This page took 0.038106 seconds and 4 git commands to generate.