aboutsummaryrefslogtreecommitdiffstats
path: root/specgen.sh
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1999-06-14 06:11:17 +0000
committerEric S. Raymond <esr@thyrsus.com>1999-06-14 06:11:17 +0000
commit97af2f52da8df28ae7ee4b5dcfca7225855bd1c5 (patch)
tree6285081fceb27de63594d206a47cc05f20eea597 /specgen.sh
parent2985e779e17ee43ddd5046be3fc80bd6c068ac33 (diff)
downloadfetchmail-97af2f52da8df28ae7ee4b5dcfca7225855bd1c5.tar.gz
fetchmail-97af2f52da8df28ae7ee4b5dcfca7225855bd1c5.tar.bz2
fetchmail-97af2f52da8df28ae7ee4b5dcfca7225855bd1c5.zip
Added German and Spanish descriptions to specfile (thanks to Horst von
Brand). svn path=/trunk/; revision=2501
Diffstat (limited to 'specgen.sh')
-rwxr-xr-xspecgen.sh29
1 files changed, 17 insertions, 12 deletions
diff --git a/specgen.sh b/specgen.sh
index 3d0ab5ce..a3b58448 100755
--- a/specgen.sh
+++ b/specgen.sh
@@ -19,8 +19,8 @@ BuildRoot: /var/tmp/%{name}-%{version}
Summary: Full-featured POP/IMAP mail retrieval daemon
Summary(fr): Collecteur (POP/IMAP) de courrier électronique
Summary(de): Program zum Abholen von E-Mail via POP/IMAP
-Summary(pt_BR): Busca mensagens de um servidor usando POP ou IMAP
-Summary(es_AR): Recolector de correo via POP/IMAP
+Summary(pt): Busca mensagens de um servidor usando POP ou IMAP
+Summary(es): Recolector de correo via POP/IMAP
Summary(pl): Zdalny demon pocztowy do protoko³ów POP2, POP3, APOP, IMAP
Summary(tr): POP2, POP3, APOP, IMAP protokolleri ile uzaktan mektup alma yazýlýmý
Summary(da): Alsidig POP/IMAP post-afhentnings dæmon
@@ -44,15 +44,15 @@ serveur SMTP local (habituellement sendmail).
%description -l de
Fetchmail ist ein freies, vollständiges, robustes und
wohldokumentiertes Werkzeug zum Abholen und Weiterreichen von E-Mail,
-gedacht zum Gebrauchüber temporäre TCP/IP-Verbindungen (wie
+gedacht zum Gebrauch über temporäre TCP/IP-Verbindungen (wie
z.B. SLIP- oder PPP-Verbindungen). Es holt E-Mail von (weit)
-entfernten Mail-Servern abund reicht sie an das Auslieferungssystem
+entfernten Mail-Servern ab und reicht sie an das Auslieferungssystem
der lokalen Client-Maschine weiter, damit sie dann von normalen MUAs
("mail user agents") wie mutt, elm, pine, (x)emacs/gnus oder mailx
-gelesen werden kann. Ein interaktiver GUI-Konfigurator auch gut
+gelesen werden können. Ein interaktiver GUI-Konfigurator auch gut
geeignet zum Gebrauch durch Endbenutzer wird mitgeliefert.
-%description -l pt_BR
+%description -l pt
Fetchmail é um programa que é usado para recuperar mensagens de um
servidor de mail remoto. Ele pode usar Post Office Protocol (POP)
ou IMAP (Internet Mail Access Protocol) para isso, e entrega o mail
@@ -60,8 +60,8 @@ através do servidor local SMTP (normalmente sendmail).
%description -l es
Fetchmail es una utilidad gratis, completa, robusta y bien documentada
-para la recepción y reeenvío de correo pensada para ser usada en co-
-nexiones TCP/IP por demanda (como SLIP y PPP). Recibe el correo de
+para la recepción y reenvío de correo pensada para ser usada en
+conexiones TCP/IP temporales (como SLIP y PPP). Recibe el correo de
servidores remotos y lo reenvía al sistema de entrega local, siendo de
ese modo posible leerlo con programas como mutt, elm, pine, (x)emacs/gnus
o mailx. Contiene un configurador GUI interactivo pensado para usuarios.
@@ -90,7 +90,7 @@ konfigurations-program, som kan bruges af almindelige brugere.
Summary: A GUI configurator for generating fetchmail configuration files
Summary(pl): GUI konfigurator do fetchmaila
Summary(fr): GUI configurateur pour fetchmail
-Summary(es): Configurador GUI interactivo por fetchmail
+Summary(es): Configurador GUI interactivo para fetchmail
Group: Utilities/System
Requires: %{name} = %{version}, python
@@ -98,6 +98,12 @@ Requires: %{name} = %{version}, python
A GUI configurator for generating fetchmail configuration file written in
python
+%description -n fetchmailconf -l es
+Configurador gráfico para fetchmail escrito en python
+
+%description -n fetchmailconf -l de
+Ein interaktiver GUI-Konfigurator für fetchmail in python
+
%description -n fetchmailconf -l pl
GUI konfigurator do fetchmaila napisany w pythonie.
@@ -105,9 +111,8 @@ GUI konfigurator do fetchmaila napisany w pythonie.
%setup -q
%build
-CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
-# Add --enable-nls --without-included-gettext for internationalization
-./configure
+CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" # Add --enable-nls --without-included-gettext for internationalization
+./configure --prefix=/usr `./config.guess | sed -e 's/-unknown-/-redhat-/'`
make
%install