Remove unneeded buildrequires on jmock and hamcrest
This commit is contained in:
parent
aede31c850
commit
85d9c310ad
@ -1,25 +1,17 @@
|
|||||||
Name: disruptor
|
Name: disruptor
|
||||||
Version: 3.4.2
|
Version: 3.4.2
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: Concurrent Programming Framework
|
Summary: Concurrent Programming Framework
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: https://lmax-exchange.github.io/disruptor/
|
URL: https://lmax-exchange.github.io/disruptor/
|
||||||
|
BuildArch: 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
|
||||||
|
|
||||||
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)
|
||||||
BuildRequires: mvn(org.hamcrest:hamcrest-library)
|
|
||||||
BuildRequires: mvn(org.jmock:jmock-junit4)
|
|
||||||
BuildRequires: mvn(org.jmock:jmock-legacy)
|
|
||||||
|
|
||||||
%if 0
|
|
||||||
# Unavailable performance test deps
|
|
||||||
BuildRequires: mvn(org.hdrhistogram:HdrHistogram:1.2.1)
|
|
||||||
%endif
|
|
||||||
|
|
||||||
BuildArch: noarch
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A High Performance Inter-Thread Messaging Library.
|
A High Performance Inter-Thread Messaging Library.
|
||||||
@ -84,6 +76,9 @@ rm -r src/test/java/com/lmax/disruptor/dsl/DisruptorTest.java
|
|||||||
%license LICENCE.txt
|
%license LICENCE.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 28 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.4.2-5
|
||||||
|
- Remove unneeded buildrequires on jmock and hamcrest
|
||||||
|
|
||||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.2-4
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.2-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user