From e9bce3265e0dcc9ca8cbd1d4428f8d40364aa0a7 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Wed, 19 Jun 2002 21:15:50 +0000 Subject: [PATCH] - removed ac-workaround patch, fixed ac-ac patch - release 26 Changed files: mawk-ac-ac.patch -> 1.2 mawk-ac-workaround.patch -> 1.2 mawk.spec -> 1.42 --- mawk-ac-ac.patch | 4 ++-- mawk-ac-workaround.patch | 17 ----------------- mawk.spec | 13 ++++++------- 3 files changed, 8 insertions(+), 26 deletions(-) delete mode 100644 mawk-ac-workaround.patch diff --git a/mawk-ac-ac.patch b/mawk-ac-ac.patch index 32f0f1e..b1747e5 100644 --- a/mawk-ac-ac.patch +++ b/mawk-ac-ac.patch @@ -6,8 +6,8 @@ WHERE_SIZE_T -CHECK_HEADERS(fcntl.h,errno.h, time.h,stdarg.h) -CHECK_FUNCTIONS(memcpy,strchr,strerror,vfprintf,strtod,fmod,matherr) -+AC_CHECK_HEADERS(fcntl.h,errno.h, time.h,stdarg.h) -+AC_CHECK_FUNCS(memcpy,strchr,strerror,vfprintf,strtod,fmod,matherr) ++AC_CHECK_HEADERS(fcntl.h errno.h time.h stdarg.h) ++AC_CHECK_FUNCS(memcpy strchr strerror vfprintf strtod fmod matherr) FPRINTF_IN_STDIO FIND_OR_COMPUTE_MAX__INT DREADED_FPE_TESTS diff --git a/mawk-ac-workaround.patch b/mawk-ac-workaround.patch deleted file mode 100644 index 026b828..0000000 --- a/mawk-ac-workaround.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- mawk-1.3.3.orig/configure.in Mon Oct 16 13:25:00 1995 -+++ mawk-1.3.3/configure.in Sun Nov 11 14:42:20 2001 -@@ -41,7 +41,13 @@ - COMPILER_ATTRIBUTES - WHERE_SIZE_T - CHECK_HEADERS(fcntl.h,errno.h, time.h,stdarg.h) --CHECK_FUNCTIONS(memcpy,strchr,strerror,vfprintf,strtod,fmod,matherr) -+CHECK_FUNCTIONS(memcpy) -+CHECK_FUNCTIONS(strchr) -+CHECK_FUNCTIONS(strerror) -+CHECK_FUNCTIONS(vfprintf) -+CHECK_FUNCTIONS(strtod) -+CHECK_FUNCTIONS(fmod) -+CHECK_FUNCTIONS(matherr) - FPRINTF_IN_STDIO - FIND_OR_COMPUTE_MAX__INT - DREADED_FPE_TESTS diff --git a/mawk.spec b/mawk.spec index e3536d2..3ac1595 100644 --- a/mawk.spec +++ b/mawk.spec @@ -9,18 +9,18 @@ Summary(tr): Posix AWK Yorumlay Summary(uk): ¶ÎÔÅÒÐÒÅÔÁÔÏÒ ÍÏ×É ÐÒÏÇÒÁÍÕ×ÁÎÎÑ awk Name: mawk Version: 1.3.3 -Release: 25 +Release: 26 License: GPL Group: Applications/Text Source0: ftp://ftp.whidbey.net/pub/brennan/%{name}%{version}.tar.gz Source1: %{name}.1.pl Patch0: %{name}-fix_%{name}_path.patch -Patch1: %{name}-ac-workaround.patch -Patch2: %{name}-ac-ac.patch -Provides: /bin/awk -Provides: awk +Patch1: %{name}-ac-ac.patch BuildRequires: autoconf +BuildRequires: automake %{?BOOT:BuildRequires: glibc-static} +Provides: /bin/awk +Provides: awk BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define _exec_prefix / @@ -94,8 +94,7 @@ Wersja awka na bootkietk %prep %setup -q %patch0 -p1 -#%patch1 -p1 -%patch2 -p1 +%patch1 -p1 %build autoupdate mawk.ac.m4 -- 2.44.0