- Non bootstrap build.
This commit is contained in:
parent
4bc297a604
commit
b4d71f044d
1 changed files with 5 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue