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