|
|
@ -1,12 +1,12 @@
|
|
|
|
%define name java_cup
|
|
|
|
%define name java_cup
|
|
|
|
%define version 0.10
|
|
|
|
%define version 0.10
|
|
|
|
%define pkg_version v10k
|
|
|
|
%define pkg_version v10k
|
|
|
|
%define release 0.k.1jpp_5fc
|
|
|
|
%define release 0.k.1jpp_5fc.1
|
|
|
|
%define section free
|
|
|
|
%define section free
|
|
|
|
|
|
|
|
|
|
|
|
Name: %{name}
|
|
|
|
Name: %{name}
|
|
|
|
Version: %{version}
|
|
|
|
Version: %{version}
|
|
|
|
Release: %{release}
|
|
|
|
Release: %{release}.1
|
|
|
|
Epoch: 1
|
|
|
|
Epoch: 1
|
|
|
|
Summary: Java source interpreter
|
|
|
|
Summary: Java source interpreter
|
|
|
|
License: BSD-style
|
|
|
|
License: BSD-style
|
|
|
@ -101,6 +101,9 @@ fi
|
|
|
|
%ghost %doc %{_javadocdir}/%{name}
|
|
|
|
%ghost %doc %{_javadocdir}/%{name}
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
|
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jul 19 2005 Gary Benson <gbenson@redhat.com> 1:0.10-0.k.1jpp_5fc
|
|
|
|
* Tue Jul 19 2005 Gary Benson <gbenson@redhat.com> 1:0.10-0.k.1jpp_5fc
|
|
|
|
- Build on ia64, ppc64, s390 and s390x.
|
|
|
|
- Build on ia64, ppc64, s390 and s390x.
|
|
|
|
- Switch to aot-compile-rpm.
|
|
|
|
- Switch to aot-compile-rpm.
|
|
|
|