Fridrich Strba 2019-04-08 11:23:54 +00:00 committed by Git OBS Bridge
parent 923e07d8f2
commit 860b94a081
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