]> git.pld-linux.org Git - packages/ytalk.git/blob - ytalk.spec
- added using CVS keywords in %changelog (for automating them).
[packages/ytalk.git] / ytalk.spec
1 Summary:        uses internet talk protocol to create multiuser chat sessions
2 Summary(de):    benutzt das Internet-Talk-Protokoll zum Erstellen von Multiuser-Chat-Sitzungen 
3 Summary(fr):    Utilise le protocole talk pour créer des discussions multi-utilisateurs
4 Summary(pl):    klient talk umo¿liwiaj±cy jednoczesn± rozmowê z kilkoma osobami
5 Summary(tr):    Talk protokolu kullanarak ikiden fazla kiþinin konuþmasýný saðlar
6 Name:           ytalk
7 Version:        3.1.1
8 Release:        1
9 Copyright:      BSD
10 Group:          Networking
11 Group(pl):      Sieciowe
12 Source:         http://www.eleves.ens.fr/home/espel/ytalk/%{name}-%{version}.tar.gz
13 Patch:          ytalk.patch
14 URL:            http://www.eleves.ens.fr/home/espel/ytalk/ytalk.html
15 BuildPrereq:    ncurses-devel
16 Buildroot:      /tmp/%{name}-%{version}-root
17
18 %description
19 ytalk is an extension of the standard Internet 'talk' protocol that allows 
20 more than two users per conversation, redirection of program output to others, 
21 as well as an easy-to-use menu of commands. It uses the same talk daemon
22 as the standard talk program.
23
24 %description -l de
25 ytalk ist eine Erweiterung des herkömmlichen Internet-'talk'-Protokolls, die
26 mehr als zwei Benutzer pro Unterhaltung und die Umleitung von Programmausgaben
27 an andere ermöglicht und ein einfaches Befehlsmenü enthält. Es verwendet 
28 denselben Talk-Dämon wie das Standardprogramm.
29
30 %description -l fr
31 ytalk est une extension du protocole standard Internet 'talk' qui accepte
32 plus de deux utilisateurs par conversation, la redirection des affichages
33 aux autres, aussi bien que menus de commandes simples à utiliser. Il utilise
34 le même démon que le programme talk.
35
36 %description -l pl
37 Ytalk jest rozszerzeniem standardowego protoko³u internetowego talk. Pozwala
38 na prowadzenie konwersacji przez wiêcej ni¿ dwie osoby, u¿ywa tego samego
39 demona talkd co standardowy klient talk.
40
41 %description -l tr
42 ytalk, standart talk yazýlýmýnýn geliþmiþ bir sürümüdür. Ýkiden fazla
43 kiþinin ayný anda konuþmalarýný ve program çýktýlarýnýn kullanýcýlara
44 yönlendirilmelerini saðlar. Kolay kullanýlabilir bir komut menüsü içerir.
45 Standart talkd daemon'u kullanýr.
46
47 %prep
48 %setup -q
49 %patch -p1 
50
51 %build
52 autoconf
53 CPPFLAGS="-I%{_includedir}/ncurses" \
54 CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
55 ./configure %{_target_platform} \
56         --prefix=%{_prefix} \
57         --sysconfdir=/etc \
58         --without-x
59 make
60
61 %install
62 rm -rf $RPM_BUILD_ROOT
63 make install \
64         prefix=$RPM_BUILD_ROOT%{_prefix} \
65         sysconfdir=$RPM_BUILD_ROOT/etc
66
67 gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man1/* \
68         README
69
70 %clean
71 rm -rf $RPM_BUILD_ROOT
72
73 %files
74 %defattr(644,root,root,755)
75 %doc README.gz
76
77 %attr(755,root,root) %{_bindir}/*
78 %{_mandir}/man1/*
79
80 %config %verify(not size md5 mtime) /etc/ytalkrc
This page took 0.071157 seconds and 4 git commands to generate.