Update RPM spec file description to match Debian "control file"
This commit is contained in:
parent
f7bdee5f13
commit
e1026d5dd1
|
@ -15,18 +15,19 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: zlib-devel, openssl-devel
|
BuildRequires: zlib-devel, openssl-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
ngIRCd is a free open source daemon for the Internet Relay Chat (IRC),
|
This package provides ngIRCd, a lightweight Internet Relay Chat
|
||||||
developed under the GNU General Public License (GPL). It's written from
|
server for small or private networks. It is simple to configure, can
|
||||||
scratch and is not based upon the original IRCd like many others.
|
cope with dynamic IP addresses, and supports IPv6 as well as SSL. It
|
||||||
|
is written from scratch, not based on the original IRCd and quite
|
||||||
|
portable.
|
||||||
|
|
||||||
Advantages:
|
Advantages:
|
||||||
- no problems with servers using changing/non-static IP addresses.
|
- well arranged (lean) configuration file
|
||||||
- small and lean configuration file.
|
- simple to build/install, configure and maintain
|
||||||
- free, modern and open source C code.
|
- supports IPv6 and SSL
|
||||||
- still under active development.
|
- no problems with servers that have dynamic IP addresses
|
||||||
|
- freely available, modern, portable and tidy C-source
|
||||||
ngIRCd is compatible to the "original" ircd 2.10.3p3, so you can run
|
- ngIRCd is being actively developed since 11 years.
|
||||||
mixed networks.
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
Loading…
Reference in New Issue