From 18076a6f65192c2ea011331d1474b89a4feb7a0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20Kasal?= Date: Tue, 15 Jan 2008 17:22:05 +0000 Subject: [PATCH] - Do not run autogen.sh, it undoes the effect of includedir patch. - Adapt test-linedir-r.patch so that it fixes Makefile.in and works even though autogen.sh is not run. --- flex-2.5.33-test-linedir-r.patch | 4 ++-- flex.spec | 10 +++++++--- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/flex-2.5.33-test-linedir-r.patch b/flex-2.5.33-test-linedir-r.patch index f8fb858..3225344 100644 --- a/flex-2.5.33-test-linedir-r.patch +++ b/flex-2.5.33-test-linedir-r.patch @@ -1,6 +1,6 @@ diff -rup flex-2.5.33/tests/test-linedir-r/Makefile.am flex-2.5.33-pm/tests/test-linedir-r/Makefile.am ---- flex-2.5.33/tests/test-linedir-r/Makefile.am 2003-03-26 19:29:45.000000000 +0100 -+++ flex-2.5.33-pm/tests/test-linedir-r/Makefile.am 2007-08-30 12:28:09.000000000 +0200 +--- flex-2.5.33/tests/test-linedir-r/Makefile.in 2003-03-26 19:29:45.000000000 +0100 ++++ flex-2.5.33-pm/tests/test-linedir-r/Makefile.in 2007-08-30 12:28:09.000000000 +0200 @@ -46,8 +46,8 @@ $(testname)$(EXEEXT): $(OBJS) test: $(testname)$(EXEEXT) diff --git a/flex.spec b/flex.spec index adfea01..90b53d3 100644 --- a/flex.spec +++ b/flex.spec @@ -1,7 +1,7 @@ Summary: A tool for creating scanners (text pattern recognizers) Name: flex Version: 2.5.33 -Release: 14%{?dist} +Release: 15%{?dist} License: BSD Group: Development/Tools URL: http://flex.sourceforge.net/ @@ -12,7 +12,7 @@ Patch3: flex-2.5.33-includedir.patch Patch4: flex-2.5.33-test-linedir-r.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: m4 -BuildRequires: gettext bison m4 gawk autoconf automake gettext-devel +BuildRequires: gettext bison m4 Requires(post): /sbin/install-info Requires(preun): /sbin/install-info @@ -36,7 +36,6 @@ application development. %patch2 -p1 %patch3 -p1 %patch4 -p1 -./autogen.sh %build %configure --disable-dependency-tracking CFLAGS="-fPIC $RPM_OPT_FLAGS" @@ -83,6 +82,11 @@ rm -rf ${RPM_BUILD_ROOT} %{_infodir}/flex.info* %changelog +* Tue Jan 15 2008 Stepan Kasal - 2.5.33-15 +- Do not run autogen.sh, it undoes the effect of includedir patch. +- Adapt test-linedir-r.patch so that it fixes Makefile.in and works + even though autogen.sh is not run. + * Thu Jan 10 2008 Stepan Kasal - 2.5.33-14 - Insert the "-fPIC" on configure command-line. - Drop the -fPIC patch.