]> git.pld-linux.org Git - packages/LANChat.git/blame - LANChat.spec
Massive attack. We use -O0 instead -O flags while debug enabled.
[packages/LANChat.git] / LANChat.spec
CommitLineData
4231d15e 1Summary: LANChat - network-chatting program
20d3ad07
MP
2Summary(pl): LANChat
3Name: LANChat
4Version: 1.0.2
4231d15e 5Release: 1
20d3ad07 6License: GPL
4231d15e 7Group: Applications/Networking
8Group(pl): Aplikacje/Sieciowe
9Group(de): Applikationen/Netzwerkwesen
20d3ad07 10Source0: http://priv4.onet.pl./ki/lanchat/%{name}-%{version}.tar.gz
0406a962 11Patch0: %{name}-ac_am.patch
12BuildRequires: autoconf
13BuildRequires: automake
14BuildRequires: libtool
15BuildRequires: ncurses-devel >= 5.1
20d3ad07
MP
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
4231d15e 19LANChat a network-chatting program. It allows you to chat with your
20friends over a TCP/IP based Local Area Network. It doesn't need any
21type of server to run. All users are equal. LANChat is a not
22client-server application. All your machines act like independent
23servers. To communicate LANChat uses broadcast UDP messages so they
24don't travel over the Internet (only to the closest router). LANChat
25need C-class addressing type (theoretically max 254 users). By using
26LANChat you can talk with windows and Linux users in your local area
27network. You can use LANChat over networks connected by the BRIDGE.
20d3ad07
MP
28
29%description -l pl
30LANChat
31
32%prep
33%setup -q
34%patch0 -p1
35
36%build
0406a962 37libtoolize --copy --force
38aclocal
39automake -a -c
40autoconf
1e1321ac 41CFLAGS="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS} -I/usr/include/ncurses"
0406a962 42%configure
43%{__make}
20d3ad07
MP
44
45%install
46rm -rf $RPM_BUILD_ROOT
20d3ad07 47
0406a962 48%{__make} install \
49 DESTDIR=$RPM_BUILD_ROOT
0b133499 50
0406a962 51gzip -9nf NEWS README ROUTING BUGS TODO lanchat.lsm
20d3ad07
MP
52
53%clean
54rm -rf $RPM_BUILD_ROOT
55
56%files
57%defattr(644,root,root,755)
0406a962 58%doc *.gz
0b133499 59%attr(755,root,root) %{_bindir}/LANChat
This page took 0.172301 seconds and 4 git commands to generate.