]> git.pld-linux.org Git - packages/LANChat.git/blobdiff - LANChat.spec
- Added full %description and more precise Summary,
[packages/LANChat.git] / LANChat.spec
index e52b2e8aa8541ee51003bd3ffe9556d060f1ce9e..4dfc81899511bba5ac929a55d46e9d516e70beb4 100644 (file)
@@ -1,19 +1,27 @@
-Summary:       LANChat
+Summary:       LANChat - network-chatting program
 Summary(pl):   LANChat
 Name:          LANChat
 Version:       1.0.2
-Release:       0
+Release:       1
 License:       GPL
-Group:         Networking
-Group(de):     Netzwerkwesen
-Group(pl):     Sieciowe
+Group:         Applications/Networking
+Group(pl):     Aplikacje/Sieciowe
+Group(de):     Applikationen/Netzwerkwesen
 Source0:       http://priv4.onet.pl./ki/lanchat/%{name}-%{version}.tar.gz
 Patch0:                %{name}-ncurses.patch
 BuildRequires: ncurses-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-LANChat
+LANChat a network-chatting program. It allows you to chat with your
+friends over a TCP/IP based Local Area Network. It doesn't need any
+type of server to run. All users are equal. LANChat is a not
+client-server application. All your machines act like independent
+servers. To communicate LANChat uses broadcast UDP messages so they
+don't travel over the Internet (only to the closest router). LANChat
+need C-class addressing type (theoretically max 254 users). By using
+LANChat you can talk with windows and Linux users in your local area
+network. You can use LANChat over networks connected by the BRIDGE.
 
 %description -l pl
 LANChat
@@ -27,7 +35,7 @@ LANChat
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_prefix}/src/examples/%{name}-%{version}
+install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
This page took 0.031501 seconds and 4 git commands to generate.