[antlr3] non-bootstrap build

Tom Callaway spot at fedoraproject.org
Wed Oct 13 19:16:56 UTC 2010


commit 96e3464bef87efcf89d506b0b116c2e727b6204e
Author: Tom "spot" Callaway <tcallawa at redhat.com>
Date:   Wed Oct 13 15:16:39 2010 -0400

    non-bootstrap build

 antlr3.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/antlr3.spec b/antlr3.spec
index cbd8faa..6bc17ca 100644
--- a/antlr3.spec
+++ b/antlr3.spec
@@ -1,6 +1,6 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
 
-%global with_bootstrap 1
+%global with_bootstrap 0
 
 %global antlr_version 3.2
 %global python_runtime_version 3.1.2
@@ -9,7 +9,7 @@
 Summary:			ANother Tool for Language Recognition
 Name:				antlr3
 Version:			%{antlr_version}
-Release:			10%{?dist}
+Release:			11%{?dist}
 URL:				http://www.antlr.org/
 Source0:			http://www.antlr.org/download/antlr-%{antlr_version}.tar.gz
 Source1:			http://www.antlr.org/download/C/libantlr3c-%{antlr_version}.tar.gz
@@ -341,6 +341,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mavenpomdir}/JPP-maven-gunit-plugin.pom
 
 %changelog
+* Wed Oct 13 2010 Tom "spot" Callaway <tcallawa at redhat.com> - 3.2-11
+- non-bootstrap build
+
 * Wed Oct 13 2010 Tom "spot" Callaway <tcallawa at redhat.com> - 3.2-10
 - fix pom patch
 - fix bootstrapping


More information about the scm-commits mailing list