Blame


1 a5b59525 2002-10-01 alex %define name ngircd
2 68ee133f 2003-05-01 alex %define version CVSHEAD
3 a5b59525 2002-10-01 alex %define release 1
4 a5b59525 2002-10-01 alex %define prefix %{_prefix}
5 a5b59525 2002-10-01 alex
6 606cdb69 2003-11-29 alex Summary: A lightweight daemon for the Internet Relay Chat (IRC)
7 a5b59525 2002-10-01 alex Name: %{name}
8 a5b59525 2002-10-01 alex Version: %{version}
9 a5b59525 2002-10-01 alex Release: %{release}
10 a5b59525 2002-10-01 alex Copyright: GPL
11 a5b59525 2002-10-01 alex Group: Networking/Daemons
12 a5b59525 2002-10-01 alex URL: http://arthur.ath.cx/~alex/ngircd/
13 a5b59525 2002-10-01 alex Source: %{name}-%{version}.tar.gz
14 a5b59525 2002-10-01 alex Packager: Sean Reifschneider <jafo-rpms@tummy.com>
15 a5b59525 2002-10-01 alex BuildRoot: /var/tmp/%{name}-root
16 a5b59525 2002-10-01 alex
17 a5b59525 2002-10-01 alex %description
18 606cdb69 2003-11-29 alex ngIRCd is a free open source daemon for the Internet Relay Chat (IRC),
19 a5b59525 2002-10-01 alex developed under the GNU General Public License (GPL). It's written from
20 a5b59525 2002-10-01 alex scratch and is not based upon the original IRCd like many others.
21 a5b59525 2002-10-01 alex
22 606cdb69 2003-11-29 alex Advantages:
23 606cdb69 2003-11-29 alex - no problems with servers using changing/non-static IP addresses.
24 606cdb69 2003-11-29 alex - small and lean configuration file.
25 606cdb69 2003-11-29 alex - free, modern and open source C code.
26 606cdb69 2003-11-29 alex - still under active development.
27 a5b59525 2002-10-01 alex
28 606cdb69 2003-11-29 alex ngIRCd is compatible to the "original" ircd 2.10.3p3, so you can run
29 606cdb69 2003-11-29 alex mixed networks.
30 a5b59525 2002-10-01 alex
31 a5b59525 2002-10-01 alex %prep
32 a5b59525 2002-10-01 alex %setup
33 a5b59525 2002-10-01 alex %build
34 a5b59525 2002-10-01 alex %configure
35 a5b59525 2002-10-01 alex make
36 a5b59525 2002-10-01 alex
37 a5b59525 2002-10-01 alex %install
38 a5b59525 2002-10-01 alex [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf "$RPM_BUILD_ROOT"
39 a5b59525 2002-10-01 alex %makeinstall
40 a5b59525 2002-10-01 alex (
41 a5b59525 2002-10-01 alex cd "$RPM_BUILD_ROOT"
42 a5b59525 2002-10-01 alex ( cd usr/sbin; mv *-ngircd ngircd )
43 a5b59525 2002-10-01 alex ( cd usr/share/man/man5; mv *-ngircd.conf.5 ngircd.conf.5 )
44 a5b59525 2002-10-01 alex ( cd usr/share/man/man8; mv *-ngircd.8 ngircd.8 )
45 a5b59525 2002-10-01 alex )
46 a5b59525 2002-10-01 alex
47 a5b59525 2002-10-01 alex %clean
48 a5b59525 2002-10-01 alex [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf "$RPM_BUILD_ROOT"
49 a5b59525 2002-10-01 alex
50 a5b59525 2002-10-01 alex %files
51 a5b59525 2002-10-01 alex %defattr(755,root,root)
52 a5b59525 2002-10-01 alex %doc AUTHORS COPYING ChangeLog INSTALL NEWS README
53 a5b59525 2002-10-01 alex %config(noreplace) /etc
54 a5b59525 2002-10-01 alex %{_prefix}/sbin
55 0086d277 2002-11-18 alex %{_prefix}/share/man/