Author: walluck Date: Mon Nov 6 23:29:47 2006 New Revision: 77050 Modified: packages/cooker/jflex/current/SPECS/jflex.spec
Log: fix some (Build)Requires Modified: packages/cooker/jflex/current/SPECS/jflex.spec ============================================================================== --- packages/cooker/jflex/current/SPECS/jflex.spec (original) +++ packages/cooker/jflex/current/SPECS/jflex.spec Mon Nov 6 23:29:47 2006 @@ -4,7 +4,7 @@ Name: jflex Version: 1.4.1 -Release: %mkrel 5 +Release: %mkrel 6 Epoch: 0 Summary: A Lexical Analyzer Generator for Java License: GPL @@ -20,9 +20,12 @@ Patch3: jflex-cup-anttask.patch Patch4: jflex-byaccj-utl.patch URL: http://www.jflex.de/ +Requires: java_cup +Requires: jpackage-utils BuildRequires: ant BuildRequires: java_cup BuildRequires: jpackage-utils +BuildRequires: junit %if %{gcj_support} Requires(post): java-gcj-compat Requires(postun): java-gcj-compat @@ -71,9 +74,9 @@ %build pushd src %if %without bootstrap -export CLASSPATH=$(build-classpath java-cup) +export CLASSPATH=$(build-classpath java-cup junit) %else -export CLASSPATH=$(build-classpath java-cup) +export CLASSPATH=$(build-classpath java-cup junit) %endif export OPT_JAR_LIST= %if %without bootstrap
