]> git.pld-linux.org Git - packages/LANChat.git/blob - LANChat.spec
Massive attack. We use -O0 instead -O flags while debug enabled.
[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:        1
6 License:        GPL
7 Group:          Applications/Networking
8 Group(pl):      Aplikacje/Sieciowe
9 Group(de):      Applikationen/Netzwerkwesen
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
31
32 %prep
33 %setup -q 
34 %patch0 -p1
35
36 %build
37 libtoolize --copy --force
38 aclocal
39 automake -a -c
40 autoconf
41 CFLAGS="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS} -I/usr/include/ncurses"
42 %configure
43 %{__make}
44
45 %install
46 rm -rf $RPM_BUILD_ROOT
47
48 %{__make} install \
49         DESTDIR=$RPM_BUILD_ROOT
50
51 gzip -9nf NEWS README ROUTING BUGS TODO lanchat.lsm
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56 %files
57 %defattr(644,root,root,755)
58 %doc *.gz
59 %attr(755,root,root) %{_bindir}/LANChat
This page took 0.067662 seconds and 3 git commands to generate.