commit a5b59525985c1465ab9775313660fd0ad8d026a3 from: Alexander Barton date: Tue Oct 01 09:58:29 2002 UTC - RPM "Spec-File" in Source-Tree aufgenommen. commit - c6e936d6c298b9de14cd31f5dd88efbb8f0f2b8b commit + a5b59525985c1465ab9775313660fd0ad8d026a3 blob - /dev/null blob + a1386d542163073018f19a2365350a036e6a527b (mode 644) --- /dev/null +++ contrib/ngircd.spec @@ -0,0 +1,54 @@ +%define name ngircd +%define version CurrentCVS +%define release 1 +%define prefix %{_prefix} + +Summary: Next Generation Internet Relay Chat Daemon +Name: %{name} +Version: %{version} +Release: %{release} +Copyright: GPL +Group: Networking/Daemons +URL: http://arthur.ath.cx/~alex/ngircd/ +Source: %{name}-%{version}.tar.gz +Packager: Sean Reifschneider +BuildRoot: /var/tmp/%{name}-root + +%description +ngIRCd is a free open source daemon for Internet Relay Chat (IRC), +developed under the GNU General Public License (GPL). It's written from +scratch and is not based upon the original IRCd like many others. + +Why should you use ngIRCd? Because ... + + * ... there are no problems with servers on changing or non-static IP + addresses. + * ... there is a small and lean configuration file. + * ... there is a free, modern and open source C source code. + * ... it is still under active development. + +%prep +%setup +%build +%configure +make + +%install +[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf "$RPM_BUILD_ROOT" +%makeinstall +( + cd "$RPM_BUILD_ROOT" + ( cd usr/sbin; mv *-ngircd ngircd ) + ( cd usr/share/man/man5; mv *-ngircd.conf.5 ngircd.conf.5 ) + ( cd usr/share/man/man8; mv *-ngircd.8 ngircd.8 ) +) + +%clean +[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf "$RPM_BUILD_ROOT" + +%files +%defattr(755,root,root) +%doc AUTHORS COPYING ChangeLog INSTALL NEWS README +%config(noreplace) /etc +%{_prefix}/sbin +%attr(644,root,root) %{_prefix}/share/man/