]> git.pld-linux.org Git - packages/LANChat.git/blob - LANChat.spec
- release 2,
[packages/LANChat.git] / LANChat.spec
1 Summary:        LANChat - network-chatting program
2 Summary(pl):    LANChat
3 Name:           LANChat
4 Version:        1.0.2
5 Release:        2
6 License:        GPL
7 Group:          Applications/Networking
8 Group(de):      Applikationen/Netzwerkwesen
9 Group(pl):      Aplikacje/Sieciowe
10 Source0:        http://priv4.onet.pl./ki/lanchat/%{name}-%{version}.tar.gz
11 Patch0:         %{name}-ac_am.patch
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  libtool
15 BuildRequires:  ncurses-devel >= 5.1
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 LANChat a network-chatting program. It allows you to chat with your
20 friends over a TCP/IP based Local Area Network. It doesn't need any
21 type of server to run. All users are equal. LANChat is a not
22 client-server application. All your machines act like independent
23 servers. To communicate LANChat uses broadcast UDP messages so they
24 don't travel over the Internet (only to the closest router). LANChat
25 need C-class addressing type (theoretically max 254 users). By using
26 LANChat you can talk with windows and Linux users in your local area
27 network. You can use LANChat over networks connected by the BRIDGE.
28
29 %description -l pl
30 LANChat jest programem do sieciowych pogaduszek. Pozwala na
31 rozmawianie ze swoimi znajomymi w sieciach lokalnych opartych na
32 TCP/IP. Nie potrzebuje ¿adnego servera do dzia³ania i ka¿dy u¿ytkownik
33 jest równy. Nie jest to aplikacja typu klient-server, wiêc ka¿da
34 maszyna jest jak niezale¿ny server. LANChat do komunikacji u¿ywa
35 broadcast UDP, wiêc nie s± one wysy³ane do internetu, a tylko do
36 najbli¿szego routera. LANChat potrzebuje klasy adresowej C
37 (teoretycznie max 254 u¿ytkowników). U¿ywaj±c LANChat'a mo¿esz
38 rozmawiaæ w swojej sieci lokalnej zarówno z u¿tkownikami windows'a jak
39 i Linux'a. Mo¿esz te¿ korzystaæ z LANChat'a w sieciach po³±czonych
40 BRIDGE'ami.
41
42 %prep
43 %setup -q 
44 %patch0 -p1
45
46 %build
47 libtoolize --copy --force
48 aclocal
49 automake -a -c
50 autoconf
51 CFLAGS="%{rpmcflags} -I/usr/include/ncurses"
52 %configure
53 %{__make}
54
55 %install
56 rm -rf $RPM_BUILD_ROOT
57
58 %{__make} install \
59         DESTDIR=$RPM_BUILD_ROOT
60
61 gzip -9nf NEWS README ROUTING BUGS TODO lanchat.lsm
62
63 %clean
64 rm -rf $RPM_BUILD_ROOT
65
66 %files
67 %defattr(644,root,root,755)
68 %doc *.gz
69 %attr(755,root,root) %{_bindir}/LANChat
This page took 0.058767 seconds and 4 git commands to generate.