Blame
Date:
Fri Jan 1 19:03:58 2021 UTC
Message:
Update Platforms.txt - Add aarch64/apple/darwin (Apple CLang 12.0.0) - Add x86_64/unknown/openbsd6.7 (gcc 4.2.1) Thanks to Götz Hoffart
01
2002-10-01
alex
%define name ngircd
02
2020-06-20
alex
%define version 26
03
2002-10-01
alex
%define release 1
04
2002-10-01
alex
%define prefix %{_prefix}
05
2002-10-01
alex
06
2003-11-29
alex
Summary: A lightweight daemon for the Internet Relay Chat (IRC)
07
2002-10-01
alex
Name: %{name}
08
2002-10-01
alex
Version: %{version}
09
2002-10-01
alex
Release: %{release}
10
2009-01-13
alex
License: GPLv2+
11
2009-01-13
alex
Group: System Environment/Daemons
12
2009-01-13
alex
URL: http://ngircd.barton.de/
13
2002-10-01
alex
Source: %{name}-%{version}.tar.gz
14
2009-01-13
alex
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
15
2009-01-13
alex
BuildRequires: zlib-devel, openssl-devel
16
2002-10-01
alex
17
2002-10-01
alex
%description
18
2020-05-26
alex
ngIRCd is a free, portable and lightweight Internet Relay Chat server for small
19
2020-05-26
alex
or private networks, developed under the GNU General Public License (GPL).
20
2002-10-01
alex
21
2020-05-26
alex
The server is quite easy to configure, can handle dynamic IP addresses, and
22
2020-05-26
alex
optionally supports IDENT, IPv6 connections, SSL-protected links, and PAM for
23
2020-05-26
alex
user authentication as well as character set conversion for legacy clients. The
24
2020-05-26
alex
server has been written from scratch and is not based on the forefather, the
25
2020-05-26
alex
daemon of IRCNet.
26
2002-10-01
alex
27
2020-05-26
alex
28
2002-10-01
alex
%prep
29
2009-01-13
alex
%setup -q
30
2002-10-01
alex
%build
31
2009-01-13
alex
%configure \
32
2009-01-13
alex
--with-zlib \
33
2009-01-13
alex
--with-openssl
34
2002-10-01
alex
35
2009-01-13
alex
make %{?_smp_mflags}
36
2009-01-13
alex
37
2002-10-01
alex
%install
38
2002-10-01
alex
[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf "$RPM_BUILD_ROOT"
39
2002-10-01
alex
%makeinstall
40
2002-10-01
alex
(
41
2002-10-01
alex
cd "$RPM_BUILD_ROOT"
42
2002-10-01
alex
( cd usr/sbin; mv *-ngircd ngircd )
43
2002-10-01
alex
( cd usr/share/man/man5; mv *-ngircd.conf.5 ngircd.conf.5 )
44
2002-10-01
alex
( cd usr/share/man/man8; mv *-ngircd.8 ngircd.8 )
45
2009-01-13
alex
rm -fr usr/share/doc/ngircd
46
2002-10-01
alex
)
47
2002-10-01
alex
48
2002-10-01
alex
%clean
49
2002-10-01
alex
[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf "$RPM_BUILD_ROOT"
50
2002-10-01
alex
51
2002-10-01
alex
%files
52
2002-10-01
alex
%defattr(755,root,root)
53
2020-05-26
alex
%doc AUTHORS COPYING ChangeLog INSTALL.md NEWS README.md doc/*
54
2002-10-01
alex
%config(noreplace) /etc
55
2002-10-01
alex
%{_prefix}/sbin
56
2009-01-13
alex
%{_mandir}/man5/ngircd.conf*
57
2009-01-13
alex
%{_mandir}/man8/ngircd.8*
IRCNow