]> git.pld-linux.org Git - packages/xinetd.git/blobdiff - xinetd.spec
- copy config.sub, release 2
[packages/xinetd.git] / xinetd.spec
index 58371fdf5a1f33f0188d66fc67845151b5dec634..46d5bc22526a829ba67144a281f216232f3338d8 100644 (file)
@@ -4,29 +4,25 @@ Summary(pt_BR):       O xinetd 
 Summary(ru):   xinetd - ÂÏÇÁÔÁÑ ×ÏÚÍÏÖÎÏÓÔÑÍÉ ÚÁÍÅÎÁ inetd
 Summary(uk):   xinetd - ÂÁÇÁÔÁ ÍÏÖÌÉ×ÏÓÔÑÍÉ ÚÁͦÎÁ inetd
 Name:          xinetd
-Version:       2.3.12
-Release:       1
+Version:       2.3.13
+Release:       2
 Group:         Daemons
 License:       BSD-like
 Source0:       http://www.xinetd.org/%{name}-%{version}.tar.gz
-# Source0-md5: 16154191731b6449d934eecacef647dd
+# Source0-md5: 4295b5fe12350f09b5892b363348ac8b
 Source1:       %{name}.inet.sh
 Patch0:                %{name}-no_libnsl.patch
 URL:           http://www.xinetd.org/
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: libwrap-devel
-Requires:      rc-inetd
-Prereq:                rc-scripts
-Requires:      /etc/rc.d/init.d/rc-inetd
+PreReq:                rc-inetd
 Provides:      inetdaemon
-BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Obsoletes:     inetdaemon
 Obsoletes:     inetd
 Obsoletes:     rlinetd
 Obsoletes:     netkit-base
-
-%define         _sysconfdir     /etc
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 xinetd is a powerful replacement for inetd. xinetd has access control
@@ -108,14 +104,7 @@ xinetd 
 %build
 %{__aclocal}
 %{__autoconf}
-%configure  \
-       --with-libwrap \
-       --with-inet6  \
-       --with-loadavg
-%{__make}
-cp xinetd/xinetd xinetd/xinetd-ipv6
-%{__make} clean
-rm -f config.cache
+cp -f /usr/share/automake/config.sub .
 %configure  \
        --with-libwrap \
        --with-loadavg
@@ -128,7 +117,6 @@ install -d $RPM_BUILD_ROOT%{_sbindir} \
        $RPM_BUILD_ROOT%{_sysconfdir}/{rc.d/init.d,sysconfig}
 
 install xinetd/xinetd $RPM_BUILD_ROOT%{_sbindir}
-install xinetd/xinetd-ipv6 $RPM_BUILD_ROOT%{_sbindir}
 install xinetd/itox $RPM_BUILD_ROOT%{_sbindir}
 install xinetd/xinetd.conf.man $RPM_BUILD_ROOT%{_mandir}/man5/xinetd.conf.5
 install xinetd/xinetd.log.man $RPM_BUILD_ROOT%{_mandir}/man8/xinetd.log.8
This page took 0.064413 seconds and 4 git commands to generate.