forked from pool/glassfish-el
This commit is contained in:
parent
3b2003cccc
commit
26c4f4a2e5
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:ddb49014a04533d003f4830d489d7b5e735a0afbb1040dbf7399f6d2b4da4779
|
oid sha256:5e632109fffc358a0f1dd4c6e40ce167ca3e0bd9d7a47e3edf743e4c1f93a850
|
||||||
size 3024
|
size 3052
|
||||||
|
@ -18,6 +18,7 @@
|
|||||||
|
|
||||||
%global reltag b08
|
%global reltag b08
|
||||||
%global verbase 3.0.1
|
%global verbase 3.0.1
|
||||||
|
%bcond_with tests
|
||||||
Name: glassfish-el
|
Name: glassfish-el
|
||||||
Version: %{verbase}~%{reltag}
|
Version: %{verbase}~%{reltag}
|
||||||
Release: 0
|
Release: 0
|
||||||
@ -105,10 +106,10 @@ rm impl/src/main/java/com/sun/el/parser/TokenMgrError.java
|
|||||||
%build
|
%build
|
||||||
mkdir -p lib
|
mkdir -p lib
|
||||||
%{ant} \
|
%{ant} \
|
||||||
|
-Djavacc.home=%{_javadir} \
|
||||||
%if %{without tests}
|
%if %{without tests}
|
||||||
-Dtest.skip=true \
|
-Dtest.skip=true \
|
||||||
%endif
|
%endif
|
||||||
-Djavacc.home=%{_javadir} \
|
|
||||||
all
|
all
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user