]> git.pld-linux.org Git - packages/fetchmail.git/blob - fetchmail.spec
- release 2.
[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.8
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 Patch1:         fetchmail-DESTDIR.patch
20 Patch2:         fetchmail-kport.patch
21 Icon:           fetchmail.gif
22 URL:            http://www.tuxedo.org/~esr/fetchmail/
23 BuildRequires:  openssl-devel >= 0.9.4-2
24 BuildRequires:  gettext-devel
25 Requires:       smtpdaemon
26 BuildRoot:      /tmp/%{name}-%{version}-root
27
28 %description
29 Fetchmail is a program that is used to retrieve mail from a remote mail
30 server. It can use the Post Office Protocol (POP) or IMAP (Internet Mail
31 Access Protocol) for this, and delivers the mail through the local SMTP
32 server (normally sendmail).
33
34 %description -l da
35 Fetchmail er et gratis, robust, alsidigt og vel-dokumenteret værktøj til
36 afhentning og videresending af elektronisk post via TCP/IP baserede
37 opkalds-forbindelser (såsom SLIP eller PPP forbindelser).  Den henter post
38 fra en ekstern post-server, og videresender den til din lokale
39 klient-maskines post-system, så den kan læses af almindelige mail klienter
40 såsom mutt, elm, pine, (x)emacs/gnus, eller mailx. Der medfølger også et
41 interaktivt GUI-baseret konfigurations-program, som kan bruges af
42 almindelige brugere.
43
44 %description -l de                                                                                            
45 Fetchmail ist ein freies, vollständiges, robustes und wohldokumentiertes
46 Werkzeug zum Abholen und Weiterreichen von E-Mail, gedacht zum Gebrauchüber
47 temporäre TCP/IP-Verbindungen (wie z.B. SLIP- oder PPP-Verbindungen). Es
48 holt E-Mail von (weit) entfernten Mail-Servern abund reicht sie an das
49 Auslieferungssystem der lokalen Client-Maschine weiter, damit sie dann von
50 normalen MUAs ("mail user agents") wie mutt, elm, pine, (x)emacs/gnus oder
51 mailx gelesen werden kann. Ein interaktiver GUI-Konfigurator auch gut
52 geeignet zum Gebrauch durch Endbenutzer wird mitgeliefert.
53
54 %description -l es
55 Fetchmail es una utilidad gratis, completa, robusta y bien documentada para
56 la recepción y reeenvío de correo pensada para ser usada en co- nexiones
57 TCP/IP por demanda (como SLIP y PPP). Recibe el correo de servidores remotos
58 y lo reenvía al sistema de entrega local, siendo de ese modo posible leerlo
59 con programas como mutt, elm, pine, (x)emacs/gnus o mailx. Contiene un
60 configurador GUI interactivo pensado para usuarios.
61
62 %description -l fr
63 Fetchmail est un programme utilisé pour récupérer le mail depuis un serveur
64 distant. Il peut utiliser POP (Post Office Protocol) ou IMAP (Internet Mail
65 Access Protocol) pour cela, et achemine le courrier à travers le serveur
66 SMTP local (sendmail normal).
67
68 %description -l pl
69 Fetchmail jest programem do ¶ci±gania poczty ze zdalnych serwerów
70 pocztowych. Do ¶ci±gania poczty mo¿e on u¿ywaæ protoko³ów POP (Post Office
71 Protocol) lub IMAP (Internet Mail Access Protocol). ¦ci±gniêt± pocztê
72 dostarcza do koñcowych odbiorców poprzez lokalny serwer SMTP.
73
74 %description -l pt
75 fetchmail é um programa que é usado para recuperar mensagens de um servidor
76 de mail remoto. Ele pode usar Post Office Protocol (POP) ou IMAP (Internet
77 Mail Access Protocol) para isso, e entrega o mail através do servidor local
78 SMTP (normalmente sendmail).
79
80 %description -l tr
81 fetchmail yazýlýmý, POP veya IMAP desteði veren bir sunucuda yer alan
82 mektuplarýnýzý alýr.
83
84 %package -n fetchmailconf
85 Summary:        A GUI configurator for generating fetchmail configuration files
86 Summary(es):    Configurador GUI interactivo por fetchmail
87 Summary(fr):    GUI configurateur pour fetchmail
88 Summary(pl):    GUI konfigurator do fetchmaila
89 Group:          Utilities/System
90 Group(pl):      Narzêdzia/System
91 Requires:       %{name} = %{version}, python
92
93 %description -n fetchmailconf
94 A GUI configurator for generating fetchmail configuration file writen in
95 python
96
97 %description -n fetchmailconf -l de
98 Ein interaktiver GUI-Konfigurator für fetchmail in python
99
100 %description -n fetchmailconf -l es
101 Configurador gráfico para fetchmail escrito en python
102
103 %description -n fetchmailconf -l pl 
104 GUI konfigurator do fetchmaila napisany w pythonie.
105
106 %prep
107 %setup -q
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.49178 seconds and 4 git commands to generate.