SHA256
1
0
forked from pool/glassfish-el
Fridrich Strba 2019-03-04 14:12:31 +00:00 committed by Git OBS Bridge
parent 3b2003cccc
commit 26c4f4a2e5
2 changed files with 4 additions and 3 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ddb49014a04533d003f4830d489d7b5e735a0afbb1040dbf7399f6d2b4da4779
size 3024
oid sha256:5e632109fffc358a0f1dd4c6e40ce167ca3e0bd9d7a47e3edf743e4c1f93a850
size 3052

View File

@ -18,6 +18,7 @@
%global reltag b08
%global verbase 3.0.1
%bcond_with tests
Name: glassfish-el
Version: %{verbase}~%{reltag}
Release: 0
@ -105,10 +106,10 @@ rm impl/src/main/java/com/sun/el/parser/TokenMgrError.java
%build
mkdir -p lib
%{ant} \
-Djavacc.home=%{_javadir} \
%if %{without tests}
-Dtest.skip=true \
%endif
-Djavacc.home=%{_javadir} \
all
%install