]> git.pld-linux.org Git - packages/gawk.git/commitdiff
- remove pty (/dev/tty) test, it has no chance of success on builders auto/th/gawk-4.1.1-3
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 26 Feb 2015 20:18:43 +0000 (20:18 +0000)
committerJan Rękorajski <baggins@pld-linux.org>
Thu, 26 Feb 2015 20:18:43 +0000 (20:18 +0000)
- rel 3

gawk.spec
no-pty-test.patch [new file with mode: 0644]

index edfd11fb75193845362388cc106f608c1efc920a..2027cb690827987f3f1485f7909bd1c8b26ba8a5 100644 (file)
--- 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
 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
 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
 # 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
 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
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %{__rm} po/stamp-po
 
 
 %{__rm} po/stamp-po
 
diff --git a/no-pty-test.patch b/no-pty-test.patch
new file mode 100644 (file)
index 0000000..9bdfe07
--- /dev/null
@@ -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 \
This page took 0.042138 seconds and 4 git commands to generate.