]> git.pld-linux.org Git - packages/comsat.git/blob - comsat.spec
- release 7,
[packages/comsat.git] / comsat.spec
1 Summary:        A mail checker client and comsat mail checking server
2 Summary(de):    Biff-Mail-Checker-Client und comsat-Mail-Checking-Server
3 Summary(es):    Programa para buscar e-mail en un servidor comsat
4 Summary(fr):    Le client de notification de courrier Biff et le serveur de notification de courrier comsat
5 Summary(pl):    Klient i serwer powiadamiania o nadchodz±cej poczcie
6 Summary(pt_BR): Um programa para checar e-mail e um servidor comsat
7 Summary(ru):    ëÌÉÅÎÔ É ÓÅÒ×ÅÒ ÄÌÑ ÐÒÏ×ÅÒËÉ ÎÁÌÉÞÉÑ ÐÏÞÔÙ
8 Summary(tr):    Ýleti olup olmadýðýný denetleyen istemci ve sunucular
9 Name:           comsat
10 Version:        0.17
11 Release:        7
12 License:        BSD
13 Group:          Networking/Daemons
14 Source0:        ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/biff+%{name}-%{version}.tar.gz
15 Source1:        %{name}.inetd
16 Provides:       biff
17 Prereq:         rc-inetd
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19 Obsoletes:      biff
20 Obsoletes:      biff+comsat
21
22 %description
23 The biff client and comsat server are an antiquated method of
24 asynchronous mail notification. Although they are still supported,
25 most users use their shell's MAIL variable (or csh shell's mail
26 variable) to check for mail, or a dedicated application like xbiff or
27 xmailbox. If the comsat service is not enabled, biff won't work and
28 you'll need to use either the MAIL or mail variable.
29
30 %description -l de
31 biff-Client und comsat-Server sind ein veraltetes Verfahren zur
32 asynchronen Mail-Benachrichtigung. Obwohl es noch unterstützt wird,
33 verwenden die meisten Benutzer die MAIL-Variable der Shell (bzw.
34 'mail' unter csh-Variationen), oder eine spezielle Anwendung wie xbiff
35 or xmailbox, um neue Mail-Nachrichten abzufragen.
36
37 %description -l es
38 Cliente biff y servidor comsat son métodos anticuados para recibir y
39 enviar notificaciones asíncronas de nuevos mensajes. A pesar de que
40 aún se soportan, la mayoría de los usuarios usa sus variables de
41 ambiente MAIL (el mail bajo variante de csh) para verificar la llegada
42 de nuevos mensajes, o una aplicación dedicada tal como xbiff o
43 xmailbox.
44
45 %description -l fr
46 Le client biff et le serveur comsat servent à l'antique notification
47 asynchrone de mail. Bien qu'ils soient toujours supportés, beaucoup
48 d'utilisateurs utilisent les variables MAIL du shell ( ou mail sous
49 les variantes csh), pour se tenir au courant du mail, ou des
50 applications dédiés comme xbiff ou xmailbox.
51
52 %description -l pl
53 Klient biff oraz serwer comsat to przestarza³a metoda asynchronicznego
54 powiadamianiu o nadchodz±cej poczcie. Chcia¿ wci±¿ siê je obs³uguje,
55 wiêkszo¶æ u¿ytkowników ustawia w tym celu zmienn± ¶rodowiskow± MAIL
56 (lub mail w csh i klonach) lub u¿ywa oddzielnej aplikacji takiej jak
57 xbiff albo xmailbox.
58
59 %description -l pt_BR
60 O cliente biff e o servidor comsat são métodos antiquados para receber
61 e enviar notificações assíncronas de novas mensagens. Embora eles
62 ainda sejam suportados, a maioria dos usuários usa suas variáveis de
63 ambiente MAIL (ou mail sob variante de csh) para verificar a chegada
64 de novas mensagens, ou uma aplicação dedicada tal como xbiff ou
65 xmailbox.
66
67 %description -l ru
68 ëÌÉÅÎÔ biff É ÓÅÒ×ÅÒ comsat - ÜÔÏ ÁÎÔÉË×ÁÒÎÙÊ ÍÅÔÏÄ ÁÓÉÎÈÒÏÎÎÏÇÏ
69 ÉÚ×ÅÝÅÎÉÑ Ï ÐÒÉÈÏÄÅ ÐÏÞÔÙ. èÏÔÑ ÏÎÉ ×ÓÅ ÅÝÅ ÐÏÄÄÅÒÖÉ×ÁÀÔÓÑ,
70 ÂÏÌØÛÉÎÓÔ×Ï ÐÏÌØÚÏ×ÁÔÅÌÅÊ ÉÓÐÏÌØÚÕÀÔ ÄÌÑ ÐÒÏ×ÅÒËÉ ÎÁÌÉÞÉÑ ÐÏÞÔÙ
71 ÐÅÒÅÍÅÎÎÕÀ ÏËÒÕÖÅÎÉÑ MAIL (ÉÌÉ mail ÄÌÑ csh) Ó×ÏÅÇÏ ÛÅÌÌÁ ÉÌÉ
72 ÓÐÅÃÉÁÌØÎÙÅ ÐÒÏÇÒÁÍÍÙ, ÔÁËÉÅ ËÁË xbiff ÉÌÉ xmailbox.
73
74 %description -l tr
75 biff istemcisi ve comsat sunucusu, eski bir mektup bildirme yöntemini
76 gerçeklerler. Halen desteklenmelerine karþýn, pek çok kullanýcý,
77 mektup olup olmadýðýný kontrol etmek için ya bir kabuk deðiþkeni olan
78 MAIL deðiþkenini (csh kabuðunda mail deðiþkenine karþýlýk gelir) ya da
79 xbiff, xmailbox gibi uygulamalarý kullanýr.
80
81 %prep
82 %setup -q -n biff+comsat-%{version}
83
84 %build
85 ./configure \
86         --prefix=%{_prefix} \
87         --with-c-compiler=%{__cc}
88
89 %{__make} CFLAGS="%{rpmcflags}"
90
91 %install
92 rm -rf $RPM_BUILD_ROOT
93 install -d $RPM_BUILD_ROOT{%{_bindir},%{_sbindir},%{_mandir}/man{1,8}} \
94         $RPM_BUILD_ROOT/etc/sysconfig/rc-inetd
95
96 install biff/biff $RPM_BUILD_ROOT%{_bindir}
97 install biff/biff.1 $RPM_BUILD_ROOT%{_mandir}/man1
98 install comsat/comsat $RPM_BUILD_ROOT%{_sbindir}/in.comsat
99 install comsat/comsat.8 $RPM_BUILD_ROOT%{_mandir}/man8
100
101 echo ".so comsat.8" >$RPM_BUILD_ROOT%{_mandir}/man8/in.comsat.8
102
103 install %{SOURCE1} $RPM_BUILD_ROOT/etc/sysconfig/rc-inetd/comsat
104
105 %clean
106 rm -rf $RPM_BUILD_ROOT
107
108 %post
109 if [ -f /var/lock/subsys/rc-inetd ]; then
110         /etc/rc.d/init.d/rc-inetd restart 1>&2
111 else
112         echo "Type \"/etc/rc.d/init.d/rc-inetd start\" to start inet server" 1>&2
113 fi
114
115 %postun
116 if [ -f /var/lock/subsys/rc-inetd ]; then
117         /etc/rc.d/init.d/rc-inetd restart
118 fi
119
120 %files
121 %defattr(644,root,root,755)
122 %attr(640,root,root) %config(noreplace) %verify(not mtime md5 size) /etc/sysconfig/rc-inetd/comsat
123 %attr(755,root,root) %{_bindir}/biff
124 %attr(755,root,root) %{_sbindir}/in.comsat
125 %{_mandir}/man[18]/*
This page took 0.074209 seconds and 3 git commands to generate.