Skip to content

Commit a5af227

Browse files
committed
Add xmvn-tools requirement
The java package wrapper script invokes build-classpath that uses xmvn-resolve to create the classpath. By default installing the package does not install xmvn-resolve automatically therefore breaking the wrapper script. Fix it by requiring xmvn-tools. Signed-off-by: Luca Magrone <luca@magrone.cc>
1 parent 0fda6b1 commit a5af227

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

cie-middleware.spec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ BuildRequires: mvn(net.java.dev.jna:jna)
5252
BuildRequires: mvn(org.ghost4j:ghost4j)
5353
BuildRequires: mvn(ch.swingfx:twinkle)
5454

55+
Requires: xmvn-tools
56+
5557
# Bundle PoDoFo to avoid fixing code where the available version is 10+
5658
# License: LGPL 2.0
5759
Provides: bundled(podofo) = 0.9.6

0 commit comments

Comments
 (0)