]> git.pld-linux.org Git - packages/fetchmail.git/blob - fetchmail.spec
- updated to 5.0.5.
[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.5
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 autoconf
100 CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
101 ./configure %{_target_platform} \
102         --prefix=%{_prefix} \
103         --enable-nls \
104         --without-included-gettext
105 make
106
107 %install
108 rm -rf $RPM_BUILD_ROOT
109 install -d $RPM_BUILD_ROOT/{etc/X11/wmconfig,%{_libdir}/rhs/control-panel}
110
111 make install prefix=$RPM_BUILD_ROOT%{_prefix}
112
113 install rh-config/*.{xpm,init} $RPM_BUILD_ROOT%{_libdir}/rhs/control-panel
114 install rh-config/fetchmailconf.wmconfig $RPM_BUILD_ROOT/etc/X11/wmconfig/fetchmailconf
115 rm -f $RPM_BUILD_ROOT%{_mandir}/man1/fetchmailconf.1
116 echo ".so fetchmail.1" > $RPM_BUILD_ROOT%{_mandir}/man1/fetchmailconf.1
117
118 gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man1/* \
119         FEATURES README NEWS NOTES *.html FAQ COPYING
120
121 %find_lang %{name}
122
123 %clean
124 rm -rf $RPM_BUILD_ROOT
125
126 %files -f %{name}.lang
127 %defattr(644,root,root,755)
128 %doc {FEATURES,README,NEWS,NOTES,*.html,FAQ,COPYING}.gz sample.rcfile
129
130 %attr(755,root,root) %{_bindir}/fetchmail
131 %{_mandir}/man1/fetchmail.1*
132
133 %files -n fetchmailconf
134 %defattr(644,root,root,755)
135 /etc/X11/wmconfig/fetchmailconf
136 %{_libdir}/rhs/control-panel/*
137 %attr(755,root,root) %{_bindir}/fetchmailconf
138 %{_mandir}/man1/fetchmailconf.1*
139
140 %changelog
141 * Mon Jun 21 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
142   [5.0.4-1]
143 - based on RH spec,
144 - spec rewrited by PLD team.
This page took 0.043809 seconds and 4 git commands to generate.