- Non bootstrap build.

This commit is contained in:
Alexander Kurtakov 2010-01-20 12:18:53 +00:00
commit b4d71f044d

View file

@ -30,11 +30,11 @@
%define pkg_version 11a
%define section free
%define with_bootstrap 1
%define with_bootstrap 0
Name: java_cup
Version: 0.11a
Release: 1%{?dist}
Release: 2%{?dist}
Epoch: 1
Summary: Java source interpreter
License: BSD and LGPLv2
@ -127,6 +127,9 @@ rm -rf $RPM_BUILD_ROOT
%doc %{_javadocdir}/%{name}
%changelog
* Wed Jan 20 2010 Alexander Kurtakov <akurtako@redhat.com> 1:0.11a-2
- Non bootstrap build.
* Fri Jan 20 2010 Alexander Kurtakov <akurtako@redhat.com> 1:0.11a-1
- Rebuilt in non-bootstrap mode (removed all prebuilt jars).
- Added BR: jflex and java_cup >= 1:0.11a for non-bootstrap mode