SPECS: xinetd.spec - updated to 2.3.14, removed obsolete gcc4 patc...

qboosh qboosh at pld-linux.org
Sun Mar 12 10:32:53 CET 2006


Author: qboosh                       Date: Sun Mar 12 09:32:53 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 2.3.14, removed obsolete gcc4 patch
- build with howl support by default

---- Files affected:
SPECS:
   xinetd.spec (1.58 -> 1.59) 

---- Diffs:

================================================================
Index: SPECS/xinetd.spec
diff -u SPECS/xinetd.spec:1.58 SPECS/xinetd.spec:1.59
--- SPECS/xinetd.spec:1.58	Sun Dec 11 15:24:31 2005
+++ SPECS/xinetd.spec	Sun Mar 12 10:32:47 2006
@@ -1,24 +1,29 @@
 # $Revision$, $Date$
+#
+# Conditional build:
+%bcond_without	howl	# mdns/howl service registration support
+#
 Summary:	Xinetd - a powerful replacement for inetd
 Summary(pl):	Xinetd - rozbudowany zamiennik inetd
 Summary(pt_BR):	O xinetd é um substituto poderoso e seguro para o inetd
 Summary(ru):	xinetd - ÂĎÇÁÔÁŃ ×ĎÚÍĎÖÎĎÓÔŃÍÉ ÚÁÍĹÎÁ inetd
 Summary(uk):	xinetd - ÂÁÇÁÔÁ ÍĎÖĚÉ×ĎÓÔŃÍÉ ÚÁÍŚÎÁ inetd
 Name:		xinetd
-Version:	2.3.13
-Release:	3
+Version:	2.3.14
+Release:	1
 Group:		Daemons
 License:	BSD-like
 Source0:	http://www.xinetd.org/%{name}-%{version}.tar.gz
-# Source0-md5:	4295b5fe12350f09b5892b363348ac8b
+# Source0-md5:	567382d7972613090215c6c54f9b82d9
 Source1:	%{name}.inet.sh
 Patch0:		%{name}-no_libnsl.patch
-Patch1:		%{name}-gcc4.patch
 URL:		http://www.xinetd.org/
 BuildRequires:	autoconf
 BuildRequires:	automake
+%{?with_howl:BuildRequires:	howl-devel}
 BuildRequires:	libwrap-devel
-PreReq:		rc-inetd
+Requires(post,preun):	rc-inetd
+Requires:	rc-inetd
 Provides:	inetdaemon
 Obsoletes:	inetdaemon
 Obsoletes:	inetd
@@ -104,13 +109,13 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
 %{__aclocal}
 %{__autoconf}
 cp -f /usr/share/automake/config.sub .
 %configure \
+	%{?with_howl:--with-howl} \
 	--with-libwrap \
 	--with-loadavg
 %{__make}
@@ -119,7 +124,7 @@
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_sbindir} \
 	$RPM_BUILD_ROOT%{_mandir}/man{5,8} \
-	$RPM_BUILD_ROOT%{_sysconfdir}/{rc.d/init.d,sysconfig}
+	$RPM_BUILD_ROOT/etc/{rc.d/init.d,sysconfig}
 
 install xinetd/xinetd $RPM_BUILD_ROOT%{_sbindir}
 install xinetd/itox $RPM_BUILD_ROOT%{_sbindir}
@@ -162,6 +167,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.59  2006/03/12 09:32:47  qboosh
+- updated to 2.3.14, removed obsolete gcc4 patch
+- build with howl support by default
+
 Revision 1.58  2005/12/11 14:24:31  pluto
 - gcc4 fix, release 3.
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/xinetd.spec?r1=1.58&r2=1.59&f=u



More information about the pld-cvs-commit mailing list