]> git.pld-linux.org Git - packages/comsat.git/blob - comsat.spec
- dropped pre-cvs changelog
[packages/comsat.git] / comsat.spec
1 Summary:        A mail checker client and comsat mail checking server
2 Summary(de.UTF-8):      Biff-Mail-Checker-Client und comsat-Mail-Checking-Server
3 Summary(es.UTF-8):      Programa para buscar e-mail en un servidor comsat
4 Summary(fr.UTF-8):      Le client de notification de courrier Biff et le serveur de notification de courrier comsat
5 Summary(pl.UTF-8):      Klient i serwer powiadamiania o nadchodzącej poczcie
6 Summary(pt_BR.UTF-8):   Um programa para checar e-mail e um servidor comsat
7 Summary(ru.UTF-8):      Клиент и сервер для проверки наличия почты
8 Summary(tr.UTF-8):      İ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 # Source0-md5:  0e366384b0ffc7d4f748713a6359e089
16 Source1:        %{name}.inetd
17 BuildRequires:  rpmbuild(macros) >= 1.268
18 Requires:       rc-inetd
19 Provides:       biff
20 Obsoletes:      biff
21 Obsoletes:      biff+comsat
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 The biff client and comsat server are an antiquated method of
26 asynchronous mail notification. Although they are still supported,
27 most users use their shell's MAIL variable (or csh shell's mail
28 variable) to check for mail, or a dedicated application like xbiff or
29 xmailbox. If the comsat service is not enabled, biff won't work and
30 you'll need to use either the MAIL or mail variable.
31
32 %description -l de.UTF-8
33 biff-Client und comsat-Server sind ein veraltetes Verfahren zur
34 asynchronen Mail-Benachrichtigung. Obwohl es noch unterstützt wird,
35 verwenden die meisten Benutzer die MAIL-Variable der Shell (bzw.
36 'mail' unter csh-Variationen), oder eine spezielle Anwendung wie xbiff
37 or xmailbox, um neue Mail-Nachrichten abzufragen.
38
39 %description -l es.UTF-8
40 Cliente biff y servidor comsat son métodos anticuados para recibir y
41 enviar notificaciones asíncronas de nuevos mensajes. A pesar de que
42 aún se soportan, la mayoría de los usuarios usa sus variables de
43 ambiente MAIL (el mail bajo variante de csh) para verificar la llegada
44 de nuevos mensajes, o una aplicación dedicada tal como xbiff o
45 xmailbox.
46
47 %description -l fr.UTF-8
48 Le client biff et le serveur comsat servent à l'antique notification
49 asynchrone de mail. Bien qu'ils soient toujours supportés, beaucoup
50 d'utilisateurs utilisent les variables MAIL du shell ( ou mail sous
51 les variantes csh), pour se tenir au courant du mail, ou des
52 applications dédiés comme xbiff ou xmailbox.
53
54 %description -l pl.UTF-8
55 Klient biff oraz serwer comsat to przestarzała metoda asynchronicznego
56 powiadamianiu o nadchodzącej poczcie. Chociaż wciąż się je obsługuje,
57 większość użytkowników ustawia w tym celu zmienną środowiskową MAIL
58 (lub mail w csh i klonach) lub używa oddzielnej aplikacji takiej jak
59 xbiff albo xmailbox.
60
61 %description -l pt_BR.UTF-8
62 O cliente biff e o servidor comsat são métodos antiquados para receber
63 e enviar notificações assíncronas de novas mensagens. Embora eles
64 ainda sejam suportados, a maioria dos usuários usa suas variáveis de
65 ambiente MAIL (ou mail sob variante de csh) para verificar a chegada
66 de novas mensagens, ou uma aplicação dedicada tal como xbiff ou
67 xmailbox.
68
69 %description -l ru.UTF-8
70 Клиент biff и сервер comsat - это антикварный метод асинхронного
71 извещения о приходе почты. Хотя они все еще поддерживаются,
72 большинство пользователей используют для проверки наличия почты
73 переменную окружения MAIL (или mail для csh) своего шелла или
74 специальные программы, такие как xbiff или xmailbox.
75
76 %description -l tr.UTF-8
77 biff istemcisi ve comsat sunucusu, eski bir mektup bildirme yöntemini
78 gerçeklerler. Halen desteklenmelerine karşın, pek çok kullanıcı,
79 mektup olup olmadığını kontrol etmek için ya bir kabuk değişkeni olan
80 MAIL değişkenini (csh kabuğunda mail değişkenine karşılık gelir) ya da
81 xbiff, xmailbox gibi uygulamaları kullanır.
82
83 %prep
84 %setup -q -n biff+%{name}-%{version}
85
86 %build
87 # it's confgen, not autoconf configure - so don't use macro
88 ./configure \
89         --prefix=%{_prefix} \
90         --with-c-compiler="%{__cc}"
91
92 %{__make} CFLAGS="%{rpmcflags}"
93
94 %install
95 rm -rf $RPM_BUILD_ROOT
96 install -d $RPM_BUILD_ROOT{%{_bindir},%{_sbindir},%{_mandir}/man{1,8}} \
97         $RPM_BUILD_ROOT/etc/sysconfig/rc-inetd
98
99 install biff/biff $RPM_BUILD_ROOT%{_bindir}
100 install biff/biff.1 $RPM_BUILD_ROOT%{_mandir}/man1
101 install comsat/comsat $RPM_BUILD_ROOT%{_sbindir}/in.comsat
102 install comsat/comsat.8 $RPM_BUILD_ROOT%{_mandir}/man8
103
104 echo ".so comsat.8" >$RPM_BUILD_ROOT%{_mandir}/man8/in.comsat.8
105
106 install %{SOURCE1} $RPM_BUILD_ROOT/etc/sysconfig/rc-inetd/comsat
107
108 %clean
109 rm -rf $RPM_BUILD_ROOT
110
111 %post
112 %service -q rc-inetd reload
113
114 %postun
115 if [ "$1" = 0 ]; then
116         %service -q rc-inetd reload
117 fi
118
119 %files
120 %defattr(644,root,root,755)
121 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/rc-inetd/comsat
122 %attr(755,root,root) %{_bindir}/biff
123 %attr(755,root,root) %{_sbindir}/in.comsat
124 %{_mandir}/man[18]/*
This page took 0.201519 seconds and 4 git commands to generate.