From 2a358f57ddb1b59476034d70c94afb353b581ff5 Mon Sep 17 00:00:00 2001 From: Przemyslaw Czerpak Date: Fri, 23 Mar 2007 03:22:58 +0000 Subject: [PATCH] 2007-03-23 04:25 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/harbour.spec * harbour/hbgtmk.sh - removed bison and flex from dependences list --- harbour/ChangeLog | 5 +++++ harbour/harbour.spec | 5 ++++- harbour/hbgtmk.sh | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 32fb67a7a3..32ebbf72fd 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,11 @@ 2002-12-01 13:30 UTC+0100 Foo Bar */ +2007-03-23 04:25 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/harbour.spec + * harbour/hbgtmk.sh + - removed bison and flex from dependences list + 2007-03-23 04:05 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/bin/pack_src.sh + harbour/contrib/pgsql/Changelog diff --git a/harbour/harbour.spec b/harbour/harbour.spec index 835af5751b..cb9d061cae 100644 --- a/harbour/harbour.spec +++ b/harbour/harbour.spec @@ -97,7 +97,7 @@ Vendor: %{hb_host} URL: http://%{hb_host}/ Source: %{name}-%{version}.src.tar.gz Packager: Przemysaw Czerpak Luiz Rafael Culik Guimaraes -BuildPrereq: gcc binutils bison flex bash ncurses ncurses-devel %{!?_without_gpm: gpm-devel} +BuildPrereq: gcc binutils bash ncurses ncurses-devel %{!?_without_gpm: gpm-devel} Requires: gcc binutils bash sh-utils %{name}-lib = %{version} Provides: %{name} harbour BuildRoot: /tmp/%{name}-%{version}-root @@ -583,6 +583,9 @@ rm -rf $RPM_BUILD_ROOT ###################################################################### %changelog +* Fri Mar 23 2005 Przemyslaw Czerpak +- removed bison and flex from dependences list + * Sat Aug 09 2003 Przemyslaw Czerpak - removed ${RPM_OPT_FLAGS} from C_USR diff --git a/harbour/hbgtmk.sh b/harbour/hbgtmk.sh index 7e2210b7be..36b84a6820 100644 --- a/harbour/hbgtmk.sh +++ b/harbour/hbgtmk.sh @@ -23,7 +23,7 @@ test_reqrpm() } TOINST_LST="" -for i in cvs make gcc binutils bison flex bash ncurses ncurses-devel +for i in cvs make gcc binutils bash ncurses ncurses-devel do test_reqrpm "$i" || TOINST_LST="${TOINST_LST} $i" done