update to version 0.8.2
This commit is contained in:
parent
fea6a88a98
commit
8b14465b6a
BIN
0.7.1.tar.gz
BIN
0.7.1.tar.gz
Binary file not shown.
BIN
0.8.2.tar.gz
Normal file
BIN
0.8.2.tar.gz
Normal file
Binary file not shown.
16
hppc.spec
16
hppc.spec
@ -1,5 +1,5 @@
|
||||
Name: hppc
|
||||
Version: 0.7.1
|
||||
Version: 0.8.2
|
||||
Release: 1
|
||||
Summary: High Performance Primitive Collections for Java
|
||||
License: ASL 2.0
|
||||
@ -12,7 +12,12 @@ BuildRequires: mvn(org.apache.maven:maven-core) mvn(org.apache.maven:maven
|
||||
BuildRequires: mvn(org.apache.maven.plugin-tools:maven-plugin-annotations)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin)
|
||||
BuildRequires: mvn(org.apache.velocity:velocity) mvn(org.sonatype.oss:oss-parent:pom:)
|
||||
BuildRequires: mvn(org.antlr:antlr4) mvn(org.antlr:antlr4-maven-plugin)
|
||||
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
||||
BuildRequires: mvn(com.carrotsearch.randomizedtesting:junit4-maven-plugin)
|
||||
BuildRequires: mvn(org.eclipse.aether:aether-connector-basic)
|
||||
BuildRequires: mvn(org.eclipse.aether:aether-transport-wagon)
|
||||
BuildRequires: mvn(org.apache.maven.wagon:wagon-http)
|
||||
BuildRequires: mvn(org.apache.maven.wagon:wagon-provider-api)
|
||||
%if 0
|
||||
# hppc-benchmarks deps
|
||||
BuildRequires: mvn(it.unimi.dsi:fastutil) mvn(net.openhft:koloboke-impl-jdk6-7:0.6.6)
|
||||
@ -62,7 +67,9 @@ done
|
||||
%mvn_package :%{name}-template-processor %{name}-templateprocessor
|
||||
|
||||
%build
|
||||
%mvn_build -f
|
||||
%mvn_build -f -b
|
||||
sed -i '72,81d' .xmvn-reactor
|
||||
sed -i '29,38d' .xmvn-reactor
|
||||
|
||||
%install
|
||||
%mvn_install
|
||||
@ -78,5 +85,8 @@ done
|
||||
%license LICENSE.txt NOTICE.txt
|
||||
|
||||
%changelog
|
||||
* Tue Aug 22 2023 Ge Wang <wang__ge@126.com> - 0.8.2-1
|
||||
- Update to version 0.8.2
|
||||
|
||||
* Wed Jul 29 2020 leiju <leiju4@huawei.com> - 0.7.1-1
|
||||
- Package init
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user