rpms/java_cup/devel java_cup.spec,1.29,1.30

Alexander Kurtakov akurtakov at fedoraproject.org
Wed Jan 20 12:18:09 UTC 2010


Author: akurtakov

Update of /cvs/pkgs/rpms/java_cup/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19815/devel

Modified Files:
	java_cup.spec 
Log Message:
- Fix bootstrap.


Index: java_cup.spec
===================================================================
RCS file: /cvs/pkgs/rpms/java_cup/devel/java_cup.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -p -r1.29 -r1.30
--- java_cup.spec	17 Jan 2010 19:08:06 -0000	1.29
+++ java_cup.spec	20 Jan 2010 12:18:08 -0000	1.30
@@ -34,7 +34,7 @@
 
 Name:           java_cup
 Version:        0.11a
-Release:        2%{?dist}
+Release:        3%{?dist}
 Epoch:          1
 Summary:        Java source interpreter
 License:        BSD and LGPLv2
@@ -77,19 +77,17 @@ 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
 
 %build
 %if ! %{with_bootstrap}
 export CLASSPATH=$(build-classpath java_cup java_cup-runtime jflex)
-%else
-export CLASSPATH=$(build-classpath jflex)
 %endif
 
 ant
@@ -129,6 +127,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc %{_javadocdir}/%{name}
 
 %changelog
+* Wed Jan 20 2010 Alexander Kurtakov <akurtako at redhat.com> 1:0.11a-3
+- Fix bootstrap.
+
 * Sun Jan 17 2010 Miloš Jakubíček <xjakub at fi.muni.cz> - 1:0.11a-2
 - Rebuilt in non-bootstrap mode (removed all prebuilt jars).
 - Added BR: jflex and java_cup >= 1:0.11a for non-bootstrap mode



More information about the scm-commits mailing list