!87 pcre2: exclude ChangeLog to avoid x86_64 conflict with i686
From: @xujing99 Reviewed-by: @openeuler-basic Signed-off-by: @openeuler-basic
This commit is contained in:
commit
efe48159ac
@ -1,6 +1,6 @@
|
|||||||
Name: pcre2
|
Name: pcre2
|
||||||
Version: 10.42
|
Version: 10.42
|
||||||
Release: 5
|
Release: 6
|
||||||
Summary: Perl Compatible Regular Expressions
|
Summary: Perl Compatible Regular Expressions
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: http://www.pcre.org/
|
URL: http://www.pcre.org/
|
||||||
@ -121,7 +121,8 @@ make check
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%license %{_pkgdocdir}/{COPYING,LICENCE}
|
%license %{_pkgdocdir}/{COPYING,LICENCE}
|
||||||
%doc AUTHORS ChangeLog NEWS HACKING README
|
%exclude %{_pkgdocdir}/ChangeLog
|
||||||
|
%doc AUTHORS NEWS HACKING README
|
||||||
%{_libdir}/libpcre2-8.so.*
|
%{_libdir}/libpcre2-8.so.*
|
||||||
%{_libdir}/libpcre2-posix.so.*
|
%{_libdir}/libpcre2-posix.so.*
|
||||||
%{_libdir}/libpcre2-16.so.*
|
%{_libdir}/libpcre2-16.so.*
|
||||||
@ -144,6 +145,9 @@ make check
|
|||||||
%{_pkgdocdir}/html/
|
%{_pkgdocdir}/html/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 06 2024 xujing <xujing125@huawei.com> - 10.42-6
|
||||||
|
- DESC:exclude ChangeLog to avoid x86_64 conflict with i686
|
||||||
|
|
||||||
* Mon Jan 22 2024 xujing <xujing125@huawei.com> - 10.42-5
|
* Mon Jan 22 2024 xujing <xujing125@huawei.com> - 10.42-5
|
||||||
- DESC:Sanity checks for ctype functions
|
- DESC:Sanity checks for ctype functions
|
||||||
Fix incorrect class character matches in JIT
|
Fix incorrect class character matches in JIT
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user