From: Paweł Sikora Date: Sun, 11 Dec 2005 14:24:31 +0000 (+0000) Subject: - gcc4 fix, release 3. X-Git-Tag: auto/th/xinetd-2_3_13-3 X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;h=refs%2Ftags%2Fauto%2Fth%2Fxinetd-2_3_13-3;p=packages%2Fxinetd.git - gcc4 fix, release 3. Changed files: xinetd.spec -> 1.58 --- diff --git a/xinetd.spec b/xinetd.spec index 8f12e49..0bbb641 100644 --- a/xinetd.spec +++ b/xinetd.spec @@ -5,13 +5,14 @@ Summary(ru): xinetd - Summary(uk): xinetd - ÂÁÇÁÔÁ ÍÏÖÌÉ×ÏÓÔÑÍÉ ÚÁͦÎÁ inetd Name: xinetd Version: 2.3.13 -Release: 2 +Release: 3 Group: Daemons License: BSD-like Source0: http://www.xinetd.org/%{name}-%{version}.tar.gz # Source0-md5: 4295b5fe12350f09b5892b363348ac8b Source1: %{name}.inet.sh Patch0: %{name}-no_libnsl.patch +Patch1: %{name}-gcc4.patch URL: http://www.xinetd.org/ BuildRequires: autoconf BuildRequires: automake @@ -24,6 +25,8 @@ Obsoletes: rlinetd Obsoletes: netkit-base BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) +%define specflags -fno-strict-aliasing + %description xinetd is a powerful replacement for inetd. xinetd has access control machanisms, extensive logging capabilities, the ability to make @@ -100,6 +103,7 @@ xinetd %prep %setup -q %patch0 -p1 +%patch1 -p1 %build %{__aclocal}