]> git.pld-linux.org Git - packages/LANChat.git/blame - LANChat.spec
- some changes, fixed %install %files
[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
MP
10Source0: http://priv4.onet.pl./ki/lanchat/%{name}-%{version}.tar.gz
11Patch0: %{name}-ncurses.patch
0b133499 12Patch1: %{name}-makefile.patch
20d3ad07
MP
13BuildRequires: ncurses-devel
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
4231d15e 17LANChat a network-chatting program. It allows you to chat with your
18friends over a TCP/IP based Local Area Network. It doesn't need any
19type of server to run. All users are equal. LANChat is a not
20client-server application. All your machines act like independent
21servers. To communicate LANChat uses broadcast UDP messages so they
22don't travel over the Internet (only to the closest router). LANChat
23need C-class addressing type (theoretically max 254 users). By using
24LANChat you can talk with windows and Linux users in your local area
25network. You can use LANChat over networks connected by the BRIDGE.
20d3ad07
MP
26
27%description -l pl
28LANChat
29
30%prep
31%setup -q
32%patch0 -p1
0b133499 33%patch1 -p1
20d3ad07
MP
34
35%build
36%{__make} OPTIMIZE="$RPM_OPT_FLAGS"
37
38%install
39rm -rf $RPM_BUILD_ROOT
20d3ad07 40
0b133499
MP
41install -d $RPM_BUILD_ROOT%{_bindir}
42install LANChat $RPM_BUILD_ROOT%{_bindir}/
43gzip -9nf README ROUTING BUGS COPYING ChangeLog TODO
44
20d3ad07
MP
45
46%clean
47rm -rf $RPM_BUILD_ROOT
48
49%files
50%defattr(644,root,root,755)
0b133499
MP
51%doc {README,ROUTING,BUGS,COPYING,ChangeLog,TODO}.gz lanchat.lsm
52%attr(755,root,root) %{_bindir}/LANChat
This page took 0.68409 seconds and 4 git commands to generate.