]> git.pld-linux.org Git - packages/fetchmail.git/blob - fetchmail.spec
- Missing BuildRequires
[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.5
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 BuildRequires:  gettext-devel
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 u¿ywaæ 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 %patch1 -p0
108
109 %build
110 chmod +w aclocal.m4
111 gettextize --copy --force
112 aclocal
113 autoconf
114 LDFLAGS="-s"; export LDFLAGS
115 CFLAGS="$RPM_OPT_FLAGS -DSSL_ENABLE"
116 %configure \
117         --enable-nls \
118         --without-included-gettext \
119         --enable-inet6 \
120         --with-ssl=/usr
121 make
122
123 %install
124 rm -rf $RPM_BUILD_ROOT
125 install -d $RPM_BUILD_ROOT%{_libdir}/rhs/control-panel \
126         $RPM_BUILD_ROOT/usr/X11R6/share/applnk/Administration
127
128 make install DESTDIR=$RPM_BUILD_ROOT
129
130 install rh-config/*.{xpm,init} $RPM_BUILD_ROOT%{_libdir}/rhs/control-panel
131 install %{SOURCE1} $RPM_BUILD_ROOT/usr/X11R6/share/applnk/Administration
132
133
134 gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man1/* \
135         FEATURES README NEWS NOTES *.html FAQ COPYING
136
137 %find_lang %{name}
138
139 %clean
140 rm -rf $RPM_BUILD_ROOT
141
142 %files -f %{name}.lang
143 %defattr(644,root,root,755)
144 %doc {FEATURES,README,NEWS,NOTES,*.html,FAQ,COPYING}.gz sample.rcfile
145
146 %attr(755,root,root) %{_bindir}/fetchmail
147 %{_mandir}/man1/fetchmail.1*
148
149 %files -n fetchmailconf
150 %defattr(644,root,root,755)
151 %{_libdir}/rhs/control-panel/*
152 %attr(755,root,root) %{_bindir}/fetchmailconf
153 %{_mandir}/man1/fetchmailconf.1*
154
155 /usr/X11R6/share/applnk/Administration/fetchmailconf.desktop
This page took 1.47377 seconds and 4 git commands to generate.