Compare commits
10 Commits
ddc38f5192
...
2ff96e053a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2ff96e053a | ||
|
|
4786a6265f | ||
|
|
242f24efef | ||
|
|
c04bfd1c41 | ||
|
|
705da3ddc2 | ||
|
|
f58fa04b2e | ||
|
|
c85752aac4 | ||
|
|
85b0032fc7 | ||
|
|
bf369b39e7 | ||
|
|
0b3d319e4b |
45
clibcni.spec
45
clibcni.spec
@ -1,5 +1,5 @@
|
||||
%global _version 2.0.7
|
||||
%global _release 5
|
||||
%global _version 2.1.0
|
||||
%global _release 2
|
||||
Name: clibcni
|
||||
Version: %{_version}
|
||||
Release: %{_release}
|
||||
@ -10,16 +10,15 @@ URL: https://gitee.com/openeuler/clibcni
|
||||
Source0: https://gitee.com/openeuler/clibcni/repository/archive/v%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}
|
||||
|
||||
%define lcrver_lower 2.0.9-0
|
||||
%define lcrver_upper 2.0.10-0
|
||||
%define libisulaver_lower 2.1.1-0
|
||||
|
||||
BuildRequires: gcc git gcc-c++
|
||||
BuildRequires: cmake
|
||||
BuildRequires: lcr-devel > %{lcrver_lower} lcr-devel < %{lcrver_upper} yajl-devel gtest-devel gmock-devel
|
||||
BuildRequires: libisula-devel > %{libisulaver_lower} yajl-devel gtest-devel gmock-devel
|
||||
|
||||
Requires: lcr > %{lcrver_lower} lcr < %{lcrver_upper}
|
||||
Requires: libisula > %{libisulaver_lower}
|
||||
|
||||
%ifarch x86_64 aarch64
|
||||
%ifarch x86_64 aarch64 riscv64 loongarch64 ppc64le
|
||||
Provides: lib%{name}.so()(64bit)
|
||||
%endif
|
||||
|
||||
@ -34,7 +33,7 @@ focus, CNI has a wide range of support and the specification is simple to implem
|
||||
%package devel
|
||||
Summary: Huawei CNI C Library
|
||||
Group: Libraries
|
||||
ExclusiveArch: x86_64 aarch64 sw_64
|
||||
ExclusiveArch: x86_64 aarch64 sw_64 riscv64 loongarch64 ppc64le
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
@ -88,6 +87,36 @@ rm -rf %{buildroot}
|
||||
%{_libdir}/pkgconfig/%{name}.pc
|
||||
|
||||
%changelog
|
||||
* Tue Nov 28 2023 peng.zou <peng.zou@shingroup.cn> - 2.1.0-2
|
||||
- Type: feature
|
||||
- ID: NA
|
||||
- SUG: NA
|
||||
- DESC: Add ppc64le architecture
|
||||
|
||||
* Thu Nov 16 2023 jikai <jikai11@huawei.com> - 2.1.0-1
|
||||
- Type: enhancement
|
||||
- ID: NA
|
||||
- SUG: NA
|
||||
- DESC: Update to 2.1.0
|
||||
|
||||
* Fri May 12 2023 Wenlong Zhang <zhangwenlong@loongson.cn> - 2.0.7-8
|
||||
- Type: feature
|
||||
- ID: NA
|
||||
- SUG: NA
|
||||
- DESC: Add loongarch64 architecture
|
||||
|
||||
* Mon Mar 27 2023 misaka00251 <liuxin@iscas.ac.cn> - 2.0.7-7
|
||||
- Type: feature
|
||||
- ID: NA
|
||||
- SUG: NA
|
||||
- DESC: Add riscv64 architecture
|
||||
|
||||
* Mon Feb 06 2023 zhangxiaoyu <zhangxiaoyu58@huawei.com> - 2.0.7-6
|
||||
- Type: bugfix
|
||||
- ID: NA
|
||||
- SUG: NA
|
||||
- DESC: modify lcr dependence to libisula
|
||||
|
||||
* Wed Dec 21 2022 wangrunze <wangrunze13@huawei.com> - 2.0.7-5
|
||||
- Type: bugfix
|
||||
- ID: NA
|
||||
|
||||
BIN
v2.0.7.tar.gz
BIN
v2.0.7.tar.gz
Binary file not shown.
BIN
v2.1.0.tar.gz
Normal file
BIN
v2.1.0.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user