diff --git a/qdox-2.0.0-project.tar.bz2 b/qdox-2.0.0-project.tar.bz2 deleted file mode 100644 index 0aa001f..0000000 --- a/qdox-2.0.0-project.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:57148d2984cf47473365c86d5affe77a38b11f9982cc24456f9dd98cda820bf6 -size 457511 diff --git a/qdox-2.0.1-project.tar.bz2 b/qdox-2.0.1-project.tar.bz2 new file mode 100644 index 0000000..48225a3 --- /dev/null +++ b/qdox-2.0.1-project.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7656659c8ff8b4e3f6c9b5fd0164bfe2ff7211ccedaa21046e53e63005a6d37b +size 459971 diff --git a/qdox.spec b/qdox.spec index 1e24886..b284180 100644 --- a/qdox.spec +++ b/qdox.spec @@ -1,7 +1,7 @@ # # spec file for package qdox # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: qdox -Version: 2.0.0 +Version: 2.0.1 Release: 0 Summary: Tool to extract class/interface/method definitions from sources License: Apache-2.0 @@ -55,7 +55,6 @@ sed -i "s|\r||" README.md # We don't need these plugins %pom_remove_plugin :animal-sniffer-maven-plugin %pom_remove_plugin :maven-failsafe-plugin -%pom_remove_plugin :maven-jflex-plugin %pom_remove_plugin :maven-enforcer-plugin %pom_xpath_set pom:workingDirectory '${basedir}/src/main/java/com/thoughtworks/qdox/parser/impl' @@ -63,12 +62,8 @@ sed -i "s|\r||" README.md %pom_remove_parent . %build -# Generate scanners (upstream does this with maven-jflex-plugin) -# Add the --inputstreamctor option if jflex is upgraded to a version 1.6 or higher -CLASSPATH=$(build-classpath java-cup) \ - jflex -d src/main/java/com/thoughtworks/qdox/parser/impl src/grammar/lexer.flex -CLASSPATH=$(build-classpath java-cup) \ - jflex -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/lexer.flex +jflex -d src/main/java/com/thoughtworks/qdox/parser/impl src/grammar/commentlexer.flex # Generate the parsers using the command-line that the exec-maven-plugin uses GRAMMAR_PATH=$(pwd)/src/grammar/commentparser.y && \