From fcab4455f722e76621550c5a0e008de813fcb053 Mon Sep 17 00:00:00 2001 From: Alexander Kurtakov Date: Jan 20 2010 12:03:04 +0000 Subject: - Don't remove jflex in bootstrap. --- diff --git a/java_cup.spec b/java_cup.spec index c6d8290..483ccc5 100644 --- a/java_cup.spec +++ b/java_cup.spec @@ -77,11 +77,11 @@ Documentation for java_cup. # remove all binary files find . -name "*.class" -exec rm -f {} \; +%if ! %{with_bootstrap} # remove prebuilt JFlex rm -rf java_cup-0.11a/bin/JFlex.jar # remove prebuilt java_cup, if not bootstrapping -%if ! %{with_bootstrap} rm -rf java_cup-0.11a/bin/java-cup-11.jar %endif @@ -136,6 +136,7 @@ rm -rf $RPM_BUILD_ROOT - Update to 0.11a. - Drop gcj_support. - Rebuild in bootstrap mode. +- Don't remove jflex in bootstrap. * Fri Jul 24 2009 Fedora Release Engineering - 1:0.10k-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild