This commit is contained in:
parent
923e07d8f2
commit
860b94a081
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 8 11:22:57 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Do not depend on the parent pom, since we are not building
|
||||||
|
using Maven.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 15 08:46:08 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
Tue Jan 15 08:46:08 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
@ -33,8 +33,6 @@ BuildRequires: java-cup-bootstrap
|
|||||||
BuildRequires: java-devel
|
BuildRequires: java-devel
|
||||||
BuildRequires: javapackages-local
|
BuildRequires: javapackages-local
|
||||||
BuildRequires: jflex-bootstrap
|
BuildRequires: jflex-bootstrap
|
||||||
BuildRequires: mvn(org.sonatype.oss:oss-parent:pom:)
|
|
||||||
Requires: mvn(org.sonatype.oss:oss-parent:pom:)
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -63,6 +61,8 @@ rm -rf bootstrap
|
|||||||
|
|
||||||
%pom_xpath_set pom:workingDirectory '${basedir}/src/main/java/com/thoughtworks/qdox/parser/impl'
|
%pom_xpath_set pom:workingDirectory '${basedir}/src/main/java/com/thoughtworks/qdox/parser/impl'
|
||||||
|
|
||||||
|
%pom_remove_parent .
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# Generate scanners (upstream does this with maven-jflex-plugin)
|
# Generate scanners (upstream does this with maven-jflex-plugin)
|
||||||
# Add the --inputstreamctor option if jflex is upgraded to a version 1.6 or higher
|
# Add the --inputstreamctor option if jflex is upgraded to a version 1.6 or higher
|
||||||
|
Loading…
x
Reference in New Issue
Block a user