grab the current stable tree from savannah
This commit is contained in:
parent
a5ff77eff5
commit
95e556e6aa
@ -1,6 +1,6 @@
|
|||||||
--- test/Makefile.am.ulitest 2005-07-26 20:07:43.000000000 +0200
|
--- test/Makefile.am.ulitest 2008-12-11 11:59:23.000000000 +0100
|
||||||
+++ test/Makefile.am 2007-09-27 10:48:51.000000000 +0200
|
+++ test/Makefile.am 2008-12-11 12:00:34.000000000 +0100
|
||||||
@@ -300,6 +300,8 @@
|
@@ -307,6 +307,8 @@ EXTRA_DIST = \
|
||||||
intprec.ok \
|
intprec.ok \
|
||||||
iobug1.awk \
|
iobug1.awk \
|
||||||
iobug1.ok \
|
iobug1.ok \
|
||||||
@ -9,16 +9,16 @@
|
|||||||
leaddig.awk \
|
leaddig.awk \
|
||||||
leaddig.ok \
|
leaddig.ok \
|
||||||
leadnl.awk \
|
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 \
|
fordel forsimp fsbs fsspcoln fsrs fstabplus funsemnl funsmnam funstack getline \
|
||||||
getline2 getline3 getlnbuf getnr2tb getnr2tm gsubasgn gsubtest \
|
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 leaddig leadnl litoct longsub longwrds manglprm math membug1 \
|
||||||
+ intprec iobug1 lc_num1 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 \
|
messages minusstr mmap8k mtchi18n nasty nasty2 negexp nested nfldstr \
|
||||||
nfneg nfset nlfldsep nlinstr nlstrina noeffect nofile nofmtch noloop1 \
|
nfneg nfset nlfldsep nlinstr nlstrina noeffect nofile nofmtch noloop1 \
|
||||||
noloop2 nonl noparms nors nulrsend numindex numsubstr octsub ofmt \
|
noloop2 nonl noparms nors nulrsend numindex numsubstr octsub ofmt \
|
||||||
@@ -755,6 +757,12 @@
|
@@ -774,6 +776,12 @@ extend-msg-start:
|
||||||
extend-msg-end:
|
extend-msg-end:
|
||||||
@echo "======== Done with gawk extension tests ========"
|
@echo "======== Done with gawk extension tests ========"
|
||||||
|
|
||||||
|
35481
gawk-stable-tree.patch
Normal file
35481
gawk-stable-tree.patch
Normal file
File diff suppressed because it is too large
Load Diff
24
gawk.spec
24
gawk.spec
@ -1,19 +1,21 @@
|
|||||||
Summary: The GNU version of the awk text processing utility
|
Summary: The GNU version of the awk text processing utility
|
||||||
Name: gawk
|
Name: gawk
|
||||||
Version: 3.1.6
|
Version: 3.1.6
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv3+
|
||||||
Group: Applications/Text
|
Group: Applications/Text
|
||||||
URL: http://www.gnu.org/software/gawk/gawk.html
|
URL: http://www.gnu.org/software/gawk/gawk.html
|
||||||
Source0: http://ftp.gnu.org/gnu/gawk/gawk-%{version}.tar.bz2
|
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)
|
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||||
|
|
||||||
Requires(post): /sbin/install-info
|
Requires(post): /sbin/install-info
|
||||||
Requires(preun): /sbin/install-info
|
Requires(preun): /sbin/install-info
|
||||||
Requires: /bin/mktemp
|
Requires: /bin/mktemp
|
||||||
|
|
||||||
# for patch14
|
# patching the sources for these tools
|
||||||
BuildRequires: autoconf automake
|
BuildRequires: autoconf automake gettext-devel texinfo bison
|
||||||
|
|
||||||
# test for #299551, submitted:
|
# test for #299551, submitted:
|
||||||
# http://lists.gnu.org/archive/html/bug-gnu-utils/2008-11/msg00044.html
|
# 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.
|
considered to be a standard Linux tool for processing text.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -a 1
|
||||||
%patch14 -p0 -b .ulitest
|
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
|
%build
|
||||||
# for patch14:
|
|
||||||
autoreconf
|
autoreconf
|
||||||
%configure --bindir=/bin
|
%configure --bindir=/bin
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
@ -79,6 +86,9 @@ fi
|
|||||||
%{_datadir}/awk
|
%{_datadir}/awk
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Nov 26 2008 Stepan Kasal <skasal@redhat.com> - 3.1.6-2
|
||||||
- test-lc_num1.patch submitted upstream, link added
|
- test-lc_num1.patch submitted upstream, link added
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user