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