Implement bootstrap mode
This commit is contained in:
parent
e27cc602e6
commit
524cc2657b
@ -1,3 +1,5 @@
|
|||||||
|
%bcond_with bootstrap
|
||||||
|
|
||||||
Name: jansi
|
Name: jansi
|
||||||
Version: 2.1.1
|
Version: 2.1.1
|
||||||
Release: 3%{?dist}
|
Release: 3%{?dist}
|
||||||
@ -11,11 +13,15 @@ Patch0: %{name}-jni.patch
|
|||||||
|
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: maven-local
|
BuildRequires: maven-local
|
||||||
|
%if %{with bootstrap}
|
||||||
|
BuildRequires: javapackages-bootstrap
|
||||||
|
%else
|
||||||
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
||||||
BuildRequires: mvn(org.apache.maven.plugins:maven-source-plugin)
|
BuildRequires: mvn(org.apache.maven.plugins:maven-source-plugin)
|
||||||
BuildRequires: mvn(org.apache.maven.surefire:surefire-junit-platform)
|
BuildRequires: mvn(org.apache.maven.surefire:surefire-junit-platform)
|
||||||
BuildRequires: mvn(org.fusesource:fusesource-pom:pom:)
|
BuildRequires: mvn(org.fusesource:fusesource-pom:pom:)
|
||||||
BuildRequires: mvn(org.junit.jupiter:junit-jupiter-engine)
|
BuildRequires: mvn(org.junit.jupiter:junit-jupiter-engine)
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Jansi is a small java library that allows you to use ANSI escape sequences
|
Jansi is a small java library that allows you to use ANSI escape sequences
|
||||||
|
Loading…
Reference in New Issue
Block a user