Implement bootstrap mode
This commit is contained in:
parent
535521e738
commit
f0d35c1fdb
@ -1,3 +1,5 @@
|
|||||||
|
%bcond_with bootstrap
|
||||||
|
|
||||||
Name: disruptor
|
Name: disruptor
|
||||||
Version: 3.4.4
|
Version: 3.4.4
|
||||||
Release: 6%{?dist}
|
Release: 6%{?dist}
|
||||||
@ -10,9 +12,13 @@ ExclusiveArch: %{java_arches} noarch
|
|||||||
Source0: https://github.com/LMAX-Exchange/disruptor/archive/%{version}/%{name}-%{version}.tar.gz
|
Source0: https://github.com/LMAX-Exchange/disruptor/archive/%{version}/%{name}-%{version}.tar.gz
|
||||||
Source1: https://repo1.maven.org/maven2/com/lmax/%{name}/%{version}/%{name}-%{version}.pom
|
Source1: https://repo1.maven.org/maven2/com/lmax/%{name}/%{version}/%{name}-%{version}.pom
|
||||||
|
|
||||||
|
%if %{with bootstrap}
|
||||||
|
BuildRequires: javapackages-bootstrap
|
||||||
|
%else
|
||||||
BuildRequires: maven-local
|
BuildRequires: maven-local
|
||||||
BuildRequires: mvn(junit:junit)
|
BuildRequires: mvn(junit:junit)
|
||||||
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A High Performance Inter-Thread Messaging Library.
|
A High Performance Inter-Thread Messaging Library.
|
||||||
|
Loading…
Reference in New Issue
Block a user