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