]> git.pld-linux.org Git - packages/fetchmail.git/blob - fetchmail.spec
- updated to 4.7.6,
[packages/fetchmail.git] / fetchmail.spec
1 Summary:        Remote mail fetch daemon for POP2, POP3, APOP, IMAP
2 Summary(de):    Dämon zum Laden entfernter Mail (POP2, POP3, APOP, IMAP)
3 Summary(fr):    Démon de récupération du mail pour POP2, POP3, APOP, IMAP.
4 Summary(pl):    Zdalny demon pocztowy do protoko³ów POP2, POP3, APOP, IMAP
5 Summary(pt_BR): Busca mensagens de um servidor usando POP ou IMAP
6 Summary(tr):    POP2, POP3, APOP, IMAP protokolleri ile uzaktan mektup alma yazýlýmý
7 Name:           fetchmail
8 Version:        4.7.6
9 Release:        1d
10 Copyright:      freely redistributable
11 Group:          Applications/Mail
12 Group(pt_BR):   Aplicações/Correio Eletrônico
13 Vendor:         Eric S. Raymond <esr@thyrsus.com>
14 Source:         ftp://locke.ccil.org/pub/esr/fetchmail/%{name}-%{version}.tar.gz
15 Patch:          fetchmail-krb5.patch
16 Icon:           fetchmail.gif
17 URL:            http://www.tuxedo.org/~esr/fetchmail
18 Requires:       smtpdaemon
19 Buildroot:      /tmp/%{name}-%{version}-root
20
21 %description
22 Fetchmail is a program that is used to retrieve mail from a remote mail
23 server. It can use the Post Office Protocol (POP) or IMAP (Internet Mail
24 Access Protocol) for this, and delivers the mail through the local SMTP
25 server (normally sendmail).
26
27 %description -l de                                                                                            
28 Fetchmail ist ein freies, vollständiges, robustes und wohldokumentiertes
29 Werkzeug zum Abholen und Weiterreichen von E-Mail, gedacht zum Gebrauchüber
30 temporäre TCP/IP-Verbindungen (wie z.B. SLIP- oder PPP-Verbindungen).  Es
31 holt E-Mail von (weit) entfernten Mail-Servern abund reicht sie an das
32 Auslieferungssystem der lokalen Client-Maschine weiter, damit sie dann von
33 normalen MUAs ("mail user agents") wie mutt, elm, pine, (x)emacs/gnus oder
34 mailx gelesen werden kann.  Ein interaktiver GUI-Konfigurator auch gut
35 geeignet zum Gebrauch durch Endbenutzer wird mitgeliefert.
36
37 %description -l fr
38 Fetchmail est un programme utilisé pour récupérer le mail depuis un serveur
39 distant. Il peut utiliser POP (Post Office Protocol) ou IMAP (Internet Mail
40 Access Protocol) pour cela, et achemine le courrier à travers le serveur
41 SMTP local (sendmail normal).
42
43 %description -l pl
44 Fetchmail jest programem do ¶ci±gania poczty ze zdalnych serwerów
45 pocztowych. Do ¶ci±gania poczty mo¿e on uzywaæ protoko³ów POP (Post Office
46 Protocol) lub IMAP (Internet Mail Access Protocol). ¦ci±gniêt± pocztê
47 dostarcza do koñcowych odbiorców poprzez lokalny serwer SMTP.
48
49 %description -l pt_BR
50 fetchmail é um programa que é usado para recuperar mensagens de um servidor
51 de mail remoto. Ele pode usar Post Office Protocol (POP) ou IMAP (Internet
52 Mail Access Protocol) para isso, e entrega o mail através do servidor local
53 SMTP (normalmente sendmail).
54
55 %description -l tr
56 fetchmail yazýlýmý, POP veya IMAP desteði veren bir sunucuda yer alan
57 mektuplarýnýzý alýr.
58
59 %package -n fetchmailconf
60 Summary:        A GUI configurator for generating fetchmail configuration files
61 Summary(pl):    GUI konfigurator do fetchmaila
62 Group:          Utilities/System
63 Requires:       %{name} = %{version}, python
64
65 %description -n fetchmailconf
66 A GUI configurator for generating fetchmail configuration file writen in
67 python
68
69 %description -n fetchmailconf -l pl 
70 GUI konfigurator do fetchmaila napisany w pythonie.
71
72 %prep
73 %setup -q
74
75 %build
76 CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
77 ./configure \
78         --prefix=/usr \
79         --enable-nls \
80         --without-included-gettext \
81         --with-kerberos5=/usr \
82         --with-gssapi=/usr/lib
83 make
84
85 %install
86 rm -rf $RPM_BUILD_ROOT
87 install -d $RPM_BUILD_ROOT/{etc/X11/wmconfig,usr/lib/rhs/control-panel}
88
89 make install prefix=$RPM_BUILD_ROOT/usr
90
91 install rh-config/*.{xpm,init} $RPM_BUILD_ROOT/usr/lib/rhs/control-panel                               
92 install rh-config/fetchmailconf.wmconfig $RPM_BUILD_ROOT/etc/X11/wmconfig/fetchmailconf
93 rm -f $RPM_BUILD_ROOT/usr/man/man1/fetchmailconf.1
94 echo ".so fetchmail.1" > $RPM_BUILD_ROOT/usr/man/man1/fetchmailconf.1
95
96 gzip -9nf $RPM_BUILD_ROOT/usr/man/man1/*
97 bzip2 -9 FEATURES README NEWS NOTES *.html FAQ COPYING
98
99 %clean
100 rm -rf $RPM_BUILD_ROOT
101
102 %files
103 %defattr(644,root,root,755)
104 %doc {FEATURES,README,NEWS,NOTES,*.html,FAQ,COPYING}.bz2 sample.rcfile
105
106 %attr(755,root,root) /usr/bin/fetchmail
107 %attr(644,root, man) /usr/man/man1/fetchmail.1*
108
109 %lang(es)    /usr/share/locale/es/LC_MESSAGES/fetchmail.mo
110 %lang(pl)    /usr/share/locale/pl/LC_MESSAGES/fetchmail.mo
111 %lang(pt_BR) /usr/share/locale/pt_BR/LC_MESSAGES/fetchmail.mo
112
113 %files -n fetchmailconf
114 %defattr(644,root,root,755)
115 /etc/X11/wmconfig/fetchmailconf
116 /usr/lib/rhs/control-panel/*
117 %attr(755,root,root) /usr/bin/fetchmailconf
118 %attr(644,root, man) /usr/man/man1/fetchmailconf.1.gz
119
120 %changelog
121 * Wed Jan 27 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
122   [4.7.6-1d]
123 - fix: removed fetchmailconf binary from main package,
124 - added pl locale,
125 - added bzipping2 %doc.
126
127 * Wed Jan 06 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
128   [4.7.4-1]
129 - added es_AR locale,
130
131 * Mon Dec 28 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
132   [4.7.1-1]
133 - added gzipping man pages,
134 - added pl translation,
135 - Vendor field to "Eric S. Raymond <esr@thyrsus.com>",
136 - added pt_BR and de translationc from Eric spec,
137 - added fetchmail.mo file with %lang macro,
138 - fetchmailconf(1) man page maked as nroff include to 
139   fetchmail(1),
140 - removed INSTALL from %doc,
141 - added using LDFLAGS="-s" to ./configure enviroment,
142 - added "Requires: python" to fetchmailconf subpackage,
143 - added URL,
144 - added --enable-nls and --without-included-gettext to 
145   ./configure parameters (libint is integrated in glibc),
146 - added full %attr description in %files.
147
148 * Wed Jul 22 1998 Jeff Johnson <jbj@redhat.com>
149 - update to 4.5.3.
150
151 * Fri May 08 1998 Cristian Gafton <gafton@redhat.com>
152 - fixed spelung eror in the decsriptoin
153
154 * Thu May 07 1998 Cristian Gafton <gafton@redhat.com>
155 - new version 4.4.4 fixes a lot of bugs
156
157 * Fri Apr 24 1998 Prospector System <bugs@redhat.com>
158 - translations modified for de, fr, tr
159
160 * Thu Apr 09 1998 Cristian Gafton <gafton@redhat.com>
161 - upgraded to 4.4.1
162 - buildroot
163
164 * Thu Oct 23 1997 Michael Fulbright <msf@redhat.com>
165 - Updated to 4.3.2 using SRPM from Eric Raymond
166
167 * Thu Jul 10 1997 Erik Troan <ewt@redhat.com>
168 - built against glibc
This page took 0.041209 seconds and 4 git commands to generate.