!18 fix mainline 编译出错的问题

Merge pull request !18 from dou33/master
This commit is contained in:
openeuler-ci-bot 2022-01-27 09:56:31 +00:00 committed by Gitee
commit 7253648bbc
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: opencv Name: opencv
Version: 4.5.2 Version: 4.5.2
Release: 4 Release: 5
Summary: OpenCV means Intel® Open Source Computer Vision Library. Summary: OpenCV means Intel® Open Source Computer Vision Library.
License: Apache-2.0 License: Apache-2.0
URL: https://github.com/opencv/opencv URL: https://github.com/opencv/opencv
@ -84,9 +84,12 @@ make install DESTDIR=%{buildroot}
%{_libdir}/* %{_libdir}/*
%{_includedir}/* %{_includedir}/*
%exclude /usr/share/* %exclude /usr/share/*
/usr/lib/python3.8/site-packages/cv2/* %{python3_sitelib}/cv2/*
%changelog %changelog
* Thu Jan 27 2022 douyan <douyan@kylinos.cn> - 4.5.2-5
- use %{python3_sitelib} instead of /usr/lib/python3.8/site-packages
* Wed Nov 17 2021 shenwei <shenwei41@huawei.com> - 4.5.2-4 * Wed Nov 17 2021 shenwei <shenwei41@huawei.com> - 4.5.2-4
- repair Clang ABI - repair Clang ABI