From: Jan Rękorajski Date: Thu, 26 Feb 2015 20:18:43 +0000 (+0000) Subject: - remove pty (/dev/tty) test, it has no chance of success on builders X-Git-Tag: auto/th/gawk-4.1.1-3 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fgawk.git;a=commitdiff_plain;h=fe4ed79045a3f1f7c5382e6e640c8df300dd9c2e - remove pty (/dev/tty) test, it has no chance of success on builders - rel 3 --- diff --git a/gawk.spec b/gawk.spec index edfd11f..2027cb6 100644 --- a/gawk.spec +++ b/gawk.spec @@ -14,7 +14,7 @@ Summary(tr.UTF-8): GNU araçları metin düzenleyici Summary(uk.UTF-8): GNU версія утиліти обробки текстів awk Name: gawk Version: 4.1.1 -Release: 2 +Release: 3 License: GPL v3+ Group: Applications/Text Source0: http://ftp.gnu.org/gnu/gawk/%{name}-%{version}.tar.xz @@ -23,6 +23,7 @@ Source1: http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-ma # Source1-md5: 80753d75be0f469f70e8c90e75121a9c Patch0: %{name}-info.patch Patch1: %{name}-shutup.patch +Patch2: no-pty-test.patch URL: http://www.gnu.org/software/gawk/ BuildRequires: autoconf >= 2.69 BuildRequires: automake >= 1:1.13 @@ -122,6 +123,7 @@ Ten pakiet zawiera pliki nagłówkowe dla gawka. %setup -q %patch0 -p1 %patch1 -p1 +%patch2 -p1 %{__rm} po/stamp-po diff --git a/no-pty-test.patch b/no-pty-test.patch new file mode 100644 index 0000000..9bdfe07 --- /dev/null +++ b/no-pty-test.patch @@ -0,0 +1,20 @@ +--- gawk-4.1.1/test/Makefile.am~ 2014-04-08 16:12:01.000000000 +0000 ++++ gawk-4.1.1/test/Makefile.am 2015-02-26 20:18:05.131748094 +0000 +@@ -698,8 +698,6 @@ + prt1eval.ok \ + prtoeval.awk \ + prtoeval.ok \ +- pty1.awk \ +- pty1.ok \ + rand-mpfr.ok \ + rand.awk \ + rand.ok \ +@@ -997,7 +995,7 @@ + manyfiles match1 match2 match3 mbstr1 \ + nastyparm next nondec nondec2 \ + patsplit posix printfbad1 printfbad2 printfbad3 procinfs \ +- profile1 profile2 profile3 profile4 profile5 pty1 \ ++ profile1 profile2 profile3 profile4 profile5 \ + rebuf regx8bit reginttrad reint reint2 rsstart1 \ + rsstart2 rsstart3 rstest6 shadow sortfor sortu split_after_fpat \ + splitarg4 strftime \