Don't use deprecated inputstreamctor option
This commit is contained in:
parent
084ef10191
commit
992e3f8df1
@ -3,7 +3,7 @@
|
|||||||
Summary: Extract class/interface/method definitions from sources
|
Summary: Extract class/interface/method definitions from sources
|
||||||
Name: qdox
|
Name: qdox
|
||||||
Version: 2.0
|
Version: 2.0
|
||||||
Release: 4.%{vertag}%{?dist}
|
Release: 5.%{vertag}%{?dist}
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: https://github.com/paul-hammant/qdox
|
URL: https://github.com/paul-hammant/qdox
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -56,8 +56,8 @@ rm -rf bootstrap
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
# Generate scanners (upstream does this with maven-jflex-plugin)
|
# Generate scanners (upstream does this with maven-jflex-plugin)
|
||||||
jflex --inputstreamctor -d src/main/java/com/thoughtworks/qdox/parser/impl src/grammar/lexer.flex
|
jflex -d src/main/java/com/thoughtworks/qdox/parser/impl src/grammar/lexer.flex
|
||||||
jflex --inputstreamctor -d src/main/java/com/thoughtworks/qdox/parser/impl src/grammar/commentlexer.flex
|
jflex -d src/main/java/com/thoughtworks/qdox/parser/impl src/grammar/commentlexer.flex
|
||||||
|
|
||||||
# Build artifact
|
# Build artifact
|
||||||
%mvn_build -f -- -Dqdox.byaccj.executable=byaccj
|
%mvn_build -f -- -Dqdox.byaccj.executable=byaccj
|
||||||
@ -75,6 +75,9 @@ jar ufm target/%{name}-%{version}*.jar %{SOURCE1}
|
|||||||
%doc LICENSE.txt
|
%doc LICENSE.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 07 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.0-5.M9
|
||||||
|
- Don't use deprecated inputstreamctor option
|
||||||
|
|
||||||
* Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.0-4.M9
|
* Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.0-4.M9
|
||||||
- Mass rebuild for javapackages-tools 201901
|
- Mass rebuild for javapackages-tools 201901
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user