X-Git-Url: https://git.pld-linux.org/?a=blobdiff_plain;f=setup.spec;h=8c227e8f7e96a35aed2d40dc0bd894fc7c3c480c;hb=02e9d04f0c261a4e4f5d21a8a25437ccedec1440;hp=1cccc04ad3e8946830d522dc5193b3dbcadeefe5;hpb=391e8940f4da8ce1a1651099b11c0daf2fdc8cdf;p=packages%2Fsetup.git diff --git a/setup.spec b/setup.spec index 1cccc04..8c227e8 100644 --- a/setup.spec +++ b/setup.spec @@ -15,7 +15,7 @@ Summary(pt_BR.UTF-8): Vários arquivos básicos de configuração Summary(tr.UTF-8): Basit kurulum dosyaları Name: setup Version: 2.9.0 -Release: 1 +Release: 4 License: Public Domain, partially BSD-like Group: Base Source0: %{name}-%{version}.tar.bz2 @@ -31,6 +31,7 @@ Patch0: %{name}-iana-etc.patch # This is source of non-iana changes in services file Patch1: %{name}-services.patch Patch2: protocols-fmt.patch +Patch3: %{name}-input_group.patch %if %{with diet} BuildRequires: dietlibc-static %else @@ -91,6 +92,7 @@ dosyalarını içerir. %patch0 -p1 mv iana-etc{-%{iana_etc_ver},} %patch2 -p1 +%patch3 -p1 cp -a %{SOURCE2} iana-etc/protocol-numbers.iana cp -a %{SOURCE3} iana-etc/port-numbers.iana @@ -104,7 +106,7 @@ cp -a %{SOURCE3} iana-etc/port-numbers.iana %{__make} \ CC="%{?with_diet:diet }%{__cc}" \ - OPT_FLAGS="%{rpmcflags} -Os -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64" \ + OPT_FLAGS="%{rpmcflags} -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64" \ LDFLAGS="%{rpmcflags} %{rpmldflags} -static" ldd postshell | grep "not a dynamic executable" || exit 1