!5 [sync] PR-3: move libdcf library file to lib64 path
From: @openeuler-sync-bot Reviewed-by: @dillon_chen Signed-off-by: @dillon_chen
This commit is contained in:
commit
f63517d267
@ -1,6 +1,6 @@
|
|||||||
Name: DCF
|
Name: DCF
|
||||||
Version: 1.0.0
|
Version: 1.0.0
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: A distributed consensus framework library
|
Summary: A distributed consensus framework library
|
||||||
License: MulanPSL-2.0
|
License: MulanPSL-2.0
|
||||||
URL: https://gitee.com/opengauss/DCF
|
URL: https://gitee.com/opengauss/DCF
|
||||||
@ -26,9 +26,9 @@ cmake -DCMAKE_BUILD_TYPE=Release -DUSE32BIT=OFF -DTEST=OFF -DENABLE_EXPORT_API=O
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
mkdir -p %{buildroot}/%{_prefix}/include
|
mkdir -p %{buildroot}/%{_prefix}/include
|
||||||
mkdir -p %{buildroot}/%{_prefix}/lib
|
mkdir -p %{buildroot}/%{_prefix}/lib64
|
||||||
cp src/interface/dcf_interface.h %{buildroot}/%{_prefix}/include
|
cp src/interface/dcf_interface.h %{buildroot}/%{_prefix}/include
|
||||||
cp output/lib/libdcf.* %{buildroot}/%{_prefix}/lib
|
cp output/lib/libdcf.* %{buildroot}/%{_prefix}/lib64
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
|
||||||
@ -37,8 +37,11 @@ cp output/lib/libdcf.* %{buildroot}/%{_prefix}/lib
|
|||||||
%files
|
%files
|
||||||
%defattr (-,root,root)
|
%defattr (-,root,root)
|
||||||
%{_prefix}/include/dcf_interface.h
|
%{_prefix}/include/dcf_interface.h
|
||||||
%{_prefix}/lib/libdcf.so
|
%{_prefix}/lib64/libdcf.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 10 2022 zhangxubo <zhangxubo1@huawei.com> - 1.0.0-2
|
||||||
|
- #I4T3R3 move library file to /usr/lib64 path.
|
||||||
|
|
||||||
* Wed Dec 1 2021 zhangxubo <zhangxubo1@huawei.com> - 1.0.0-1
|
* Wed Dec 1 2021 zhangxubo <zhangxubo1@huawei.com> - 1.0.0-1
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user