grab the current stable tree from savannah

This commit is contained in:
Štěpán Kasal 2008-12-11 11:25:53 +00:00
parent a5ff77eff5
commit 95e556e6aa
3 changed files with 35504 additions and 13 deletions

View File

@ -1,6 +1,6 @@
--- test/Makefile.am.ulitest 2005-07-26 20:07:43.000000000 +0200
+++ test/Makefile.am 2007-09-27 10:48:51.000000000 +0200
@@ -300,6 +300,8 @@
--- test/Makefile.am.ulitest 2008-12-11 11:59:23.000000000 +0100
+++ test/Makefile.am 2008-12-11 12:00:34.000000000 +0100
@@ -307,6 +307,8 @@ EXTRA_DIST = \
intprec.ok \
iobug1.awk \
iobug1.ok \
@ -9,16 +9,16 @@
leaddig.awk \
leaddig.ok \
leadnl.awk \
@@ -658,7 +660,7 @@
@@ -676,7 +678,7 @@ BASIC_TESTS = addcomma anchgsub argarray
fordel forsimp fsbs fsspcoln fsrs fstabplus funsemnl funsmnam funstack getline \
getline2 getline3 getlnbuf getnr2tb getnr2tm gsubasgn gsubtest \
gsubtst2 gsubtst3 gsubtst4 gsubtst5 hex hsprint inputred intest intformat \
gsubtst2 gsubtst3 gsubtst4 gsubtst5 gsubtst6 hex hsprint inputred intest intformat \
- intprec iobug1 leaddig leadnl litoct longsub longwrds manglprm math membug1 \
+ intprec iobug1 lc_num1 leaddig leadnl litoct longsub longwrds manglprm math membug1 \
messages minusstr mmap8k mtchi18n nasty nasty2 negexp nested nfldstr \
nfneg nfset nlfldsep nlinstr nlstrina noeffect nofile nofmtch noloop1 \
noloop2 nonl noparms nors nulrsend numindex numsubstr octsub ofmt \
@@ -755,6 +757,12 @@
@@ -774,6 +776,12 @@ extend-msg-start:
extend-msg-end:
@echo "======== Done with gawk extension tests ========"

35481
gawk-stable-tree.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,19 +1,21 @@
Summary: The GNU version of the awk text processing utility
Name: gawk
Version: 3.1.6
Release: 2%{?dist}
License: GPLv2+
Release: 3%{?dist}
License: GPLv3+
Group: Applications/Text
URL: http://www.gnu.org/software/gawk/gawk.html
Source0: http://ftp.gnu.org/gnu/gawk/gawk-%{version}.tar.bz2
Source1: http://ftp.gnu.org/gnu/libsigsegv/libsigsegv-2.6.tar.gz
Patch0: gawk-stable-tree.patch
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
Requires(post): /sbin/install-info
Requires(preun): /sbin/install-info
Requires: /bin/mktemp
# for patch14
BuildRequires: autoconf automake
# patching the sources for these tools
BuildRequires: autoconf automake gettext-devel texinfo bison
# test for #299551, submitted:
# http://lists.gnu.org/archive/html/bug-gnu-utils/2008-11/msg00044.html
@ -28,11 +30,16 @@ Install the gawk package if you need a text processing utility. Gawk is
considered to be a standard Linux tool for processing text.
%prep
%setup -q
%patch14 -p0 -b .ulitest
%setup -q -a 1
mv libsigsegv-2.6 libsigsegv
# do not install with gawk
echo 'install:' >>libsigsegv/Makefile.am
%patch0
# we have patched the sources for these:
rm awkgram.c doc/*.info
%patch14 -b .ulitest
%build
# for patch14:
autoreconf
%configure --bindir=/bin
make %{?_smp_mflags}
@ -79,6 +86,9 @@ fi
%{_datadir}/awk
%changelog
* Thu Dec 11 2008 Stepan Kasal <skasal@redhat.com> - 3.1.6-3
- grab the current stable tree from savannah
* Wed Nov 26 2008 Stepan Kasal <skasal@redhat.com> - 3.1.6-2
- test-lc_num1.patch submitted upstream, link added