Accepting request 693102 from Java:packages

- Do not depend on the parent pom, since we are not building
  using Maven.

OBS-URL: https://build.opensuse.org/request/show/693102
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qdox?expand=0&rev=24
This commit is contained in:
Dominique Leuenberger 2019-04-14 10:20:39 +00:00 committed by Git OBS Bridge
commit 535c114206
2 changed files with 8 additions and 2 deletions

View File

@ -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>

View File

@ -33,8 +33,6 @@ BuildRequires: java-cup-bootstrap
BuildRequires: java-devel
BuildRequires: javapackages-local
BuildRequires: jflex-bootstrap
BuildRequires: mvn(org.sonatype.oss:oss-parent:pom:)
Requires: mvn(org.sonatype.oss:oss-parent:pom:)
BuildArch: noarch
%description
@ -63,6 +61,8 @@ rm -rf bootstrap
%pom_xpath_set pom:workingDirectory '${basedir}/src/main/java/com/thoughtworks/qdox/parser/impl'
%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