Blame


1 a5b59525 2002-10-01 alex %define name ngircd
2 a5b59525 2002-10-01 alex %define version CurrentCVS
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 a5b59525 2002-10-01 alex Summary: Next Generation Internet Relay Chat Daemon
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 a5b59525 2002-10-01 alex ngIRCd is a free open source daemon for 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 a5b59525 2002-10-01 alex Why should you use ngIRCd? Because ...
23 a5b59525 2002-10-01 alex
24 a5b59525 2002-10-01 alex * ... there are no problems with servers on changing or non-static IP
25 a5b59525 2002-10-01 alex addresses.
26 a5b59525 2002-10-01 alex * ... there is a small and lean configuration file.
27 a5b59525 2002-10-01 alex * ... there is a free, modern and open source C source code.
28 a5b59525 2002-10-01 alex * ... it is still under active development.
29 a5b59525 2002-10-01 alex
30 a5b59525 2002-10-01 alex %prep
31 a5b59525 2002-10-01 alex %setup
32 a5b59525 2002-10-01 alex %build
33 a5b59525 2002-10-01 alex %configure
34 a5b59525 2002-10-01 alex make
35 a5b59525 2002-10-01 alex
36 a5b59525 2002-10-01 alex %install
37 a5b59525 2002-10-01 alex [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf "$RPM_BUILD_ROOT"
38 a5b59525 2002-10-01 alex %makeinstall
39 a5b59525 2002-10-01 alex (
40 a5b59525 2002-10-01 alex cd "$RPM_BUILD_ROOT"
41 a5b59525 2002-10-01 alex ( cd usr/sbin; mv *-ngircd ngircd )
42 a5b59525 2002-10-01 alex ( cd usr/share/man/man5; mv *-ngircd.conf.5 ngircd.conf.5 )
43 a5b59525 2002-10-01 alex ( cd usr/share/man/man8; mv *-ngircd.8 ngircd.8 )
44 a5b59525 2002-10-01 alex )
45 a5b59525 2002-10-01 alex
46 a5b59525 2002-10-01 alex %clean
47 a5b59525 2002-10-01 alex [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf "$RPM_BUILD_ROOT"
48 a5b59525 2002-10-01 alex
49 a5b59525 2002-10-01 alex %files
50 a5b59525 2002-10-01 alex %defattr(755,root,root)
51 a5b59525 2002-10-01 alex %doc AUTHORS COPYING ChangeLog INSTALL NEWS README
52 a5b59525 2002-10-01 alex %config(noreplace) /etc
53 a5b59525 2002-10-01 alex %{_prefix}/sbin
54 0086d277 2002-11-18 alex %{_prefix}/share/man/